summaryrefslogtreecommitdiffstats
path: root/doc/life-cycles (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-08Update copyright yearMatt Caswell263-263/+263
2021-04-08Remove a TODO in EVP_set_default_propertiesMatt Caswell1-5/+3
2021-04-08Update the algorithm fetching documentation linksMatt Caswell14-20/+20
2021-04-08Update provider.podMatt Caswell1-192/+8
2021-04-08Add additional glossary entriesMatt Caswell1-0/+131
2021-04-08Expand the libcrypto documentationMatt Caswell1-23/+440
2021-04-08curve448: Integrate 64-bit reference implementationAmitay Isaacs4-5/+21
2021-04-08Configure: Check if 128-bit integers are supported by compilerAmitay Isaacs1-0/+14
2021-04-08curve448: Use constant time zero check functionAmitay Isaacs1-5/+3
2021-04-08Add a constant time zero check function for 64-bit integersAmitay Isaacs1-0/+5
2021-04-08curve448: Remove the unrolled loop versionAmitay Isaacs1-124/+16
2021-04-08curve448: Use NLIMBS where appropriate to simplify the codeAmitay Isaacs1-6/+6
2021-04-08curve448: Modernise reference 64-bit codeAmitay Isaacs3-30/+37
2021-04-08curve448: Rename arch_ref64 to arch_64Amitay Isaacs3-0/+0
2021-04-08Partially Revert "Remove curve448 architecture specific files"Amitay Isaacs3-0/+388
2021-04-08curve448: Use relative includes to avoid explicit dependenciesAmitay Isaacs4-10/+3
2021-04-08Use numbers definition of int128_t and uint128_tAmitay Isaacs10-29/+26
2021-04-08numbers: Define 128-bit integers if compiler supportsAmitay Isaacs1-0/+10
2021-04-08test: add extra secure memory test case.Pauli1-10/+36
2021-04-08param_build: check for the usage of secure memory better.Pauli1-2/+6
2021-04-08Revert "Fix AES-CBC perf test failure issue"Pauli1-1/+0
2021-04-08property: lock the lib ctx when updating the property definition cachePauli3-5/+33
2021-04-08test: fix problem with threads test using default library context.Pauli1-1/+35
2021-04-08property: check return values from the property locking calls.Pauli7-24/+28
2021-04-08apps: fix AES CBC performance loopPauli1-1/+1
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis15-47/+79
2021-04-08fix coverity 1466710: resource leakPauli1-3/+3
2021-04-08dh: fix coverity 1473238: argument cannot be negativePauli1-4/+5
2021-04-08evp: fix coverity 1473631: argument cannot be negativePauli1-3/+4
2021-04-08evp: fix coverity 1451509: argument cannot be negativePauli1-1/+5
2021-04-08evp: fix coverity 1451510: argument cannot be negativePauli1-1/+5
2021-04-08evp: fix coverity 1472682: argument cannot be negativePauli1-1/+5
2021-04-08test: fix coverity 1473234 & 1473239: argument cannot be negativePauli1-2/+2
2021-04-07test/recipes/02-test_errstr.t: Do not test negative system error codesRichard Levitte1-0/+4
2021-04-07test: fix coverity 1475940: negative returnPauli1-2/+2
2021-04-07test: fix coverity 1475941: resource leakPauli1-2/+5
2021-04-07Disallow ASN.1 enumerated types to be treated as strings.Pauli1-1/+1
2021-04-07Remove locking in CRYPTO_secure_allocated()Pauli1-7/+6
2021-04-07Make the lock in CRYPTO_secure_allocated() a read lockPauli1-1/+1
2021-04-07Fix AES-CBC perf test failure issueFangming.Fang1-0/+1
2021-04-07Fix typo in store_meth.cNan Xiao1-1/+1
2021-04-07Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao6-14/+0
2021-04-07Adds a new lock to read default_path and uses a strdup() on default_path befo...Sahana Prasad1-5/+20
2021-04-07Ensure that the negative flag is correct set for ASN1 integer types.Pauli1-2/+4
2021-04-07Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli5-5/+14
2021-04-07Fix potential double free in sslapitest.cNan Xiao1-1/+3
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz11-175/+79
2021-04-02Include BN assembler alongside CPUID codeRichard Levitte2-6/+9
2021-04-02Refactor CPUID codeRichard Levitte3-211/+244
2021-04-02APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte3-39/+118