summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-03-26encoder: fix coverity 1473235: null dereferencePauli
2021-03-26rand: fix coverity 1473636: data race conditionPauli
2021-03-26x509: fix coverity 1474424: data race conditionPauli
2021-03-26x509: fix coverity 1461225: data race conditionPauli
2021-03-25EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz
2021-03-24Rearranged .pdata entries in rsaz-avx512.pl to make them properly ordered.Andrey Matyukov
2021-03-24Fix compilation under -WerrorJuergen Christ
2021-03-24dh: fix coverty 1474423: resource leakPauli
2021-03-24enc: fix coverity 1451499, 1451501, 1451506, 1451507, 1351511, 1451514, 14515...Pauli
2021-03-24err: fix coverity 1452768: dereference after null checkPauli
2021-03-24pem: fix coverity 1474426: uninitialised scalar variable.Pauli
2021-03-23Be more selective about copying libcrypto symbols into legacy.soMatt Caswell
2021-03-22Fix usages of const EVP_MD.Shane Lontis
2021-03-22Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2021-03-22Fix DER reading from stdin for BIO_f_readbufferShane Lontis
2021-03-21ASN1: Reset the content dump flag after dumpingRichard Levitte
2021-03-21evp: fix coverity 1473380: copy into fixed size bufferPauli
2021-03-20evp: fix coverity 1473381 - dereference after null checkPauli
2021-03-20x509: coverity 1472673 & 1472693 - dereference after null checksPauli
2021-03-20async: coverity 1446224 - dereference after null checkPauli
2021-03-20evp: fix coverity 1445872 - dereference after null checkPauli
2021-03-20decoder: fix Coverity 1473236 & 1473386: resource leaksPauli
2021-03-20evp: fix coverity 1470561: resource leakPauli
2021-03-19Make ossl_d2i_PUBKEY_legacy() completely libcrypto internalRichard Levitte
2021-03-19Make evp_privatekey_from_binary() completely libcrypto internalRichard Levitte
2021-03-19PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-03-19PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte
2021-03-19EVP_PKEY_get_*_param should work with legacyTomas Mraz
2021-03-19ASYNC_start_job: Reset libctx when async_fibre_swapcontext failsTomas Mraz
2021-03-19Added functions for printing EVP_PKEYs to FILE *Tomas Mraz
2021-03-19Fix windows build compiler issue.Shane Lontis
2021-03-18Ensure we deregister thread handlers even after a failed initMatt Caswell
2021-03-18modes: fix coverity 1449860: overlapping memory copyPauli
2021-03-18modes: fix coverity 1449851: overlapping memory copyPauli
2021-03-18Remove TODO comment. Resolves #14396Jon Spillett
2021-03-18Add ossl_provider symbolsShane Lontis
2021-03-18Rename CMS_si_check_attributes to ossl_cms_si_check_attributesShane Lontis
2021-03-18rename err_get_state_int() to ossl_err_get_state_int()Shane Lontis
2021-03-18Add ossl_is_partially_overlapping symbolShane Lontis
2021-03-18Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis
2021-03-18Add ossl_pem_check_suffix symbolShane Lontis
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18Add ossl_lhash symbolsShane Lontis
2021-03-18Add ossl_ symbol to x509 policyShane Lontis
2021-03-18Add ossl_bn_group symbolsShane Lontis
2021-03-18Add ossl_sa symbolsShane Lontis
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis
2021-03-18Add ossl_siv symbolsShane Lontis
2021-03-18Add ossl_aria symbolsShane Lontis