summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0 alpha 15openssl-3.0.0-alpha15Matt Caswell2021-04-223-4/+4
* Update copyright yearMatt Caswell2021-04-2272-72/+72
* Fix build failure with MSVCTomas Mraz2021-04-222-0/+2
* Avoid the need for Configure time 128-bit int detectionMatt Caswell2021-04-224-23/+22
* Fix typosMichaM2021-04-224-8/+8
* Add missing argname for keymgmt_gettable_params and keymgmt_settable_params p...Nicola Tuveri2021-04-221-2/+4
* ASN.1: Add some sanity checks for input len <= 0; related coding improvementsDr. David von Oheimb2021-04-213-14/+27
* tasn_dec.c: Add checks for it == NULL arguments; improve coding styleDr. David von Oheimb2021-04-211-19/+29
* DOC: Clarify EVP_MAC_init() params vs. EVP_MAC_CTX_set_params()Dr. David von Oheimb2021-04-211-3/+6
* Use build.info not file-wide ifndefRich Salz2021-04-212-31/+30
* STORE: Discard the error report filter in crypto/store/store_result.cRichard Levitte2021-04-211-38/+50
* TEST: Adapt the EVP testRichard Levitte2021-04-212-6/+8
* Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte2021-04-215-51/+91
* ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte2021-04-216-26/+100
* Fix memory leak in X509_REQPetr Gotthard2021-04-211-0/+1
* apps/cmp.c: Fix double free on OSSL_CMP_CTX_set1_p10CSR() failureDr. David von Oheimb2021-04-211-10/+7
* asn1: fix indentationPauli2021-04-212-4/+10
* dsa: remove unused macroPauli2021-04-211-7/+0
* srp: remove references to EVP_sha1()Pauli2021-04-211-3/+10
* pem: remove references to EVP_sha1()Pauli2021-04-211-2/+5
* ocsp: remove references to EVP_sha1()Pauli2021-04-212-6/+13
* cms: remove most references to EVP_sha1()Pauli2021-04-211-0/+4
* x509: remove most references to EVP_sha1()Pauli2021-04-212-7/+25
* test: fix double free problems.Pauli2021-04-211-0/+3
* engine: fix double free on error path.Pauli2021-04-211-0/+1
* ts: fix double free on error path.Pauli2021-04-211-0/+1
* srp: fix double free,Pauli2021-04-211-5/+6
* params_dup: fix off by one error that allows array overreach.Pauli2021-04-211-2/+2
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-2014-105/+112
* Flip ordering backRich Salz2021-04-201-2/+2
* Fetch before get-by-nameRich Salz2021-04-201-2/+2
* Fetch and free cipher and md'sRich Salz2021-04-2023-53/+88
* Fix compile errors on s390.Juergen Christ2021-04-201-0/+4
* Remove extra trailing semicolonRich Salz2021-04-201-1/+3
* Update krb5 module to latest releaseTomas Mraz2021-04-194-2/+4
* PKCS12 etc.: Add hints on using -legacy and -provider-path optionsDr. David von Oheimb2021-04-195-2/+16
* Add a test for OSSL_LIB_CTX_set0_defaultMatt Caswell2021-04-191-0/+55
* Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell2021-04-194-8/+26
* Change the semantics of OSSL_LIB_CTX_set0_default() NULL handlingMatt Caswell2021-04-192-3/+7
* Remove a TODO(3.0) from keymgmt_lib.cMatt Caswell2021-04-191-4/+0
* Don't worry about magic in the Makefile for 3.0Matt Caswell2021-04-191-1/+1
* Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell2021-04-192-17/+82
* Detect low-level engine and app method based keysTomas Mraz2021-04-1911-13/+88
* Remove crypt32.lib from C++Builder configurationTanzinul Islam2021-04-191-1/+1
* Link with uplink moduleTanzinul Islam2021-04-194-3/+25
* Link with .def filesTanzinul Islam2021-04-194-9/+30
* Generate dependency informationTanzinul Islam2021-04-195-11/+23
* Avoid more MSVC-specific C runtime library functionsTanzinul Islam2021-04-196-6/+8
* Build resource filesTanzinul Islam2021-04-196-15/+32
* Support DLL builds + Fix C RTL variantsTanzinul Islam2021-04-195-23/+42