| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
OpenSSL does not include them in releases before 1.0.2.
|
|
|
|
| |
for IKEv2 anyway
|
|
|
|
|
|
|
|
|
| |
Enabling FIPS mode twice will fail, so if it is enabled in openssl.conf
it should be disabled in strongswan.conf (or the other way around).
Either way, we should log whether FIPS mode is enabled or not.
References #412.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #292.
|
| |
|
| |
|
|
|
|
|
| |
libtls drops support for RSA suites if it does not find an RSA backend
(final builder for RSA public keys).
|
| |
|
|
|
|
|
|
| |
This might otherwise cause problems because OpenSSL tries to lock
mutexes recursively if it assumes the lock is held by a different
thread e.g. during FIPS initialization.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
over plugin_t
|
| |
|
| |
|
|
|
|
| |
supported algorithms
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
That is, enable compilation if OpenSSL was configured with
OPENSSL_NO_ENGINE.
|
|
|
|
|
| |
That is, enable compilation if OpenSSL was configured with
OPENSSL_NO_EC.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
primitives (and utils/mutex.h is now threading.h).
|
| |
|