summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-04-22Prepare for release of 3.0 alpha 15openssl-3.0.0-alpha15Matt Caswell
2021-04-22Update copyright yearMatt Caswell
2021-04-22Fix build failure with MSVCTomas Mraz
2021-04-22Avoid the need for Configure time 128-bit int detectionMatt Caswell
2021-04-22Fix typosMichaM
2021-04-22Add missing argname for keymgmt_gettable_params and keymgmt_settable_params p...Nicola Tuveri
2021-04-21ASN.1: Add some sanity checks for input len <= 0; related coding improvementsDr. David von Oheimb
2021-04-21tasn_dec.c: Add checks for it == NULL arguments; improve coding styleDr. David von Oheimb
2021-04-21DOC: Clarify EVP_MAC_init() params vs. EVP_MAC_CTX_set_params()Dr. David von Oheimb
2021-04-21Use build.info not file-wide ifndefRich Salz
2021-04-21STORE: Discard the error report filter in crypto/store/store_result.cRichard Levitte
2021-04-21TEST: Adapt the EVP testRichard Levitte
2021-04-21Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte
2021-04-21ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte
2021-04-21Fix memory leak in X509_REQPetr Gotthard
2021-04-21apps/cmp.c: Fix double free on OSSL_CMP_CTX_set1_p10CSR() failureDr. David von Oheimb
2021-04-21asn1: fix indentationPauli
2021-04-21dsa: remove unused macroPauli
2021-04-21srp: remove references to EVP_sha1()Pauli
2021-04-21pem: remove references to EVP_sha1()Pauli
2021-04-21ocsp: remove references to EVP_sha1()Pauli
2021-04-21cms: remove most references to EVP_sha1()Pauli
2021-04-21x509: remove most references to EVP_sha1()Pauli
2021-04-21test: fix double free problems.Pauli
2021-04-21engine: fix double free on error path.Pauli
2021-04-21ts: fix double free on error path.Pauli
2021-04-21srp: fix double free,Pauli
2021-04-21params_dup: fix off by one error that allows array overreach.Pauli
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb
2021-04-20Flip ordering backRich Salz
2021-04-20Fetch before get-by-nameRich Salz
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-20Fix compile errors on s390.Juergen Christ
2021-04-20Remove extra trailing semicolonRich Salz
2021-04-19Update krb5 module to latest releaseTomas Mraz
2021-04-19PKCS12 etc.: Add hints on using -legacy and -provider-path optionsDr. David von Oheimb
2021-04-19Add a test for OSSL_LIB_CTX_set0_defaultMatt Caswell
2021-04-19Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell
2021-04-19Change the semantics of OSSL_LIB_CTX_set0_default() NULL handlingMatt Caswell
2021-04-19Remove a TODO(3.0) from keymgmt_lib.cMatt Caswell
2021-04-19Don't worry about magic in the Makefile for 3.0Matt Caswell
2021-04-19Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell
2021-04-19Detect low-level engine and app method based keysTomas Mraz
2021-04-19Remove crypt32.lib from C++Builder configurationTanzinul Islam
2021-04-19Link with uplink moduleTanzinul Islam
2021-04-19Link with .def filesTanzinul Islam
2021-04-19Generate dependency informationTanzinul Islam
2021-04-19Avoid more MSVC-specific C runtime library functionsTanzinul Islam
2021-04-19Build resource filesTanzinul Islam
2021-04-19Support DLL builds + Fix C RTL variantsTanzinul Islam