| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit 8f50d06c354cd31fc295afc5598afff4096b5e77.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
encoding
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
certificates
|
| |
|
| |
|
|
|
|
|
| |
That is, enable compilation if OpenSSL was configured with
OPENSSL_NO_ENGINE.
|
|
|
|
|
| |
That is, enable compilation if OpenSSL was configured with
OPENSSL_NO_EC.
|
| |
|
|
|
|
| |
This allows to remove key-value pairs while enumerating them.
|
| |
|
|
|
|
| |
registration, too.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
As we do not invoke ERR_get/clear_error() in all error cases, the
error codes are not removed from the error queue. But it is save
to whitelist the put function, as it uses a circular buffer that
does not grow beyond ERR_NUM_ERRORS errors (16 by default).
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
filename
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
plugin to encode in PEM
|