summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-246-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
* Note that the OSSL_CORE_MAKE_FUNC macro is reservedMatt Caswell2021-02-221-0/+2
* Add EVP_PKEY_public_check_quick.Shane Lontis2021-02-223-0/+3
* Fix external symbols for pkcs7.Shane Lontis2021-02-221-1/+1
* Fix external symbols for cms.Shane Lontis2021-02-223-23/+20
* -Wunused-function cleanupjwalch2021-02-211-1/+1
* Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis2021-02-191-0/+4
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-181-1/+1
* Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb2021-02-181-0/+2
* Update copyright yearMatt Caswell2021-02-18119-119/+119
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-183-3/+8
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-173-14/+14
* Fix backward incompatibility revolving around OSSL_HTTP_REQ_CTX_sendreq_d2i()Richard Levitte2021-02-172-8/+8
* core: add get_entropy and clear_entropy calls to RANDPauli2021-02-171-0/+9
* err: generated error filesPauli2021-02-171-1/+3
* Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell2021-02-162-1/+2
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-153-2/+7
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-121-14/+20
* Deprecate the low level SRP APIsMatt Caswell2021-02-121-27/+65
* Add OID for draft-ietf-opsawg-finding-geofeeds detached CMS signatureJob Snijders2021-02-121-0/+4
* x509_vfy.c: Make chain_build() error diagnostics to the pointDr. David von Oheimb2021-02-111-1/+1