| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
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).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
enums mutex/condvar/rwlock_type_t.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
OpenSSL, based on patches by Michael Roßberg.
|