summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-04-07Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-04-02Include BN assembler alongside CPUID codeRichard Levitte
2021-04-02Refactor CPUID codeRichard Levitte
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte
2021-04-02Add OSSL_STORE_LOADER_description()Richard Levitte
2021-04-02Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker
2021-04-01DSA_generate_parameters_ex: use the old method for all small keysTomas Mraz
2021-04-01Add "save-parameters" encoder parameterTomas Mraz
2021-04-01Avoid going through NID when unnecessaryTomas Mraz
2021-04-01EVP_CIPHER_type: fix misleading argument nameTomas Mraz
2021-04-01Drop TODO 3.0 as we cannot get rid of legacy nids in 3.0Tomas Mraz
2021-04-01EVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt with GOSTTomas Mraz
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2021-03-31OSSL_HTTP_REQ_CTX_transfer(): improve distinction of send error vs. receive e...Dr. David von Oheimb
2021-03-31OSSL_parse_url(): Improve handling of IPv6 addressesDr. David von Oheimb
2021-03-31http_client.c: Prevent spurious error queue entry on NULL mem argumentDr. David von Oheimb
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