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
/
openssl_plugin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
128 bit default security strength for IKE and ESP algorithms
Andreas Steffen
2015-12-17
1
-19
/
+19
*
128 bit default security strength requires 3072 bit prime DH group
Andreas Steffen
2015-12-14
1
-4
/
+4
*
curl: For SSL features, depend on thread-safety provided by our crypto plugins
Martin Willi
2014-09-24
1
-0
/
+2
*
openssl: Don't re-enter FIPS mode if we are already using it
Martin Willi
2014-06-04
1
-2
/
+3
*
openssl: Be less verbose about FIPS mode when not running as daemon
Martin Willi
2014-06-04
1
-2
/
+2
*
openssl: Fix includes to prevent <winsock2.h> to complain about include order
Martin Willi
2014-06-04
1
-6
/
+6
*
lib: All settings use configured namespace
Tobias Brunner
2014-02-12
1
-1
/
+1
*
openssl: Add support for ECC Brainpool curves for DH, if defined by OpenSSL
Tobias Brunner
2013-10-17
1
-0
/
+4
*
Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required ...
Tobias Brunner
2013-10-11
1
-3
/
+3
*
openssl: Properly log FIPS mode when enabled via openssl.conf
Tobias Brunner
2013-09-27
1
-5
/
+13
*
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
1
-0
/
+3
*
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
1
-0
/
+19
*
openssl: The EVP GCM interface requires at least OpenSSL 1.0.1
Tobias Brunner
2013-03-01
1
-0
/
+2
*
openssl: Provide AES-GCM implementation
Tobias Brunner
2013-02-28
1
-0
/
+14
*
openssl: Disable PKCS#7/CMS when building against OpenSSL < 0.9.8g
Tobias Brunner
2013-02-20
1
-1
/
+2
*
Add a stub for OpenSSL PKCS#7 parsing
Martin Willi
2012-12-19
1
-0
/
+5
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
openssl: Fix registration of the PUBKEY builder
Tobias Brunner
2012-08-18
1
-1
/
+1
*
Check rng return value when seeding OpenSSL RNG
Tobias Brunner
2012-07-16
1
-1
/
+5
*
openssl: Ensure the thread ID is never zero
Tobias Brunner
2012-07-03
1
-1
/
+3
*
Use simple wrappers for HMAC based PRF and signer in openssl plugin
Tobias Brunner
2012-06-25
1
-2
/
+1
*
Adding OpenSSL HMAC signer functions to openssl plugin
Aleksandr Grinberg
2012-06-25
1
-0
/
+20
*
Adding OpenSSL HMAC pseudo random functions to openssl plugin
Aleksandr Grinberg
2012-06-25
1
-0
/
+17
*
Adding OpenSSL random number functions to openssl plugin
Aleksandr Grinberg
2012-06-25
1
-0
/
+4
*
Certificate decoding soft-depends on public key decoding of specific types
Martin Willi
2012-05-02
1
-0
/
+3
*
Fixed AES key length in openssl plugin
Martin Willi
2011-10-14
1
-2
/
+2
*
Announce openssl features only if actually supported
Martin Willi
2011-10-14
1
-16
/
+64
*
Add features support to openssl plugin
Martin Willi
2011-10-14
1
-141
/
+118
*
Added a (not yet implemented) plugin_t method to reload plugin configuration
Martin Willi
2011-04-15
1
-0
/
+1
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
1
-38
/
+43
*
trace back crypto algorithms to the plugins that registered them
Andreas Steffen
2010-12-18
1
-36
/
+38
*
Added missing include for RAND_seed and RAND_status.
Tobias Brunner
2010-10-21
1
-0
/
+1
*
Added a final flag to builder registration to enumerate the actually supporte...
Martin Willi
2010-09-03
1
-10
/
+10
*
Added support for MODP_CUSTOM to openssl plugin
Martin Willi
2010-09-03
1
-0
/
+2
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
1
-1
/
+5
*
Double check that the OpenSSL RNG has been seeded, do so otherwise
Martin Willi
2010-08-11
1
-0
/
+33
*
Migrated remaining classes in openssl plugin to INIT/METHOD macros
Martin Willi
2010-08-10
1
-6
/
+6
*
Support module names in %smartcard specifier, streamlined smartcard building
Martin Willi
2010-08-04
1
-1
/
+1
*
Fixing compilation of the OpenSSL plugin if ENGINE support is disabled.
Tobias Brunner
2010-06-22
1
-2
/
+8
*
Fixing compilation of the OpenSSL plugin if Elliptic Curve support is disabled.
Tobias Brunner
2010-06-22
1
-3
/
+9
*
Implemented X.509 CRL reading using OpenSSL
Martin Willi
2010-05-21
1
-0
/
+5
*
Implemented X.509 certificate reading using OpenSSL
Martin Willi
2010-05-21
1
-0
/
+7
*
Support decoding of subjectPublicKeyInfo in openssl without pkcs1 plugin
Martin Willi
2010-05-05
1
-0
/
+2
*
Added support for DH groups 22, 23 and 24, patch contributed by Joy Latten
Martin Willi
2010-04-19
1
-0
/
+6
[next]