aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-29Improve some error messages if a digest is not availableMatt Caswell1-0/+1
2020-08-29Delete unused PKEY MAC filesMatt Caswell2-8/+0
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell2-2/+8
2020-08-29Convert EVP_PKEY_CTX_set_mac_key() into a functionMatt Caswell1-3/+2
2020-08-28Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte1-0/+1
2020-08-27Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()Rich Salz1-0/+1
2020-08-26Punycode decoding implementationDmitry Belyavskiy1-0/+24
2020-08-24STORE: Modify to support loading with provider based loadersRichard Levitte3-9/+15
2020-08-24DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte1-0/+3
2020-08-24OSSL_PARAM: Add string pointer gettersRichard Levitte1-0/+4
2020-08-24STORE: Add the base functions to support provider based loadersRichard Levitte2-22/+48
2020-08-24STORE for providers: define libcrypto <-> provider interfaceRichard Levitte2-3/+68
2020-08-24STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()Richard Levitte1-0/+3
2020-08-24CORE: Generalise internal pass phrase prompterRichard Levitte1-0/+120
2020-08-24CORE: Define provider-native abstract objectsRichard Levitte2-3/+57
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis5-4/+51
2020-08-21Clean away some declarationsRichard Levitte3-3/+0
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte12-298/+286
2020-08-21Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb3-6/+11
2020-08-21Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its docDr. David von Oheimb1-2/+3
2020-08-21Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb1-2/+2
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb6-21/+31
2020-08-21Correct the #define's of EVP_PKEY_CTRL_SET1_ID and EVP_PKEY_CTRL_GET1_ID{,_LEN}Dr. David von Oheimb2-12/+5
2020-08-21Add prerequisite #include directives to include/crypto/x509.hDr. David von Oheimb1-0/+2
2020-08-20PEM: Add more library context aware PEM readersRichard Levitte1-6/+16
2020-08-20STORE: Distinguish public keys from private keysRichard Levitte2-4/+9
2020-08-20X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte2-0/+5
2020-08-19Fix no-cms build errors.Shane Lontis1-5/+1
2020-08-19OCSP: Add return value checks.Pauli1-0/+2
2020-08-17Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis1-2/+4
2020-08-17Load the default config file before working with default propertiesMatt Caswell2-1/+3
2020-08-14provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli2-0/+4
2020-08-14Move PKCS#12 KDF to provider.Pauli1-0/+1
2020-08-13Remove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_}load_httpDr. David von Oheimb1-4/+2
2020-08-12Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk1-1/+1
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2-2/+9
2020-08-12Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis2-5/+7
2020-08-11Use local IV storage in EVP BLOCK_* macrosBenjamin Kaduk1-5/+5
2020-08-11Retire EVP_CTRL_GET_IVBenjamin Kaduk2-5/+5
2020-08-11Deprecate and replace EVP_CIPHER_CTX_iv()/etc.Benjamin Kaduk1-3/+5
2020-08-11Support cipher provider "iv state"Benjamin Kaduk1-0/+1
2020-08-11Add dh_kdf support to providerShane Lontis2-39/+16
2020-08-11Add DHX support to keymanagerShane Lontis1-0/+4
2020-08-11conf: add an error if the openssl_conf section isn't found.Pauli1-0/+1
2020-08-10Delete old KDF bridge EVP_PKEY_METHODSMatt Caswell1-3/+0
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell1-18/+9
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell2-16/+11
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2-9/+7
2020-08-09Add 'on demand self test' and status test to providersShane Lontis6-1/+8
2020-08-09Add EVP signature with libctx methods.Shane Lontis1-6/+16