summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-07-29Update copyright yearMatt Caswell
2021-07-28Don't try and load the config file while already loading the config fileMatt Caswell
2021-07-28Ensure any default_properties still apply even in the event of a provider loa...Matt Caswell
2021-07-28Fix EVP_MD_meth_dup and EVP_CIPHER_meth_dupMatt Caswell
2021-07-27Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell
2021-07-26EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte
2021-07-23Fix potential problems with EVP_PKEY_CTX_new() with engine setTomas Mraz
2021-07-23do_sigver_init: Add missing ERR_clear_last_mark()Tomas Mraz
2021-07-23DSA/RSA_print(): Fix potential memory leakTomas Mraz
2021-07-22Fix custom EVP_PKEY_METHOD implementations where no engine is presentMatt Caswell
2021-07-22Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell
2021-07-22OSSL_HTTP_open(): Fix memory leak on TLS connect failure via proxyDr. David von Oheimb
2021-07-20err: remove the derivation function is mandatory for FIPS error message since...Pauli
2021-07-20Fix a read buffer overrun in X509_aux_print().Ingo Schwarze
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz
2021-07-15evp: constify some OSSL_PARAM argumentsPauli
2021-07-15Make EVP_PKEY_check() be an alias for EVP_PKEY_pairwise_check()Tomas Mraz
2021-07-13asn.1: fix Coverity 1487104 Logically dead codePauli
2021-07-11Improve doc of OSSL_HTTP_REQ_CTX_set_expected() on timeout param < 0Dr. David von Oheimb
2021-07-10BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is givenDaiki Ueno
2021-07-10ASN.1: Refuse to encode to DER if non-optional items are missingRichard Levitte
2021-07-08evp: detect and raise an error if no digest is found for a sign/verify operationPauli
2021-07-08Fix compile warning with GCC 11.Juergen Christ
2021-07-08Fix bug in X509_print_exRich Salz
2021-07-07CRYPTO: Remove the check for built-in methods in the export_to functionRichard Levitte
2021-07-07bn: procduce correct sign for result of BN_mod()Pauli
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-07-06bn: Make fixed-length Montgomery Multiplication conditional on PPC64Martin Schwenke
2021-07-06bn: Fix .size directiveMartin Schwenke
2021-07-06bn: Use a basic branch-if-not-zeroMartin Schwenke
2021-07-06rsa_cms_verify: Avoid negative return with missing pss parametersTomas Mraz
2021-07-05Coverity #1486687: fix potential dereference of NULL keymgmtTomas Mraz
2021-07-03PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte
2021-07-02Fix memory leak in i2d_ASN1_bio_streamOliver Mihatsch
2021-07-02pem_read_bio_key: Add passphrase caching to avoid asking for password twiceTomas Mraz
2021-07-02pem_read_bio_key_decoder: Avoid spurious error on unknown PEM dataTomas Mraz
2021-07-02Fix compile errors when building with --api=1.1.0 no-deprecated.Shane Lontis
2021-07-02Defined out MUTEX attributes not available on NonStop SPT Threads.Randall S. Becker
2021-06-30OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb
2021-06-30CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb
2021-06-30evp: fix coverity 1473380 Copy into fixed size buffer (STRING_OVERFLOW)Pauli
2021-06-30bio: check for valid socket when closingPauli
2021-06-30x509: improve error reportingPauli
2021-06-29coverity #1486531: return error properly from x509_pubkey_ex_new_ex()Tomas Mraz
2021-06-29EVP: Have EVP_PKCS82PKEY_ex() pass a correct selection to OSSL_DECODERRichard Levitte
2021-06-29DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte
2021-06-29ossl_cmp_error_new(): Fix Coverity issue 1486534, and consequently also issue...Dr. David von Oheimb
2021-06-29OSSL_STORE: Fix crash when tracing STORERichard Levitte
2021-06-29ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte
2021-06-26ENCODER & DECODER: Allow en/decoders to have multiple namesRichard Levitte