summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0 alpha 14openssl-3.0.0-alpha14Matt Caswell2021-04-083-4/+4
* Update copyright yearMatt Caswell2021-04-08263-263/+263
* Remove a TODO in EVP_set_default_propertiesMatt Caswell2021-04-081-5/+3
* Update the algorithm fetching documentation linksMatt Caswell2021-04-0814-20/+20
* Update provider.podMatt Caswell2021-04-081-192/+8
* Add additional glossary entriesMatt Caswell2021-04-081-0/+131
* Expand the libcrypto documentationMatt Caswell2021-04-081-23/+440
* curve448: Integrate 64-bit reference implementationAmitay Isaacs2021-04-084-5/+21
* Configure: Check if 128-bit integers are supported by compilerAmitay Isaacs2021-04-081-0/+14
* curve448: Use constant time zero check functionAmitay Isaacs2021-04-081-5/+3
* Add a constant time zero check function for 64-bit integersAmitay Isaacs2021-04-081-0/+5
* 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
* numbers: Define 128-bit integers if compiler supportsAmitay Isaacs2021-04-081-0/+10
* test: add extra secure memory test case.Pauli2021-04-081-10/+36
* param_build: check for the usage of secure memory better.Pauli2021-04-081-2/+6
* Revert "Fix AES-CBC perf test failure issue"Pauli2021-04-081-1/+0
* property: lock the lib ctx when updating the property definition cachePauli2021-04-083-5/+33
* test: fix problem with threads test using default library context.Pauli2021-04-081-1/+35
* property: check return values from the property locking calls.Pauli2021-04-087-24/+28
* apps: fix AES CBC performance loopPauli2021-04-081-1/+1
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-0815-47/+79
* fix coverity 1466710: resource leakPauli2021-04-081-3/+3
* 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
* test: fix coverity 1473234 & 1473239: argument cannot be negativePauli2021-04-081-2/+2
* test/recipes/02-test_errstr.t: Do not test negative system error codesRichard Levitte2021-04-071-0/+4
* test: fix coverity 1475940: negative returnPauli2021-04-071-2/+2
* test: fix coverity 1475941: resource leakPauli2021-04-071-2/+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 AES-CBC perf test failure issueFangming.Fang2021-04-071-0/+1
* Fix typo in store_meth.cNan Xiao2021-04-071-1/+1
* Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao2021-04-076-14/+0
* 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-075-5/+14
* Fix potential double free in sslapitest.cNan Xiao2021-04-071-1/+3
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-0611-175/+79
* Include BN assembler alongside CPUID codeRichard Levitte2021-04-022-6/+9
* Refactor CPUID codeRichard Levitte2021-04-023-211/+244