index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
xof: Add header to dev headers
Tobias Brunner
2016-08-29
1
-1
/
+2
*
utils: Fix definition of BYTE_ORDER with MinGW
Tobias Brunner
2016-08-24
1
-1
/
+5
*
unit-tests: Removed unused variable
Andreas Steffen
2016-08-11
1
-2
/
+0
*
unit-tests: Created newhope unit-tests
Andreas Steffen
2016-08-10
9
-7
/
+1338
*
Created newhope plugin implementing the New Hope key exchange algorithm
Andreas Steffen
2016-08-10
13
-1
/
+1347
*
xof: Added ChaCha20 stream as XOF
Andreas Steffen
2016-08-06
9
-3
/
+311
*
utils: Defined uletoh16() and htole16()
Andreas Steffen
2016-08-06
1
-0
/
+42
*
integrity-test: Added ntru_param_sets to read-only segment
Andreas Steffen
2016-07-29
7
-36
/
+96
*
integrity-test: Added bliss_param_sets to read-only segment
Andreas Steffen
2016-07-29
14
-63
/
+68
*
integrity-test: check code and ro segments of libnttfft
Andreas Steffen
2016-07-29
7
-32
/
+46
*
Created libnttfft
Andreas Steffen
2016-07-29
19
-121
/
+258
*
Share twiddle factors table between 512 and 1024 point FFT
Andreas Steffen
2016-07-29
3
-134
/
+14
*
Implemented FFT with n = 1024 and q = 11289 using Montgomery arithmetic
Andreas Steffen
2016-07-29
3
-8
/
+495
*
bliss: Implemented FFT with fast Montgomery arithmetic
Andreas Steffen
2016-07-29
8
-102
/
+294
*
xof: Implemented SHAKE128 and SHAKE256 Extended Output Functions
Andreas Steffen
2016-07-29
11
-415
/
+1293
*
xof: Defined Extended Output Functions
Andreas Steffen
2016-07-29
12
-5
/
+520
*
Added SHA-3 signature OIDs
Andreas Steffen
2016-07-26
1
-1
/
+10
*
unit-tests: Decreased loop count of FFT speed test to 10'000
Andreas Steffen
2016-07-22
1
-1
/
+1
*
unit-tests: Added bliss_fft_speed test
Andreas Steffen
2016-07-22
1
-1
/
+42
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2016-07-04
1
-1
/
+1
*
plugin-loader: Allow selective modification of the default plugin list
Tobias Brunner
2016-06-29
1
-10
/
+24
*
leak-detective: Try to properly free allocations after deinitialization
Tobias Brunner
2016-06-29
1
-0
/
+13
*
openssl: Whitelist OPENSSL_init_crypto() and others in leak detective
Tobias Brunner
2016-06-29
1
-0
/
+4
*
openssl: Update GCM/crypter API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-13
/
+13
*
openssl: Update HMAC API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-9
/
+25
*
openssl: Don't use deprecated RAND_pseudo_bytes()
Tobias Brunner
2016-06-29
1
-7
/
+0
*
openssl: Update PKCS#12 API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-1
/
+5
*
openssl: Update PKCS#7 API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-3
/
+7
*
openssl: Update CRL API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-7
/
+42
*
openssl: Update x509 API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-12
/
+48
*
openssl: Update ECDSA API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
2
-5
/
+24
*
openssl: Update RSA API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
2
-16
/
+52
*
openssl: Make some utilities take const BIGNUM pointers
Tobias Brunner
2016-06-29
2
-4
/
+6
*
openssl: Add macro to define fallback functions for non-opaque OpenSSL versions
Tobias Brunner
2016-06-29
1
-0
/
+38
*
openssl: Update DH API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-11
/
+41
*
openssl: Update crypter API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-12
/
+17
*
openssl: Fix mapping from ASN1 to chunk_t with OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-1
/
+7
*
openssl: Update initialization and cleanup for OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-7
/
+17
*
openssl: OpenSSL 1.1.0 is thread-safe so we don't have to setup callbacks
Tobias Brunner
2016-06-29
1
-0
/
+13
*
proposal: Parse modpnone as MODP_NONE(0)
Tobias Brunner
2016-06-17
1
-0
/
+1
*
crypto-factory: Stop after successfully creating one nonce generator
Tobias Brunner
2016-06-17
1
-0
/
+4
*
unit-tests: Defining TESTS_RUNNERS allows to only run specific test runners
Tobias Brunner
2016-06-17
2
-1
/
+33
*
leak-detective: Make sure to actually call malloc() from calloc() hook
Tobias Brunner
2016-06-15
1
-3
/
+4
*
leak-detective: Whitelist __fprintf_chk as seen on newer systems
Tobias Brunner
2016-06-15
1
-0
/
+1
*
configure: Check for and explicitly link against -latomic
Martin Willi
2016-06-14
2
-2
/
+4
*
android: Use non-aliased cipher identifiers
Tobias Brunner
2016-06-13
1
-12
/
+12
*
ipsec: Add function to compare two ipsec_sa_cfg_t instances
Tobias Brunner
2016-06-08
2
-0
/
+25
*
identification: Compare identity types when comparing ID_FQDN/ID_RFC822_ADDR ...
Tobias Brunner
2016-06-06
1
-3
/
+4
*
x509: Properly wrap keyid in authorityKeyIdentifier in attribute certificates
Tobias Brunner
2016-06-06
1
-1
/
+2
*
af-alg: Silently skip probing algorithms if AF_ALG is not supported
Martin Willi
2016-05-19
1
-0
/
+19
[prev]
[next]