summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1l releaseOpenSSL_1_1_1lMatt Caswell2021-08-244-5/+5
* Run make updateMatt Caswell2021-08-245-8/+16
* Update copyright yearMatt Caswell2021-08-2473-73/+73
* Updates to CHANGES and NEWS for the new releaseMatt Caswell2021-08-242-2/+64
* Check the plaintext buffer is large enough when decrypting SM2Matt Caswell2021-08-241-0/+4
* Extend tests for SM2 decryptionMatt Caswell2021-08-241-0/+10
* Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell2021-08-244-20/+10
* Fix the error handling in i2v_AUTHORITY_KEYIDMatt Caswell2021-08-242-5/+33
* Allow fuzz builds to detect string overrunsMatt Caswell2021-08-241-1/+11
* Fix EC_GROUP_new_from_ecparameters to check the base lengthMatt Caswell2021-08-241-1/+4
* Fix NETSCAPE_SPKI_print function to not assume NUL terminated stringsMatt Caswell2021-08-241-1/+1
* Fix append_ia5 function to not assume NUL terminated stringsMatt Caswell2021-08-241-5/+13
* Fix test code to not assume NUL terminated stringsMatt Caswell2021-08-241-4/+6
* Fix the name constraints code to not assume NUL terminated stringsMatt Caswell2021-08-241-25/+52
* Fix printing of PROXY_CERT_INFO_EXTENSION to not assume NUL terminated stringsMatt Caswell2021-08-241-1/+2
* Fix POLICYINFO printing to not assume NUL terminated stringsMatt Caswell2021-08-241-3/+6
* Fix i2v_GENERAL_NAME to not assume NUL terminated stringsMatt Caswell2021-08-243-9/+44
* sparc: fix cross compile buildPauli2021-08-193-10/+11
* Revert "[github-ci][cross-compiles.yml] Disable sparcv9"Nicola Tuveri2021-08-191-8/+7
* [github-ci] Add comment about our approach to GitHub Actions CIPauli2021-08-191-0/+40
* [github-ci][run-checker-merge.yml] Disable ubsan buildNicola Tuveri2021-08-191-1/+2
* [github-ci][ci.yml] Disable memory sanitizer buildNicola Tuveri2021-08-191-11/+14
* [github-ci][run-checker-ci.yml] Disable no-tls1_3 testsNicola Tuveri2021-08-192-2/+4
* [github-ci][ci.yml] Disable pyca external testsNicola Tuveri2021-08-191-32/+33
* [github-ci][ci.yml] Disable krb5 external testsNicola Tuveri2021-08-191-2/+3
* [github-ci][cross-compiles.yml] Disable sparcv9Nicola Tuveri2021-08-191-7/+8
* [github-ci] Import run-checker daily workflow from masterNicola Tuveri2021-08-191-0/+125
* [github-ci] Import run-checker workflows from masterNicola Tuveri2021-08-192-0/+71
* [github-ci] Import cross-compiles.yml workflow from masterNicola Tuveri2021-08-191-0/+152
* [github-ci] Import windows.yml workflow from masterNicola Tuveri2021-08-191-0/+93
* [github-ci] Sync ci.yml workflow with masterNicola Tuveri2021-08-191-78/+210
* pkcs12: check for zero length digest to avoid division by zeroPauli2021-08-181-1/+1
* Test EVP Cipher updating the context's IVIngo Franzki2021-08-161-0/+110
* s390x: AES OFB/CFB: Maintain running IV from cipher contextIngo Franzki2021-08-161-0/+12
* Fix potential double-freeTodd Short2021-08-161-1/+1
* Revert "TEST: Check that i2d refuses to encode non-optional items with no con...Tomas Mraz2021-08-131-38/+0
* Revert "ASN.1: Refuse to encode to DER if non-optional items are missing"Tomas Mraz2021-08-131-21/+9
* Revert "Fix test/asn1_encode_test.c to not use ASN1_FBOOLEAN"Tomas Mraz2021-08-131-5/+5
* Revert "Fix test/asn1_encode_test.c to handle encoding/decoding failure"Tomas Mraz2021-08-131-27/+22
* Revert "make update (adds a new function code)"Tomas Mraz2021-08-133-6/+2
* [doc/man3] documentation: BN_cmp manpage updatesBilly Brumley2021-08-051-18/+23
* DSA/RSA_print(): Fix potential memory leakTomas Mraz2021-07-232-6/+12
* Fix a read buffer overrun in X509_aux_print().Ingo Schwarze2021-07-201-2/+2
* Fix some minor record layer issuesMatt Caswell2021-07-202-20/+20
* Disallow SSL_key_update() if there are writes pendingMatt Caswell2021-07-161-0/+5
* Don't reset the packet pointer in ssl3_setup_read_bufferMatt Caswell2021-07-161-1/+0
* apps: Use the first detected address family if IPv6 is not availableDaiki Ueno2021-07-141-0/+10
* Avoid empty lines in nmake rule bodiesRichard Levitte2021-07-131-13/+13
* BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is givenDaiki Ueno2021-07-131-1/+1
* Avoid "excessive message size" for session ticketsMatt Caswell2021-07-122-1/+4