summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-03-31HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb
2021-03-31Add a local perl module to get year last changedRich Salz
2021-03-31EVP: One stray comma removed in crypto/evp/ctrl_params_translate.cRichard Levitte
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell
2021-03-30Increase minimum clang version requirement for rsaz-avx512.plAndrey Matyukov
2021-03-30evp: fix coverity 1474469: negative returnPauli
2021-03-30x509: fix coverity 1474470: NULL pointer dereferencePauli
2021-03-30x509: fix coverity 1474471: NULL pointer dereferencePauli
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-28Remove RSA bignum_data that is not used anywhereTomas Mraz
2021-03-28Fix X509_PUBKEY_dup() to not leak memoryPauli
2021-03-28Allocates and initializes pubkey in X509_PUBKEY_dup()Sahana Prasad
2021-03-26HTTP: Fix mem leak of OSSL_HTTP_REQ_CTX_transfer(), rename to ossl_http_req_c...Dr. David von Oheimb
2021-03-26HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb
2021-03-26RSA-PSS: When printing parameters, always print the trailerfield ASN.1 valueRichard Levitte
2021-03-26evp: fix coverity 1473378: unchecked return valuePauli
2021-03-26params: fix coverity 1473069: unchecked return valuesPauli
2021-03-26evp: fix coverity 1467500 & 1467502: unchecked return valuesPauli
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