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 (
Collapse
)
Author
Age
Files
Lines
...
*
|
Add getspnam_r() to leak detective whitelist
Martin Willi
2012-08-10
1
-0
/
+1
|
/
*
PEM loading soft-depends on MD5 only, as unencrypted files don't need MD5
Martin Willi
2012-08-03
1
-4
/
+4
|
|
|
|
Fixes #211.
*
Implemented recursive mutex without thread-specific counter
Tobias Brunner
2012-08-03
1
-23
/
+17
|
*
Use a single thread-specific value for our custom rwlock_t implementation
Tobias Brunner
2012-08-03
1
-50
/
+67
|
|
|
|
|
|
The pthread implementation on Android currently only supports 64 different thread-specific values per process, which we hit easily when every rwlock_t requires one.
*
Move MODP_CUSTOM va_arg fetching out of loop
Martin Willi
2012-08-02
1
-15
/
+11
|
|
|
|
It seems problematic at least on PPC with gcc 4.3, fixes #208.
*
Proper fallback if capability dropping is not available
Tobias Brunner
2012-07-27
1
-1
/
+1
|
*
Show which group would be required when failing in constraint check
Martin Willi
2012-07-26
1
-8
/
+10
|
*
Add a SHA1 test vector forcing padding over block boundary
Martin Willi
2012-07-18
2
-0
/
+7
|
*
Use centralized hasher names in openssl plugin
Martin Willi
2012-07-17
2
-73
/
+10
|
*
Add short names for hasher algorithms
Martin Willi
2012-07-17
2
-0
/
+18
|
*
Support void return values in OpenSSL 0.9.8 HMAC functions
Martin Willi
2012-07-17
1
-17
/
+28
|
*
Test reset() of hasher in crypto tester
Martin Willi
2012-07-16
1
-1
/
+9
|
*
Refactored error handling in crypto tester
Martin Willi
2012-07-16
1
-95
/
+114
|
*
Set a key before benching PRFs
Martin Willi
2012-07-16
1
-1
/
+8
|
*
Resetting OpenSSL HMAC with NULL key reuses existing key
Martin Willi
2012-07-16
1
-11
/
+2
|
*
Make sure HMAC_Init is called before HMAC_Update, fixes crash
Martin Willi
2012-07-16
1
-0
/
+5
|
*
Check and forward syscall errors in AF_ALG
Martin Willi
2012-07-16
6
-52
/
+71
|
*
Add a return value to hasher_t.reset()
Martin Willi
2012-07-16
12
-51
/
+74
|
*
Add a return value to hasher_t.allocate_hash()
Martin Willi
2012-07-16
27
-95
/
+114
|
*
Add a return value to hasher_t.get_hash()
Martin Willi
2012-07-16
14
-59
/
+103
|
*
Add a return value to crypter_t.set_key()
Martin Willi
2012-07-16
18
-42
/
+49
|
*
Add a return value to crypter_t.decrypt()
Martin Willi
2012-07-16
13
-27
/
+55
|
*
Add a return value to crypter_t.encrypt
Martin Willi
2012-07-16
16
-134
/
+204
|
*
Identation fixes, warn about unused nonce_gen return values
Martin Willi
2012-07-16
1
-2
/
+4
|
*
Add a return value to mac_t.set_key()
Martin Willi
2012-07-16
7
-14
/
+26
|
*
Add a return value to mac_t.get_bytes()
Martin Willi
2012-07-16
7
-41
/
+38
|
*
Check rng return value when seeding OpenSSL RNG
Tobias Brunner
2012-07-16
1
-1
/
+5
|
*
Check rng return value when generating DH secret in gcrypt plugin
Tobias Brunner
2012-07-16
1
-2
/
+2
|
*
Check rng return value when generating DH secrets and primes in gmp plugin
Tobias Brunner
2012-07-16
3
-13
/
+19
|
*
Wrapper functions added to generate non-zero random bytes
Tobias Brunner
2012-07-16
2
-0
/
+68
|
*
Check rng return value when generating OCSP nonces
Tobias Brunner
2012-07-16
1
-7
/
+7
|
*
Check rng return value when generating key and IV in PKCS#7 wrapper
Tobias Brunner
2012-07-16
1
-2
/
+14
|
*
Check rng return value in crypto tester
Tobias Brunner
2012-07-16
1
-15
/
+17
|
*
Relay rng return value in nonce plugin
Tobias Brunner
2012-07-16
1
-4
/
+2
|
*
RNGs' get_bytes and allocate_bytes return boolean
Tobias Brunner
2012-07-16
6
-21
/
+39
|
*
Nonce: Let get_nonce, allocate_nonce return boolean
Reto Buerki
2012-07-16
2
-4
/
+8
|
*
Add a return value to prf_t.set_key()
Martin Willi
2012-07-16
8
-12
/
+35
|
*
Add a return value to prf_t.allocate_bytes()
Martin Willi
2012-07-16
7
-21
/
+21
|
*
Add a return value to prf_t.get_bytes()
Martin Willi
2012-07-16
10
-31
/
+90
|
*
prf_plus_create() can return NULL on failure
Martin Willi
2012-07-16
1
-1
/
+1
|
*
Add a return value to prf_plus_t.get_bytes()
Martin Willi
2012-07-16
2
-7
/
+7
|
*
Add a return value to prf_plus_t.allocate_bytes()
Martin Willi
2012-07-16
2
-2
/
+5
|
*
Add a return value to signer_t.set_key()
Martin Willi
2012-07-16
5
-7
/
+19
|
*
Add a return value to signer_t.get_signature()
Martin Willi
2012-07-16
5
-21
/
+45
|
*
Add a return value to signer_t.allocate_signature()
Martin Willi
2012-07-16
5
-6
/
+20
|
*
Add a return value to aead_t.set_key()
Martin Willi
2012-07-16
5
-6
/
+18
|
*
Add a return value to aead_t.encrypt()
Martin Willi
2012-07-16
5
-12
/
+27
|
*
Compilation error fixed if dladdr is not available
Tobias Brunner
2012-07-14
1
-0
/
+6
|
*
Silence cast warning on 32-bit platforms
Martin Willi
2012-07-13
1
-1
/
+1
|
*
Don't set BFD_DECOMPRESS when building against older binutils
Martin Willi
2012-07-13
1
-0
/
+2
|
[prev]
[next]