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
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
openssl: RAND_pseudo_bytes() returns 0 if bytes are not cryptographically strong
Martin Willi
2013-07-04
1
-9
/
+6
*
openssl: add support for IP addr blocks in X.509 certificates
Michael Rossberg
2013-05-24
1
-1
/
+115
*
openssl: Only warn about unavailable FIPS mode if the user requested it
Tobias Brunner
2013-05-08
1
-1
/
+1
*
openssl: Cleanup thread specific error buffer
Tobias Brunner
2013-05-08
1
-5
/
+38
*
openssl: Don't use deprecated CRYPTO_set_id_callback() with OpenSSL >= 1.0.0
Tobias Brunner
2013-05-08
1
-17
/
+29
*
openssl: Add PKCS#12 parsing via OpenSSL
Tobias Brunner
2013-05-08
4
-0
/
+307
*
openssl: Properly cleanup OpenSSL library
Tobias Brunner
2013-05-08
1
-2
/
+7
*
Add support for untruncated HMAC-SHA-512
Tobias Brunner
2013-05-08
1
-0
/
+1
*
openssl: Define a default for FIPS_MODE
Tobias Brunner
2013-05-03
1
-0
/
+4
*
support of OpenSSL FIPS-140-2 library
Andreas Steffen
2013-04-16
2
-1
/
+20
*
Allow SHA1_Init()/SHA1_Update() to fail if OpenSSL version >= 1.0
Martin Willi
2013-04-10
1
-0
/
+14
*
Check RSA_public_decrypt() length before constructing and comparing a chunk
Martin Willi
2013-04-10
1
-7
/
+10
*
RSA_check_key() may return -1 if it fails
Martin Willi
2013-04-10
1
-2
/
+2
*
RAND_bytes/RAND_pseudo_bytes returns -1 if it is not supported by RAND method
Martin Willi
2013-04-10
1
-1
/
+1
*
Check return value of ECDSA_Verify() correctly
Martin Willi
2013-04-10
1
-1
/
+1
*
openssl: The EVP GCM interface requires at least OpenSSL 1.0.1
Tobias Brunner
2013-03-01
2
-0
/
+8
*
openssl: Provide AES-GCM implementation
Tobias Brunner
2013-02-28
4
-1
/
+312
*
openssl: Disable PKCS#7/CMS when building against OpenSSL < 0.9.8g
Tobias Brunner
2013-02-20
2
-1
/
+5
*
openssl: Properly honor OPENSSL_NO_* defines
Tobias Brunner
2013-01-31
7
-5
/
+31
*
Properly check MSB in openssl plugin's PKCS#7 implementation
Tobias Brunner
2013-01-24
1
-1
/
+1
*
Include opensslconf.h before checking its defines
Martin Willi
2013-01-03
1
-0
/
+2
*
Don't build OpenSSL PKCS#7 code if OPENSSL_NO_CMS defined
Martin Willi
2013-01-03
1
-0
/
+4
*
Fix up serialNumber in openssl PKCS#7 if it has a leading MSB set
Martin Willi
2012-12-19
1
-2
/
+7
*
Implement PKCS#7 decryption using openssl
Martin Willi
2012-12-19
1
-16
/
+255
*
Make available wrapped certificates while verifying PKCS#7 signatures in openssl
Martin Willi
2012-12-19
1
-0
/
+22
*
Implement openssl PKCS#7 certficiate enumeration
Martin Willi
2012-12-19
1
-0
/
+72
*
Implement get_attribute() in openssl PKCS#7 backend
Martin Willi
2012-12-19
1
-1
/
+35
*
Implement OpenSSL PKCS#7 signed-data parsing and verification
Martin Willi
2012-12-19
1
-4
/
+287
*
Add a stub for OpenSSL PKCS#7 parsing
Martin Willi
2012-12-19
4
-0
/
+172
*
certificate_t.has_subject() matches for certificate serialNumber
Martin Willi
2012-12-19
1
-0
/
+4
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
11
-11
/
+11
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
2
-2
/
+2
*
Make sure first argument is an int when using %.*s to print e.g. chunks
Tobias Brunner
2012-09-28
1
-1
/
+2
*
openssl: Fix registration of the PUBKEY builder
Tobias Brunner
2012-08-18
1
-1
/
+1
*
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
*
Add a return value to hasher_t.reset()
Martin Willi
2012-07-16
1
-4
/
+8
*
Add a return value to hasher_t.allocate_hash()
Martin Willi
2012-07-16
4
-12
/
+9
*
Add a return value to hasher_t.get_hash()
Martin Willi
2012-07-16
1
-3
/
+10
*
Add a return value to crypter_t.set_key()
Martin Willi
2012-07-16
1
-1
/
+2
*
Add a return value to crypter_t.decrypt()
Martin Willi
2012-07-16
1
-2
/
+2
*
Add a return value to crypter_t.encrypt
Martin Willi
2012-07-16
1
-10
/
+11
*
Add a return value to mac_t.set_key()
Martin Willi
2012-07-16
1
-2
/
+2
*
Add a return value to mac_t.get_bytes()
Martin Willi
2012-07-16
1
-10
/
+8
*
Check rng return value when seeding OpenSSL RNG
Tobias Brunner
2012-07-16
1
-1
/
+5
*
RNGs' get_bytes and allocate_bytes return boolean
Tobias Brunner
2012-07-16
1
-9
/
+10
*
Add a return value to prf_t.set_key()
Martin Willi
2012-07-16
1
-1
/
+6
*
Add a return value to prf_t.allocate_bytes()
Martin Willi
2012-07-16
1
-6
/
+3
[next]