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
...
*
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
*
Add a return value to signer_t.allocate_signature()
Martin Willi
2012-07-16
1
-1
/
+2
*
Add a return value to aead_t.set_key()
Martin Willi
2012-07-16
2
-2
/
+4
*
Add a return value to aead_t.encrypt()
Martin Willi
2012-07-16
2
-2
/
+4
*
Added PLUGIN_NOOP to separate PLUGIN_PROVIDE from previous CALLBACK/REGISTER ...
Tobias Brunner
2012-07-12
2
-9
/
+19
*
openssl: Ensure the thread ID is never zero
Tobias Brunner
2012-07-03
1
-1
/
+3
*
Removed superfluous remove_hasher() call in md5 plugin
Tobias Brunner
2012-06-29
1
-2
/
+0
*
gcrypt: Register SHA1 first as HASH_PREFERRED depends on it
Tobias Brunner
2012-06-27
1
-1
/
+1
*
Centralized thread cancellation in processor_t
Tobias Brunner
2012-06-25
1
-17
/
+3
*
Added a method to plugin_loader_t to add 'static' plugin features
Tobias Brunner
2012-06-25
2
-0
/
+115
*
Make sure that all features of critical plugins are loaded
Tobias Brunner
2012-06-25
1
-5
/
+64
*
Use mac_t and PRF and signer wrappers in cmac plugin
Tobias Brunner
2012-06-25
8
-443
/
+82
[prev]
[next]