aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-12Reformat some NOTES and README filesDr. Matthias St. Pierre4-528/+556
2021-02-12Revise some renamings of NOTES and README filesDr. Matthias St. Pierre10-19/+16
2021-02-12ssl_test: Add testcases for disallowing non-TLS1.3 curves with TLS1.3Tomas Mraz3-220/+1011
2021-02-12tls_valid_group: Add missing dereference of okfortls13Tomas Mraz1-1/+1
2021-02-12VMS documentation fixesRichard Levitte5-26/+48
2021-02-12Configurations/descrip.mms.tmpl: avoid enormous PIPE commandsRichard Levitte3-18/+50
2021-02-12DOCS: Update the internal documentation on EVP_PKEY.Richard Levitte1-18/+179
2021-02-12Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte4-15/+15
2021-02-12Update documentation following deprecation of SRPMatt Caswell10-15/+68
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell15-121/+236
2021-02-12Deprecate the low level SRP APIsMatt Caswell12-284/+370
2021-02-12Add OID for draft-ietf-opsawg-finding-geofeeds detached CMS signatureJob Snijders5-5/+17
2021-02-12Add a configure time option to disable the fetch cache.Pauli2-0/+9
2021-02-12test: add import and export key management hooks for the TLS provider.Pauli1-0/+85
2021-02-12test: filter provider honours the no_cache setting.Pauli1-5/+3
2021-02-12changes: add a CHANGES.md entry for the OSSL_FORCE_NO_CACHE_FETCH option.Pauli1-0/+6
2021-02-12test: fix no-cache problem with the quality comparison for KDFs.Pauli1-3/+18
2021-02-12EVP: fix reference counting for EVP_CIPHER.Pauli1-0/+8
2021-02-12Prov: add an option to force provider fetches to not be cached.Pauli1-2/+11
2021-02-12CI: add a non-caching CI loopPauli1-0/+11
2021-02-12EVP: fix reference counting for digest operations.Pauli1-1/+11
2021-02-12Allow -rand to be repeatedRich Salz1-15/+30
2021-02-12Fetch cipher after loading providersRich Salz12-50/+92
2021-02-12Process digest option after loading providersRich Salz11-36/+68
2021-02-12Load rand state after loading providersRich Salz25-11/+38
2021-02-12Fetch alg, etc., after loading providersRich Salz1-34/+42
2021-02-12Fetch algorithm after loading providersRich Salz1-19/+19
2021-02-12test: add an option to output timing information from tests.Pauli1-0/+1
2021-02-11X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb5-21/+24
2021-02-11X509_STORE_CTX_get1_issuer(): Make preference on expired certs consistent wit...Dr. David von Oheimb1-20/+25
2021-02-11x509_vfy.c: Make chain_build() error diagnostics to the pointDr. David von Oheimb2-11/+32
2021-02-11Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz4-5/+5
2021-02-11Various cleanup of PROV_R_ reason codesTomas Mraz23-99/+57
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz70-209/+229
2021-02-11Match description with actual output of dgstKOBAYASHI Ittoku1-1/+1
2021-02-10include/internal: add a few missing #pragma once directivesFdaSilvaYY30-19/+59
2021-02-10include/openssl: add a few missing #pragma once directivesFdaSilvaYY22-15/+66
2021-02-10include/crypto: add a few missing #pragma once directivesFdaSilvaYY38-32/+133
2021-02-11test: turn off parallel tests in verbose mode.Pauli1-4/+8
2021-02-10Handle partial data re-sending on ktls/sendfile on FreeBSDOleksandr Tymoshenko2-7/+5
2021-02-09Remove unused 'peer_type' from SSL_SESSIONBenjamin Kaduk2-2/+0
2021-02-10Replace provider digest flags with separate param fieldsShane Lontis8-52/+44
2021-02-10Replace provider cipher flags with separate param fieldsShane Lontis28-129/+191
2021-02-10Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.Shane Lontis5-23/+61
2021-02-10Change the ASN1 variant of x942kdf so that it can test acvp data.Shane Lontis4-19/+91
2021-02-09x509_vfy.c: Sort out return values 0 vs. -1 (failure/internal error)Dr. David von Oheimb2-77/+114
2021-02-09X509_get_pubkey_parameters(): Correct failure behavior and its useDr. David von Oheimb1-13/+12
2021-02-09x509_vfy: Clarify relevance of ctx->error also on successful verificationDr. David von Oheimb2-3/+7
2021-02-09x509_vfy.c: Fix various coding style and documentation style nitsDr. David von Oheimb2-29/+30
2021-02-09CHANGES.md: Mention RSA key generation slowdown related changesTomas Mraz2-1/+20