summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-08-21cmp_vfy.c: Fix bug: must verify msg signature also in 3GPP modeDr. David von Oheimb
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-21x_x509.c: Simplify X509_new_with_libctx() using x509_set0_libctx()Dr. David von Oheimb
2020-08-21Make sure x509v3_cache_extensions() does not modify the error queueDr. David von Oheimb
2020-08-20Fix mem leaks on PKCS#12 read error in PKCS12_key_gen_{asc,utf8}Dr. David von Oheimb
2020-08-20PEM: Add more library context aware PEM readersRichard Levitte
2020-08-20STORE: Distinguish public keys from private keysRichard Levitte
2020-08-20PROV: Fix DSA and DH private key serializersRichard Levitte
2020-08-20X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte
2020-08-20RSA: Fix rsa_todata() to only add params for existing dataRichard Levitte
2020-08-20EVP: Have evp_pkey_cmp_any() detect if export wasn't possibleRichard Levitte
2020-08-19PKCS12_parse(): Clean up code and correct documentationDr. David von Oheimb
2020-08-19PKCS12_parse(): Fix reversed order of certs parsed and output via *caDr. David von Oheimb
2020-08-19OSSL_STORE file_load_try_decode(): Avoid flooding error queue by failed triesDr. David von Oheimb
2020-08-19Fix no-cms build errors.Shane Lontis
2020-08-19OCSP: Add return value checks.Pauli
2020-08-17Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis
2020-08-17Load the default config file before working with default propertiesMatt Caswell
2020-08-14provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli
2020-08-14Move PKCS#12 KDF to provider.Pauli
2020-08-13Remove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_}load_httpDr. David von Oheimb
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-08-12Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis
2020-08-12Fix serializer_EVP_PKEY_to_bio so that that the key is exported if the serial...Shane Lontis
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis
2020-08-11Avoid deprecated function in evp_lib.cBenjamin Kaduk
2020-08-11Use local IV storage in EVP BLOCK_* macrosBenjamin Kaduk
2020-08-11Use local IV storage in e_rc2.cBenjamin Kaduk
2020-08-11Use local IV storage in e_xcbc_d.cBenjamin Kaduk
2020-08-11Use local IV storage in e_sm4.cBenjamin Kaduk
2020-08-11Use local IV storage in e_des3.cBenjamin Kaduk
2020-08-11Use local IV storage in e_des.cBenjamin Kaduk
2020-08-11Use local IV storage in e_camellia.cBenjamin Kaduk
2020-08-11Use local IV storage in e_aria.cBenjamin Kaduk
2020-08-11Use local IV storage in e_aes_ebc_hmac_sha256.cBenjamin Kaduk
2020-08-11Use local IV storage in e_aes_ebc_hmac_sha1.cBenjamin Kaduk
2020-08-11Use local IV storage in e_aes.cBenjamin Kaduk
2020-08-11Retire EVP_CTRL_GET_IVBenjamin Kaduk
2020-08-11Deprecate and replace EVP_CIPHER_CTX_iv()/etc.Benjamin Kaduk
2020-08-11Support cipher provider "iv state"Benjamin Kaduk
2020-08-11Add DHX serializationShane Lontis
2020-08-11Add dh_kdf support to providerShane Lontis
2020-08-11conf: add an error if the openssl_conf section isn't found.Pauli
2020-08-10Delete old KDF bridge EVP_PKEY_METHODSMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-08-09Use libctx for EVP_CIPHER_CTX_rand_key() method.Shane Lontis