aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-22Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()Tomas Mraz2-2/+4
2021-04-22Fix potential NULL dereference in ossl_ec_key_dup()Tomas Mraz1-6/+6
2021-04-22Removed dead code in linebuffer_ctrl()Tomas Mraz1-3/+3
2021-04-22e_os.h: Include wspiapi.h to improve Windows backward compatibilityPrcuvu1-0/+1
2021-04-22add Changelog item for TLS1.3 FFDHE workHubert Kario1-0/+4
2021-04-22Prepare for 3.0 alpha 16Matt Caswell3-4/+4
2021-04-22Prepare for release of 3.0 alpha 15openssl-3.0.0-alpha15Matt Caswell3-4/+4
2021-04-22Update copyright yearMatt Caswell72-72/+72
2021-04-22Fix build failure with MSVCTomas Mraz2-0/+2
2021-04-22Avoid the need for Configure time 128-bit int detectionMatt Caswell4-23/+22
2021-04-22Fix typosMichaM4-8/+8
2021-04-22Add missing argname for keymgmt_gettable_params and keymgmt_settable_params p...Nicola Tuveri1-2/+4
2021-04-21ASN.1: Add some sanity checks for input len <= 0; related coding improvementsDr. David von Oheimb3-14/+27
2021-04-21tasn_dec.c: Add checks for it == NULL arguments; improve coding styleDr. David von Oheimb1-19/+29
2021-04-21DOC: Clarify EVP_MAC_init() params vs. EVP_MAC_CTX_set_params()Dr. David von Oheimb1-3/+6
2021-04-21Use build.info not file-wide ifndefRich Salz2-31/+30
2021-04-21STORE: Discard the error report filter in crypto/store/store_result.cRichard Levitte1-38/+50
2021-04-21TEST: Adapt the EVP testRichard Levitte2-6/+8
2021-04-21Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte5-51/+91
2021-04-21ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte6-26/+100
2021-04-21Fix memory leak in X509_REQPetr Gotthard1-0/+1
2021-04-21apps/cmp.c: Fix double free on OSSL_CMP_CTX_set1_p10CSR() failureDr. David von Oheimb1-10/+7
2021-04-21asn1: fix indentationPauli2-4/+10
2021-04-21dsa: remove unused macroPauli1-7/+0
2021-04-21srp: remove references to EVP_sha1()Pauli1-3/+10
2021-04-21pem: remove references to EVP_sha1()Pauli1-2/+5
2021-04-21ocsp: remove references to EVP_sha1()Pauli2-6/+13
2021-04-21cms: remove most references to EVP_sha1()Pauli1-0/+4
2021-04-21x509: remove most references to EVP_sha1()Pauli2-7/+25
2021-04-21test: fix double free problems.Pauli1-0/+3
2021-04-21engine: fix double free on error path.Pauli1-0/+1
2021-04-21ts: fix double free on error path.Pauli1-0/+1
2021-04-21srp: fix double free,Pauli1-5/+6
2021-04-21params_dup: fix off by one error that allows array overreach.Pauli1-2/+2
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb14-105/+112
2021-04-20Flip ordering backRich Salz1-2/+2
2021-04-20Fetch before get-by-nameRich Salz1-2/+2
2021-04-20Fetch and free cipher and md'sRich Salz23-53/+88
2021-04-20Fix compile errors on s390.Juergen Christ1-0/+4
2021-04-20Remove extra trailing semicolonRich Salz1-1/+3
2021-04-19Update krb5 module to latest releaseTomas Mraz4-2/+4
2021-04-19PKCS12 etc.: Add hints on using -legacy and -provider-path optionsDr. David von Oheimb5-2/+16
2021-04-19Add a test for OSSL_LIB_CTX_set0_defaultMatt Caswell1-0/+55
2021-04-19Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell4-8/+26
2021-04-19Change the semantics of OSSL_LIB_CTX_set0_default() NULL handlingMatt Caswell2-3/+7
2021-04-19Remove a TODO(3.0) from keymgmt_lib.cMatt Caswell1-4/+0
2021-04-19Don't worry about magic in the Makefile for 3.0Matt Caswell1-1/+1
2021-04-19Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell2-17/+82
2021-04-19Detect low-level engine and app method based keysTomas Mraz11-13/+88
2021-04-19Remove crypt32.lib from C++Builder configurationTanzinul Islam1-1/+1