summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test that X509_issuer_and_serial_hash doesn't crashMatt Caswell2021-02-162-0/+2
* Fix Null pointer deref in X509_issuer_and_serial_hash()Matt Caswell2021-02-161-0/+2
* Do not match RFC 5114 groups without q as it is significantTomas Mraz2021-02-161-1/+3
* README-ENGINES: fix the link to the provider API READMEBeat Bolli2021-02-151-1/+1
* Document the newly added function EVP_PKEY_param_check_quick()Matt Caswell2021-02-151-4/+11
* Fix the dhparam_check testMatt Caswell2021-02-158-18/+9
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-1513-26/+67
* Run DH_check_ex() not DH_check_params_ex() when checking paramsMatt Caswell2021-02-151-1/+1
* RSA: avoid dereferencing possibly-NULL parameter in initializersBenjamin Kaduk2021-02-151-2/+4
* x509_vfy: remove redundant stack allocationBenjamin Kaduk2021-02-151-9/+1
* Add docs for ASN1_item_sign and ASN1_item_verify functionsShane Lontis2021-02-152-6/+226
* Remove an unnecessary free call.Pauli2021-02-141-2/+0
* Remove dead code in rsa_pkey_ctrl.Shane Lontis2021-02-141-8/+0
* passwd.c: use the actual ROUNDS_DEFAULT macroDisconnect3d2021-02-131-1/+1
* NOTES-WINDOWS: fix typoJay Satiro2021-02-121-2/+2
* Add a skeleton README-PROVIDERS fileDr. Matthias St. Pierre2021-02-121-0/+151
* Add deprecation note to the README-ENGINES fileDr. Matthias St. Pierre2021-02-121-9/+18
* Unify the markdown links to the NOTES and README filesDr. Matthias St. Pierre2021-02-126-21/+21
* Reformat some NOTES and README filesDr. Matthias St. Pierre2021-02-124-528/+556
* Revise some renamings of NOTES and README filesDr. Matthias St. Pierre2021-02-1210-19/+16
* ssl_test: Add testcases for disallowing non-TLS1.3 curves with TLS1.3Tomas Mraz2021-02-123-220/+1011
* tls_valid_group: Add missing dereference of okfortls13Tomas Mraz2021-02-121-1/+1
* VMS documentation fixesRichard Levitte2021-02-125-26/+48
* Configurations/descrip.mms.tmpl: avoid enormous PIPE commandsRichard Levitte2021-02-123-18/+50
* DOCS: Update the internal documentation on EVP_PKEY.Richard Levitte2021-02-121-18/+179
* Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte2021-02-124-15/+15
* Update documentation following deprecation of SRPMatt Caswell2021-02-1210-15/+68
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-1215-121/+236
* Deprecate the low level SRP APIsMatt Caswell2021-02-1212-284/+370
* Add OID for draft-ietf-opsawg-finding-geofeeds detached CMS signatureJob Snijders2021-02-125-5/+17
* Add a configure time option to disable the fetch cache.Pauli2021-02-122-0/+9
* test: add import and export key management hooks for the TLS provider.Pauli2021-02-121-0/+85
* test: filter provider honours the no_cache setting.Pauli2021-02-121-5/+3
* changes: add a CHANGES.md entry for the OSSL_FORCE_NO_CACHE_FETCH option.Pauli2021-02-121-0/+6
* test: fix no-cache problem with the quality comparison for KDFs.Pauli2021-02-121-3/+18
* EVP: fix reference counting for EVP_CIPHER.Pauli2021-02-121-0/+8
* Prov: add an option to force provider fetches to not be cached.Pauli2021-02-121-2/+11
* CI: add a non-caching CI loopPauli2021-02-121-0/+11
* EVP: fix reference counting for digest operations.Pauli2021-02-121-1/+11
* Allow -rand to be repeatedRich Salz2021-02-121-15/+30
* Fetch cipher after loading providersRich Salz2021-02-1212-50/+92
* Process digest option after loading providersRich Salz2021-02-1211-36/+68
* Load rand state after loading providersRich Salz2021-02-1225-11/+38
* Fetch alg, etc., after loading providersRich Salz2021-02-121-34/+42
* Fetch algorithm after loading providersRich Salz2021-02-121-19/+19
* test: add an option to output timing information from tests.Pauli2021-02-121-0/+1
* X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb2021-02-115-21/+24
* X509_STORE_CTX_get1_issuer(): Make preference on expired certs consistent wit...Dr. David von Oheimb2021-02-111-20/+25
* x509_vfy.c: Make chain_build() error diagnostics to the pointDr. David von Oheimb2021-02-112-11/+32
* Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz2021-02-114-5/+5