| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
If decryption fails, it returns -1. chunk_equals() should catch that error,
but be more explicit in error checking.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|