summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-04-08Update copyright yearMatt Caswell
2021-04-08curve448: Integrate 64-bit reference implementationAmitay Isaacs
2021-04-08curve448: Use constant time zero check functionAmitay Isaacs
2021-04-08curve448: Remove the unrolled loop versionAmitay Isaacs
2021-04-08curve448: Use NLIMBS where appropriate to simplify the codeAmitay Isaacs
2021-04-08curve448: Modernise reference 64-bit codeAmitay Isaacs
2021-04-08curve448: Rename arch_ref64 to arch_64Amitay Isaacs
2021-04-08Partially Revert "Remove curve448 architecture specific files"Amitay Isaacs
2021-04-08curve448: Use relative includes to avoid explicit dependenciesAmitay Isaacs
2021-04-08Use numbers definition of int128_t and uint128_tAmitay Isaacs
2021-04-08param_build: check for the usage of secure memory better.Pauli
2021-04-08property: lock the lib ctx when updating the property definition cachePauli
2021-04-08property: check return values from the property locking calls.Pauli
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis
2021-04-08dh: fix coverity 1473238: argument cannot be negativePauli
2021-04-08evp: fix coverity 1473631: argument cannot be negativePauli
2021-04-08evp: fix coverity 1451509: argument cannot be negativePauli
2021-04-08evp: fix coverity 1451510: argument cannot be negativePauli
2021-04-08evp: fix coverity 1472682: argument cannot be negativePauli
2021-04-07Disallow ASN.1 enumerated types to be treated as strings.Pauli
2021-04-07Remove locking in CRYPTO_secure_allocated()Pauli
2021-04-07Make the lock in CRYPTO_secure_allocated() a read lockPauli
2021-04-07Fix typo in store_meth.cNan Xiao
2021-04-07Adds a new lock to read default_path and uses a strdup() on default_path befo...Sahana Prasad
2021-04-07Ensure that the negative flag is correct set for ASN1 integer types.Pauli
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