summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-18Update copyright yearMatt Caswell
2021-02-18Fix external symbols related to provider related security checks forShane Lontis
2021-02-18Fix external symbols in the provider digest implementations.Shane Lontis
2021-02-18Add deep copy of propq field in mac_dupctx to avoid double freezekeevans-mf
2021-02-18DH: Make DH_bits(), DH_size(), and DH_security_bits() check that there are ke...Sahana Prasad
2021-02-18chain_build(): Call verify_cb_cert() if a preliminary error has become finalDr. David von Oheimb
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2021-02-18DSA parameter check using pkeyparamDmitry Belyavskiy
2021-02-18Fix external symbols in the provider cipher implementations.Shane Lontis
2021-02-17x509_vfy: fix mem leaks in chain_build() on malloc error Coverify CID 1473068Dr. David von Oheimb
2021-02-17apps/cmp.c: Improve initialization of ext_ctx structure w.r.t. CSRDr. David von Oheimb
2021-02-17apps/ca.c: Make sure ext_ctx structure gets initializedDr. David von Oheimb
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-17Fix backward incompatibility revolving around OSSL_HTTP_REQ_CTX_sendreq_d2i()Richard Levitte
2021-02-17[doc/man3][OSSL_ENCODER] Move NOTES to the bottomNicola Tuveri
2021-02-17[doc/man3] Fix typo in DESCRIPTION of OSSL_ENCODER_propertiesNicola Tuveri
2021-02-17doc: document the two new RAND functionsPauli
2021-02-17rand: update DRBGs to use the get_entropy call for seedingPauli
2021-02-17core: add get_entropy and clear_entropy calls to RANDPauli
2021-02-17RNG test: add get_entropy hook for testing.Pauli
2021-02-17RNG seed: add get_entropy hook for seeding.Pauli
2021-02-17err: generated error filesPauli
2021-02-17test: DRBG test with long seed.Pauli
2021-02-17Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_clientPetr Gotthard
2021-02-17Fix propquery handling in EVP_DigestSignInit_exPetr Gotthard
2021-02-16TEST: Add missing initializationRichard Levitte
2021-02-16Update CHANGES and NEWS for new releaseMatt Caswell
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