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
*
added XOF dependencies of bliss and ntru plugins
Andreas Steffen
2016-10-18
2
-4
/
+26
*
newhope: Fix Doxygen group name
Tobias Brunner
2016-10-14
1
-1
/
+1
*
libnttfft: Fix Doxygen group
Tobias Brunner
2016-10-14
1
-1
/
+3
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2016-10-14
1
-2
/
+2
*
newhope: Properly release allocated arrays if RNG can't be created
Tobias Brunner
2016-10-14
1
-8
/
+8
*
mem-cred: Support storing a delta CRL together with its base
Tobias Brunner
2016-10-11
1
-8
/
+30
*
revocation: Cache valid CRL also if certificate is revoked
Tobias Brunner
2016-10-11
1
-10
/
+25
*
openssl: Fix AES-GCM with BoringSSL
Tobias Brunner
2016-10-11
1
-3
/
+3
*
android: MGF1 implementation was moved to a plugin
Tobias Brunner
2016-10-11
1
-2
/
+1
*
ldap: Fix crash in case of empty LDAP response for CRL fetch
Yannick CANN
2016-10-06
1
-2
/
+1
*
openssl: Add a generic private key loader
Tobias Brunner
2016-10-05
7
-18
/
+129
*
pkcs1: Support building of KEY_ANY private keys
Tobias Brunner
2016-10-05
2
-5
/
+73
*
pkcs11: Look for the CKA_ID of the cert if it doesn't match the subjectKeyId
Raphael Geissert
2016-10-04
1
-4
/
+152
*
watcher: Avoid allocations due to enumerators
Tobias Brunner
2016-10-04
1
-37
/
+83
*
gmp: Support of SHA-3 RSA signatures
Andreas Steffen
2016-09-22
17
-147
/
+240
*
bliss sampler unit-test: Fixed enumeration type
Andreas Steffen
2016-09-22
1
-2
/
+2
*
bliss: bliss_sampler expects XOF type
Andreas Steffen
2016-09-22
1
-4
/
+3
*
unit-tests: MGF1 tests depend on an XOF implementation not just a hash function
Tobias Brunner
2016-09-21
1
-2
/
+2
*
mgf1: Refactored MGF1 as an XOF
Andreas Steffen
2016-09-21
30
-615
/
+928
*
leak-detective: Fix compile warning due to unused variable if LD is disabled
Tobias Brunner
2016-09-20
1
-1
/
+1
*
leak-detective: Whitelist thread ID getter
Tobias Brunner
2016-09-20
1
-1
/
+3
*
leak-detective: Whitelist functions of the Ada runtime related to Tasking
Tobias Brunner
2016-09-20
1
-0
/
+4
*
leak-detective: Whitelist some glib/libsoup functions
Tobias Brunner
2016-09-20
1
-1
/
+13
*
unbound: Avoid unnecessary cloning of RR list that caused a memory leak
Tobias Brunner
2016-09-20
1
-2
/
+1
*
unbound: Fix memory leak
Tobias Brunner
2016-09-20
1
-0
/
+2
*
leak-detective: Whitelist leak in libldap
Tobias Brunner
2016-09-20
1
-0
/
+2
*
leak-detective: Optionally write report to a log file
Tobias Brunner
2016-09-20
1
-10
/
+36
*
auth-cfg-wrapper: Fix memory leak with hash-and-URL certificates
Tobias Brunner
2016-09-12
1
-1
/
+1
*
padlock: Use builtin bswap32() to fix compilation on FreeBSD
Tobias Brunner
2016-08-31
1
-6
/
+5
*
proposal: Use proper list to get function pointer when adding custom parser
Thomas Egerer
2016-08-29
1
-1
/
+1
*
android: Add missing xof.c file
Tobias Brunner
2016-08-29
1
-0
/
+1
*
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
[next]