aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove an unused parameterRich Salz2021-04-224-7/+7
* Some compilers define __STDC_VERSION__ in c++Niclas Rosenvik2021-04-221-1/+2
* Read a REQUEST not RESPONSE in ocsp responderRich Salz2021-04-221-1/+1
* test_sslextension: skip tests that cannot work with no-tls1_2Tomas Mraz2021-04-221-20/+22
* http/http_lib.c: Include stdio.h for sscanf()Tomas Mraz2021-04-221-1/+2
* Force public key to be included unless explicitly excluded with -no_publicWolf2021-04-221-4/+10
* Add RUN_ONCE support to zlib initTodd Short2021-04-224-70/+48
* Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()Tomas Mraz2021-04-222-2/+4
* Fix potential NULL dereference in ossl_ec_key_dup()Tomas Mraz2021-04-221-6/+6
* Removed dead code in linebuffer_ctrl()Tomas Mraz2021-04-221-3/+3
* e_os.h: Include wspiapi.h to improve Windows backward compatibilityPrcuvu2021-04-221-0/+1
* add Changelog item for TLS1.3 FFDHE workHubert Kario2021-04-221-0/+4
* Prepare for 3.0 alpha 16Matt Caswell2021-04-223-4/+4
* 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