summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* curve448: Use constant time zero check functionAmitay Isaacs2021-04-081-5/+3
* curve448: Remove the unrolled loop versionAmitay Isaacs2021-04-081-124/+16
* curve448: Use NLIMBS where appropriate to simplify the codeAmitay Isaacs2021-04-081-6/+6
* curve448: Modernise reference 64-bit codeAmitay Isaacs2021-04-083-30/+37
* curve448: Rename arch_ref64 to arch_64Amitay Isaacs2021-04-083-0/+0
* Partially Revert "Remove curve448 architecture specific files"Amitay Isaacs2021-04-083-0/+388
* curve448: Use relative includes to avoid explicit dependenciesAmitay Isaacs2021-04-084-10/+3
* Use numbers definition of int128_t and uint128_tAmitay Isaacs2021-04-0810-29/+26
* param_build: check for the usage of secure memory better.Pauli2021-04-081-2/+6
* property: lock the lib ctx when updating the property definition cachePauli2021-04-082-5/+29
* property: check return values from the property locking calls.Pauli2021-04-084-20/+24
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-088-36/+62
* dh: fix coverity 1473238: argument cannot be negativePauli2021-04-081-4/+5
* evp: fix coverity 1473631: argument cannot be negativePauli2021-04-081-3/+4
* evp: fix coverity 1451509: argument cannot be negativePauli2021-04-081-1/+5
* evp: fix coverity 1451510: argument cannot be negativePauli2021-04-081-1/+5
* evp: fix coverity 1472682: argument cannot be negativePauli2021-04-081-1/+5
* Disallow ASN.1 enumerated types to be treated as strings.Pauli2021-04-071-1/+1
* Remove locking in CRYPTO_secure_allocated()Pauli2021-04-071-7/+6
* Make the lock in CRYPTO_secure_allocated() a read lockPauli2021-04-071-1/+1
* Fix typo in store_meth.cNan Xiao2021-04-071-1/+1
* Adds a new lock to read default_path and uses a strdup() on default_path befo...Sahana Prasad2021-04-071-5/+20
* Ensure that the negative flag is correct set for ASN1 integer types.Pauli2021-04-071-2/+4
* Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli2021-04-073-4/+12
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-064-146/+0
* Include BN assembler alongside CPUID codeRichard Levitte2021-04-022-6/+9
* Refactor CPUID codeRichard Levitte2021-04-023-211/+244
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-0210-0/+76
* Add OSSL_STORE_LOADER_description()Richard Levitte2021-04-021-0/+5
* Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte2021-04-022-0/+10
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-0217-79/+109
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-014-1/+21
* DSA_generate_parameters_ex: use the old method for all small keysTomas Mraz2021-04-011-1/+1
* Add "save-parameters" encoder parameterTomas Mraz2021-04-011-0/+8
* Avoid going through NID when unnecessaryTomas Mraz2021-04-012-3/+3
* EVP_CIPHER_type: fix misleading argument nameTomas Mraz2021-04-011-2/+2
* Drop TODO 3.0 as we cannot get rid of legacy nids in 3.0Tomas Mraz2021-04-011-2/+1
* EVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt with GOSTTomas Mraz2021-04-011-1/+1
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-014-22/+48
* OSSL_HTTP_REQ_CTX_transfer(): improve distinction of send error vs. receive e...Dr. David von Oheimb2021-03-311-3/+1
* OSSL_parse_url(): Improve handling of IPv6 addressesDr. David von Oheimb2021-03-311-3/+2
* http_client.c: Prevent spurious error queue entry on NULL mem argumentDr. David von Oheimb2021-03-311-2/+1
* HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb2021-03-312-13/+11
* Add a local perl module to get year last changedRich Salz2021-03-316-12/+31
* EVP: One stray comma removed in crypto/evp/ctrl_params_translate.cRichard Levitte2021-03-311-1/+1
* Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell2021-03-301-1/+0
* Increase minimum clang version requirement for rsaz-avx512.plAndrey Matyukov2021-03-301-1/+1
* evp: fix coverity 1474469: negative returnPauli2021-03-301-3/+3
* x509: fix coverity 1474470: NULL pointer dereferencePauli2021-03-301-1/+1
* x509: fix coverity 1474471: NULL pointer dereferencePauli2021-03-301-2/+5