| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
X509_VERIFY_PARAM_get_auth_level
|
|
|
|
|
|
|
|
|
|
BIO_reset, fix signedness warnings for EVP_PKEY_encrypt and EVP_PKEY_decrypt
|
|
|
|
|
|
properly, so no need to try to handle that case in our wrapper code
|
|
for some builtins
|
|
|
|
|
|
|
|
|
|
|
|
x509 store
|
|
|
|
Uses `X509_STORE_add_crl`
|
|
|
|
|
|
|
|
weird GCC default flags that fail compilation on C99-style for loops without any other warning flags specified
|
|
|
|
|
|
refactor xc_getPublicKeyDigestName to use auxL_optdigest
closes issue #63
|
|
|
|
|
|
|
|
|
|
in examples/vrfy.sig are not accepted by OpenSSL 1.1
|
|
|
|
OPENSSL_NO_SSL2 isn't defined even though SSLv2 methods are gone
|
|
|
|
|
|
|
|
emulate for OpenSSL 0.9.8 using our old code from xc_signature
|
|
|
|
|
|
|
|
|
|
(Linux/musl) so use alternate feature test; support running binaries built with getrandom on older kernels with only sysctl(RANDOM_UUID); change preprocessor test for feature macros so they can be easily overridden with build flags; and remove feature macro definitions in favor of those in config.h (config.h.guess)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|