summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-03-119-9/+9
* Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal2021-03-112-1/+6
* core: add up_ref callback for OSSL_CORE_BIOPauli2021-03-111-6/+8
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-111-0/+16
* Add new filter BIO BIO_f_readbuffer()Shane Lontis2021-03-111-0/+1
* Non-const accessor to legacy keysDmitry Belyavskiy2021-03-091-1/+1
* Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell2021-03-082-5/+12
* Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell2021-03-081-15/+22
* Cache legacy keys instead of downgrading themMatt Caswell2021-03-081-16/+22
* Restore GOST macros compatibility with 1.1.1Dmitry Belyavskiy2021-03-061-0/+5
* include/crypto: Remove TODOs that are irrelevant for 3.0Tomas Mraz2021-03-042-5/+3
* include/internal: Remove TODOs that are irrelevant for 3.0Tomas Mraz2021-03-042-2/+2
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-031-13/+12
* Remove RSA SSLv23 padding modeRich Salz2021-03-012-9/+0
* Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb2021-03-012-1/+4
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-012-8/+8
* core: add params argument to DRBG instantiate callPauli2021-02-281-1/+2
* evp: add params argument to EVP_RAND_instantiate()Pauli2021-02-281-1/+2
* evp: add param argument to KDF derive callPauli2021-02-281-1/+2
* core: add param argument to KDF derive callPauli2021-02-281-1/+1
* core: update to use the extra MAC init argumentsPauli2021-02-281-1/+2
* evp: updates for the new additional MAC_init argumentsPauli2021-02-281-1/+2
* siphash: Add the C and D round parameters for SipHash.Pauli2021-02-281-0/+2
* Code cleanup mostly in crypto/x509/v3_purp.cDr. David von Oheimb2021-02-271-1/+1
* core: support modified gettable/settable ctx calls for ciphersPauli2021-02-261-2/+2
* evp: upport modified gettable/settable ctx calls for ciphersPauli2021-02-261-0/+2
* evp: support modified gettable/settable ctx calls for MACsPauli2021-02-261-0/+2
* core: core: support modified gettable/settable ctx calls for MACsPauli2021-02-261-2/+2
* core: support modified gettable/settable ctx calls for KDFsPauli2021-02-261-2/+2
* evp: support modified gettable/settable ctx calls for KDFsPauli2021-02-261-0/+2
* evp: support modified gettable/settable ctx calls for RNGsPauli2021-02-261-0/+2
* core: update RNG gettable/settable ctx param callsPauli2021-02-261-2/+2
* core: update digest gettable/settable ctx params callsPauli2021-02-261-2/+2
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-264-85/+88
* Fix external symbols related to dsa keysShane Lontis2021-02-262-16/+17
* Fix external symbols related to dh keysShane Lontis2021-02-262-34/+35
* Fix external symbols for bnShane Lontis2021-02-262-42/+41
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-256-44/+44
* Allow the sshkdf type to be passed as a single characterRichard Levitte2021-02-241-8/+6
* Duplicate the file and func error stringsMatt Caswell2021-02-241-2/+2
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-243-3/+11
* Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz2021-02-243-14/+9
* X509: Refactor X509_PUBKEY processing to include provider side keysRichard Levitte2021-02-241-0/+3
* provider: add option to load a provider without disabling the fallbacks.Pauli2021-02-232-2/+3
* rand: add DRBG/seed setting functionsPauli2021-02-231-0/+5
* RAND_METHOD deprecation: code changesPauli2021-02-231-6/+8
* EVP: Implement data-driven translation between known ctrl and OSSL_PARAMsRichard Levitte2021-02-231-0/+17
* EVP: make evp_pkey_is_assigned() usable in the FIPS moduleRichard Levitte2021-02-231-1/+6
* EVP: Make evp_pkey_ctx_state() available to all of EVPRichard Levitte2021-02-231-0/+6
* EVP: Implement EVP_PKEY_CTX_is_a()Richard Levitte2021-02-232-1/+2