summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expose OPENSL_cleanup()tb2022-09-111-3/+1
* Make BIO_info_cb() identical to bio_info_cb()tb2022-09-111-2/+3
* Remove c2i_* and i2c_* from public visibilitytb2022-09-112-10/+11
* link asn1object test statically in preparation for upcoming bumptb2022-09-111-1/+2
* Be stricter with middlebox compatibility mode in the TLSv1.3 server.jsing2022-09-111-5/+21
* Only permit CCS messages if requesting middlebox compatibility mode.jsing2022-09-111-4/+4
* Use CBS when procesing a CCS message in the legacy stack.jsing2022-09-111-4/+7
* Ensure there is no trailing data for a CCS received by the TLSv1.3 stack.jsing2022-09-111-1/+3
* Replace archaic \*(Lt and \*(Gt by plain < and >, respectively,schwarze2022-09-111-7/+7
* .Li -> .Vt where appropriate;jmc2022-09-1124-106/+103
* fix repeated wordsjsg2022-09-112-6/+6
* Increment the input and output position for EVP AES CFB1.jsing2022-09-101-1/+3
* Use correct length for EVP CFB mode ciphers.jsing2022-09-107-22/+22
* Use CBS to parse TLS alerts in the legacy stack.jsing2022-09-101-4/+10
* Provide a version of ssl_msg_callback() that takes a CBS.jsing2022-09-103-8/+17
* carrier return character -> carriage return characterjsg2022-09-101-2/+2
* fix repeated wordsjsg2022-09-105-15/+15
* fix repeated wordsjsg2022-09-101-3/+3
* ssl_cipher_process_rulestr: return early if a cipher command is invalidmillert2022-09-081-5/+2
* ssl_cipher_process_rulestr: don't read outside rule_str buffermillert2022-09-071-2/+3
* Add EVP test coverage for RC2.tb2022-09-071-1/+194
* Add output length validation for EVPtb2022-09-071-6/+24
* Add a table-driven test for RC2 in ECB mode to replace the old one.tb2022-09-063-140/+296
* Remove more mkerr.pl remnants, missed in previouskn2022-09-061-54/+3
* Replace aes_{ccm,xts}_cleanup usage with NULL.jsing2022-09-061-16/+11
* Stop casting a size_t to a long and then passing it as a size_t.jsing2022-09-063-31/+31
* Fix copy-paste errortb2022-09-051-2/+2
* Plug leaks due to not resetting the EVP_CIPHER_CTXtb2022-09-051-1/+11
* Two more missing long long caststb2022-09-051-3/+3
* More long long casts for printing time_ttb2022-09-051-3/+3
* Convert from %i to %dtb2022-09-0512-84/+84
* cast time_t to long long before printing for portabilitytb2022-09-051-2/+2
* Remove dead code.jsing2022-09-042-36/+12
* Add bounds checks for various EVP cipher implementations.jsing2022-09-046-7/+98
* Remove dead code.jsing2022-09-045-25/+10
* Expand the looney M_do_cipher macro.jsing2022-09-041-11/+9
* Rearrange some functions.jsing2022-09-048-177/+141
* Remove now unused EVP_C_DATA macro.jsing2022-09-041-3/+1
* Remove now unused BLOCK_CIPHER_* macros.jsing2022-09-041-186/+1
* Expand BLOCK_CIPHER_* macros.jsing2022-09-041-15/+108
* Mechanically expand BLOCK_CIPHER_* macros.jsing2022-09-042-32/+387
* Mechanically expand BLOCK_CIPHER_* ciphers.jsing2022-09-041-17/+145
* Remove now unused IMPLEMENT_CFBR macro.jsing2022-09-041-10/+1
* Make ssl_create_cipher_list() have a single exittb2022-09-041-23/+23
* Mechanically expand IMPLEMENT_CFBR macros.jsing2022-09-041-8/+267
* Remove now unused IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-034-19/+4
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-21/+486
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-4/+162
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-8/+161
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-6/+162