| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
pkcs11 module
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Strings returned by settings_t.create_section_enumerator will be freed
when the config is reloaded.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #221.
|
|
|
|
|
| |
libtls drops support for RSA suites if it does not find an RSA backend
(final builder for RSA public keys).
|
|
|
|
| |
If it is not available, we just load monolithically built plugins.
|
|
|
|
| |
Fixes #211.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
entries
|
|
|
|
|
|
| |
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.
|