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
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix RSA encryption padding terminator in gmp plugin, broken with 5025135f
Martin Willi
2012-10-24
1
-0
/
+2
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
66
-66
/
+66
*
Moved enum_name_t to utils folder
Tobias Brunner
2012-10-24
2
-2
/
+2
*
Moved chunk_t to utils folder
Tobias Brunner
2012-10-24
3
-3
/
+3
*
Moved integrity_checker_t to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
17
-18
/
+18
*
PKCS#11 library search using keyid uses a fallback to look for certificates
Martin Willi
2012-10-24
1
-4
/
+8
*
Add a strongswan.conf option to disable loading of all certificates from a pk...
Martin Willi
2012-10-24
1
-6
/
+11
*
Explicit pkcs11 certificate loading can enforce a module and a slot
Martin Willi
2012-10-24
2
-4
/
+21
*
Be less verbose if loading PKCS#11 certificate fails
Martin Willi
2012-10-24
1
-6
/
+1
*
Add a builder to load specific pkcs11 certificates by keyid
Martin Willi
2012-10-24
3
-0
/
+115
*
If no pkcs11 public key for a private key found, search for a certificate
Martin Willi
2012-10-24
1
-4
/
+53
*
Move pkcs11 public key lookup function declaration to header file
Martin Willi
2012-10-24
3
-20
/
+18
*
Added an option to reload certificates from PKCS#11 tokens on SIGHUP
Tobias Brunner
2012-10-18
1
-0
/
+16
*
Copy the name of pkcs11_library_t objects
Tobias Brunner
2012-10-18
2
-2
/
+3
*
check length of hex-encoded IV
Andreas Steffen
2012-10-07
1
-2
/
+5
*
Make sure first argument is an int when using %.*s to print e.g. chunks
Tobias Brunner
2012-09-28
4
-5
/
+7
*
Properly initialize chunk for extension OID when parsing CRLs
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Properly cleanup varargs in LDAP fetcher's set_option()
Tobias Brunner
2012-09-28
1
-3
/
+4
*
Properly cleanup varargs in enumerators of both SQL backends
Tobias Brunner
2012-09-28
2
-0
/
+2
*
Add strongswan.conf runtime options for /dev/[u]random files
Martin Willi
2012-09-10
1
-2
/
+7
*
openssl: Fix registration of the PUBKEY builder
Tobias Brunner
2012-08-18
1
-1
/
+1
*
Don't require PLUGINDIR to be defined.
Tobias Brunner
2012-08-08
1
-6
/
+15
*
PEM loading soft-depends on MD5 only, as unencrypted files don't need MD5
Martin Willi
2012-08-03
1
-4
/
+4
*
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
*
Support void return values in OpenSSL 0.9.8 HMAC functions
Martin Willi
2012-07-17
1
-17
/
+28
*
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
11
-50
/
+70
*
Add a return value to hasher_t.allocate_hash()
Martin Willi
2012-07-16
24
-87
/
+100
*
Add a return value to hasher_t.get_hash()
Martin Willi
2012-07-16
12
-52
/
+88
*
Add a return value to crypter_t.set_key()
Martin Willi
2012-07-16
14
-28
/
+32
*
Add a return value to crypter_t.decrypt()
Martin Willi
2012-07-16
9
-19
/
+34
*
Add a return value to crypter_t.encrypt
Martin Willi
2012-07-16
12
-125
/
+174
*
Add a return value to mac_t.set_key()
Martin Willi
2012-07-16
4
-9
/
+21
*
Add a return value to mac_t.get_bytes()
Martin Willi
2012-07-16
4
-14
/
+15
*
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
*
Check rng return value when generating OCSP nonces
Tobias Brunner
2012-07-16
1
-7
/
+7
*
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
5
-19
/
+32
*
Nonce: Let get_nonce, allocate_nonce return boolean
Reto Buerki
2012-07-16
1
-2
/
+4
*
Add a return value to prf_t.set_key()
Martin Willi
2012-07-16
5
-7
/
+18
*
Add a return value to prf_t.allocate_bytes()
Martin Willi
2012-07-16
4
-16
/
+10
*
Add a return value to prf_t.get_bytes()
Martin Willi
2012-07-16
5
-15
/
+43
*
Add a return value to signer_t.set_key()
Martin Willi
2012-07-16
1
-1
/
+2
*
Add a return value to signer_t.get_signature()
Martin Willi
2012-07-16
1
-8
/
+8
[prev]
[next]