summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-16Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell
2021-02-16Fix rsa_test to properly test RSA_SSLV23_PADDINGMatt Caswell
2021-02-16Fix the RSA_SSLV23_PADDING padding typeMatt Caswell
2021-02-16Refactor rsa_testMatt Caswell
2021-02-16Test that X509_issuer_and_serial_hash doesn't crashMatt Caswell
2021-02-16Fix Null pointer deref in X509_issuer_and_serial_hash()Matt Caswell
2021-02-16Do not match RFC 5114 groups without q as it is significantTomas Mraz
2021-02-15README-ENGINES: fix the link to the provider API READMEBeat Bolli
2021-02-15Document the newly added function EVP_PKEY_param_check_quick()Matt Caswell
2021-02-15Fix the dhparam_check testMatt Caswell
2021-02-15Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell
2021-02-15Run DH_check_ex() not DH_check_params_ex() when checking paramsMatt Caswell
2021-02-15RSA: avoid dereferencing possibly-NULL parameter in initializersBenjamin Kaduk
2021-02-15x509_vfy: remove redundant stack allocationBenjamin Kaduk
2021-02-15Add docs for ASN1_item_sign and ASN1_item_verify functionsShane Lontis
2021-02-14Remove an unnecessary free call.Pauli
2021-02-14Remove dead code in rsa_pkey_ctrl.Shane Lontis
2021-02-13passwd.c: use the actual ROUNDS_DEFAULT macroDisconnect3d
2021-02-12NOTES-WINDOWS: fix typoJay Satiro
2021-02-12Add a skeleton README-PROVIDERS fileDr. Matthias St. Pierre
2021-02-12Add deprecation note to the README-ENGINES fileDr. Matthias St. Pierre
2021-02-12Unify the markdown links to the NOTES and README filesDr. Matthias St. Pierre
2021-02-12Reformat some NOTES and README filesDr. Matthias St. Pierre
2021-02-12Revise some renamings of NOTES and README filesDr. Matthias St. Pierre
2021-02-12ssl_test: Add testcases for disallowing non-TLS1.3 curves with TLS1.3Tomas Mraz
2021-02-12tls_valid_group: Add missing dereference of okfortls13Tomas Mraz
2021-02-12VMS documentation fixesRichard Levitte
2021-02-12Configurations/descrip.mms.tmpl: avoid enormous PIPE commandsRichard Levitte
2021-02-12DOCS: Update the internal documentation on EVP_PKEY.Richard Levitte
2021-02-12Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte
2021-02-12Update documentation following deprecation of SRPMatt Caswell
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2021-02-12Deprecate the low level SRP APIsMatt Caswell
2021-02-12Add OID for draft-ietf-opsawg-finding-geofeeds detached CMS signatureJob Snijders
2021-02-12Add a configure time option to disable the fetch cache.Pauli
2021-02-12test: add import and export key management hooks for the TLS provider.Pauli
2021-02-12test: filter provider honours the no_cache setting.Pauli
2021-02-12changes: add a CHANGES.md entry for the OSSL_FORCE_NO_CACHE_FETCH option.Pauli
2021-02-12test: fix no-cache problem with the quality comparison for KDFs.Pauli
2021-02-12EVP: fix reference counting for EVP_CIPHER.Pauli
2021-02-12Prov: add an option to force provider fetches to not be cached.Pauli
2021-02-12CI: add a non-caching CI loopPauli
2021-02-12EVP: fix reference counting for digest operations.Pauli
2021-02-12Allow -rand to be repeatedRich Salz
2021-02-12Fetch cipher after loading providersRich Salz
2021-02-12Process digest option after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
2021-02-12Fetch alg, etc., after loading providersRich Salz
2021-02-12Fetch algorithm after loading providersRich Salz
2021-02-12test: add an option to output timing information from tests.Pauli