summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-04-08Prepare for release of 3.0 alpha 14openssl-3.0.0-alpha14Matt Caswell
2021-04-08Update copyright yearMatt Caswell
2021-04-08Remove a TODO in EVP_set_default_propertiesMatt Caswell
2021-04-08Update the algorithm fetching documentation linksMatt Caswell
2021-04-08Update provider.podMatt Caswell
2021-04-08Add additional glossary entriesMatt Caswell
2021-04-08Expand the libcrypto documentationMatt Caswell
2021-04-08curve448: Integrate 64-bit reference implementationAmitay Isaacs
2021-04-08Configure: Check if 128-bit integers are supported by compilerAmitay Isaacs
2021-04-08curve448: Use constant time zero check functionAmitay Isaacs
2021-04-08Add a constant time zero check function for 64-bit integersAmitay 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-08numbers: Define 128-bit integers if compiler supportsAmitay Isaacs
2021-04-08test: add extra secure memory test case.Pauli
2021-04-08param_build: check for the usage of secure memory better.Pauli
2021-04-08Revert "Fix AES-CBC perf test failure issue"Pauli
2021-04-08property: lock the lib ctx when updating the property definition cachePauli
2021-04-08test: fix problem with threads test using default library context.Pauli
2021-04-08property: check return values from the property locking calls.Pauli
2021-04-08apps: fix AES CBC performance loopPauli
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis
2021-04-08fix coverity 1466710: resource leakPauli
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-08test: fix coverity 1473234 & 1473239: argument cannot be negativePauli
2021-04-07test/recipes/02-test_errstr.t: Do not test negative system error codesRichard Levitte
2021-04-07test: fix coverity 1475940: negative returnPauli
2021-04-07test: fix coverity 1475941: resource leakPauli
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 AES-CBC perf test failure issueFangming.Fang
2021-04-07Fix typo in store_meth.cNan Xiao
2021-04-07Remove unnecessary setting SSL_MODE_AUTO_RETRYNan 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-07Fix potential double free in sslapitest.cNan Xiao
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