summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Factor out alert handing code in the legacy stack.libressl-v3.5.0jsing2022-02-213-85/+77
* mutibyte -> multibytejsg2022-02-211-3/+3
* Fix a buffer overread in OAEP padding removaltb2022-02-201-11/+11
* Test OBJ_obj2txt() with NULL and short buffers.jsing2022-02-201-1/+12
* Add memory BIO small I/O tests.jsing2022-02-191-1/+72
* Remove references to performance issues caused by frequent memmove().jsing2022-02-191-13/+2
* Reduce memmoves in memory BIOs.jsing2022-02-191-22/+38
* certificiate -> certificatejsg2022-02-191-3/+3
* Provide a struct bio_mem for memory BIO specific data.jsing2022-02-191-47/+58
* Avoid gendered language in man pages when not referring to a specificjsg2022-02-181-4/+4
* Clean up and simplify memory BIO code.jsing2022-02-181-124/+139
* prefer https links in man pagesjsg2022-02-183-9/+9
* grammar/rewordjsg2022-02-181-5/+7
* Add tests for memory BIO.jsing2022-02-171-2/+254
* Add test coverage for OBJ_txt2obj()/OBJ_obj2txt() with no_name == 0.jsing2022-02-121-4/+99
* Avoid potential single byte overread in asn1_parse2().jsing2022-02-121-3/+4
* Revise for OBJ_obj2txt() OID arc limits.jsing2022-02-121-4/+4
* Limit OID text conversion to 64 bits per arc.jsing2022-02-121-55/+16
* Fix length check of IP addresses for name constraintstb2022-02-111-2/+3
* Add missing error check for a2i_GENERAL_NAME()tb2022-02-111-1/+3
* Fix a double free in v2i_NAME_CONSTRAINTS()tb2022-02-111-2/+3
* Test OBJ_obj2nid() with an undefined (NID_undef) object.jsing2022-02-111-2/+2
* Make OBJ_obj2nid() work correctly with NID_undef.jsing2022-02-111-3/+3
* Add initial regress for objects.jsing2022-02-113-1/+449
* If running with ASAN, mark test_with{,out}_bzero() with thetb2022-02-101-3/+14
* silence "function declaration isn't a prototype" warning by changingtb2022-02-091-6/+6
* Plug a long standing leak in libtls CRL handlingtb2022-02-081-2/+1
* Plug leaks reported by Ilya Shipitsintb2022-02-081-1/+5
* Plug a number of leaks reported by Ilya Shipitsintb2022-02-081-2/+9
* Garbage collect the unused hash and print kp->pubkey_hash instead of NULL.tb2022-02-081-7/+4
* Fix memleaks reported by Ilya Shipitsintb2022-02-081-3/+5
* Change second argument of x25519_ge_scalarmult_base() fromtb2022-02-081-2/+2
* Avoid a NULL dereference in BN_mod_exp2_mont()tb2022-02-071-2/+2
* Check for zero modulus in BN_MONT_CTX_set().tb2022-02-071-1/+4
* Remove i <= 0 checks from SSL_get_error()jsing2022-02-061-15/+16
* Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.jsing2022-02-061-1/+5
* cope with recent S3I removal; ok tb@anton2022-02-061-2/+2
* remove please from manual pagesjsg2022-02-062-6/+6
* Adapt appstest.sh for the new TLS_ names.tb2022-02-051-9/+5
* Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_listtb2022-02-051-1/+5
* Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.tb2022-02-051-10/+5
* Adjust the ssl_get_shared_ciphers to the new names.tb2022-02-051-23/+23
* Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_tb2022-02-053-16/+22
* Revise for S3I removal.jsing2022-02-051-81/+81
* Bye bye S3I.jsing2022-02-0523-772/+755
* Bump libressl's version in pkgconfig to 2.0.0tb2022-02-042-4/+6
* Remove a strange inheritance check from addr_validate_path_internal()tb2022-02-041-4/+1
* Fix capitalization of ChaCha20tb2022-02-041-3/+3
* Unindent and unwrap lines. Pull up a NULL check. No functional change.tb2022-02-031-28/+26
* Remove commented variable declarationstb2022-02-031-6/+1