summaryrefslogtreecommitdiff
path: root/include/openssl
Commit message (Expand)AuthorAgeFilesLines
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-032-2/+6
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-032-0/+4
* Add an HMAC implementation that is TLS awareMatt Caswell2020-09-031-4/+5
* Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb2020-09-011-0/+2
* Improve some error messages if a digest is not availableMatt Caswell2020-08-291-0/+1
* Extend the provider MAC bridge for CMACMatt Caswell2020-08-292-2/+8
* Convert EVP_PKEY_CTX_set_mac_key() into a functionMatt Caswell2020-08-291-3/+2
* Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte2020-08-281-0/+1
* Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()Rich Salz2020-08-271-0/+1
* STORE: Modify to support loading with provider based loadersRichard Levitte2020-08-242-9/+11
* DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte2020-08-241-0/+3
* OSSL_PARAM: Add string pointer gettersRichard Levitte2020-08-241-0/+4
* STORE: Add the base functions to support provider based loadersRichard Levitte2020-08-241-21/+46
* STORE for providers: define libcrypto <-> provider interfaceRichard Levitte2020-08-242-3/+68
* STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()Richard Levitte2020-08-241-0/+3
* CORE: Define provider-native abstract objectsRichard Levitte2020-08-242-3/+57
* Add Explicit EC parameter support to providers.Shane Lontis2020-08-224-3/+46
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-2110-292/+280
* Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb2020-08-213-6/+11
* Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its docDr. David von Oheimb2020-08-211-2/+3
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-211-2/+2
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-214-18/+24
* Correct the #define's of EVP_PKEY_CTRL_SET1_ID and EVP_PKEY_CTRL_GET1_ID{,_LEN}Dr. David von Oheimb2020-08-212-12/+5
* PEM: Add more library context aware PEM readersRichard Levitte2020-08-201-6/+16
* STORE: Distinguish public keys from private keysRichard Levitte2020-08-202-4/+9
* X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte2020-08-201-0/+2
* Fix no-cms build errors.Shane Lontis2020-08-191-5/+1
* OCSP: Add return value checks.Pauli2020-08-191-0/+2
* provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli2020-08-141-0/+1
* Move PKCS#12 KDF to provider.Pauli2020-08-141-0/+1
* Remove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_}load_httpDr. David von Oheimb2020-08-131-4/+2
* Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk2020-08-121-1/+1
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-0/+8
* Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis2020-08-121-0/+7
* Retire EVP_CTRL_GET_IVBenjamin Kaduk2020-08-111-2/+1
* Deprecate and replace EVP_CIPHER_CTX_iv()/etc.Benjamin Kaduk2020-08-111-3/+5
* Support cipher provider "iv state"Benjamin Kaduk2020-08-111-0/+1
* Add dh_kdf support to providerShane Lontis2020-08-111-39/+10
* Add DHX support to keymanagerShane Lontis2020-08-111-0/+4
* conf: add an error if the openssl_conf section isn't found.Pauli2020-08-111-0/+1
* Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell2020-08-101-18/+9
* Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell2020-08-102-16/+11
* Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2020-08-102-9/+7
* Add 'on demand self test' and status test to providersShane Lontis2020-08-093-0/+4
* Add EVP signature with libctx methods.Shane Lontis2020-08-091-6/+16
* Add libctx support to PKCS7.Shane Lontis2020-08-091-0/+17
* Add libctx to SMIME ASN1Shane Lontis2020-08-091-0/+7
* Add libctx support to CMS.Shane Lontis2020-08-091-6/+42
* rand_drbg: remove RAND_DRBG.Pauli2020-08-075-175/+19
* gettables: core changes to pass the provider context.Pauli2020-08-071-26/+39