| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update Symbols.list | tb | 2022-09-11 | 1 | -9/+31 |
* | Make structs in ts.h opaque | tb | 2022-09-11 | 2 | -215/+223 |
* | Make structs in pkcs12.h opaque | tb | 2022-09-11 | 4 | -162/+45 |
* | Expose EVP_chacha20_poly1305() | tb | 2022-09-11 | 1 | -3/+1 |
* | Expose various EVP AEAD constants for EVP ChaCha and QUIC | tb | 2022-09-11 | 1 | -3/+1 |
* | Expose OPENSL_cleanup() | tb | 2022-09-11 | 1 | -3/+1 |
* | Make BIO_info_cb() identical to bio_info_cb() | tb | 2022-09-11 | 1 | -2/+3 |
* | Remove c2i_* and i2c_* from public visibility | tb | 2022-09-11 | 2 | -10/+11 |
* | link asn1object test statically in preparation for upcoming bump | tb | 2022-09-11 | 1 | -1/+2 |
* | Be stricter with middlebox compatibility mode in the TLSv1.3 server. | jsing | 2022-09-11 | 1 | -5/+21 |
* | Only permit CCS messages if requesting middlebox compatibility mode. | jsing | 2022-09-11 | 1 | -4/+4 |
* | Use CBS when procesing a CCS message in the legacy stack. | jsing | 2022-09-11 | 1 | -4/+7 |
* | Ensure there is no trailing data for a CCS received by the TLSv1.3 stack. | jsing | 2022-09-11 | 1 | -1/+3 |
* | Replace archaic \*(Lt and \*(Gt by plain < and >, respectively, | schwarze | 2022-09-11 | 1 | -7/+7 |
* | .Li -> .Vt where appropriate; | jmc | 2022-09-11 | 24 | -106/+103 |
* | fix repeated words | jsg | 2022-09-11 | 2 | -6/+6 |
* | Increment the input and output position for EVP AES CFB1. | jsing | 2022-09-10 | 1 | -1/+3 |
* | Use correct length for EVP CFB mode ciphers. | jsing | 2022-09-10 | 7 | -22/+22 |
* | Use CBS to parse TLS alerts in the legacy stack. | jsing | 2022-09-10 | 1 | -4/+10 |
* | Provide a version of ssl_msg_callback() that takes a CBS. | jsing | 2022-09-10 | 3 | -8/+17 |
* | carrier return character -> carriage return character | jsg | 2022-09-10 | 1 | -2/+2 |
* | fix repeated words | jsg | 2022-09-10 | 5 | -15/+15 |
* | fix repeated words | jsg | 2022-09-10 | 1 | -3/+3 |
* | ssl_cipher_process_rulestr: return early if a cipher command is invalid | millert | 2022-09-08 | 1 | -5/+2 |
* | ssl_cipher_process_rulestr: don't read outside rule_str buffer | millert | 2022-09-07 | 1 | -2/+3 |
* | Add EVP test coverage for RC2. | tb | 2022-09-07 | 1 | -1/+194 |
* | Add output length validation for EVP | tb | 2022-09-07 | 1 | -6/+24 |
* | Add a table-driven test for RC2 in ECB mode to replace the old one. | tb | 2022-09-06 | 3 | -140/+296 |
* | Remove more mkerr.pl remnants, missed in previous | kn | 2022-09-06 | 1 | -54/+3 |
* | Replace aes_{ccm,xts}_cleanup usage with NULL. | jsing | 2022-09-06 | 1 | -16/+11 |
* | Stop casting a size_t to a long and then passing it as a size_t. | jsing | 2022-09-06 | 3 | -31/+31 |
* | Fix copy-paste error | tb | 2022-09-05 | 1 | -2/+2 |
* | Plug leaks due to not resetting the EVP_CIPHER_CTX | tb | 2022-09-05 | 1 | -1/+11 |
* | Two more missing long long casts | tb | 2022-09-05 | 1 | -3/+3 |
* | More long long casts for printing time_t | tb | 2022-09-05 | 1 | -3/+3 |
* | Convert from %i to %d | tb | 2022-09-05 | 12 | -84/+84 |
* | cast time_t to long long before printing for portability | tb | 2022-09-05 | 1 | -2/+2 |
* | Remove dead code. | jsing | 2022-09-04 | 2 | -36/+12 |
* | Add bounds checks for various EVP cipher implementations. | jsing | 2022-09-04 | 6 | -7/+98 |
* | Remove dead code. | jsing | 2022-09-04 | 5 | -25/+10 |
* | Expand the looney M_do_cipher macro. | jsing | 2022-09-04 | 1 | -11/+9 |
* | Rearrange some functions. | jsing | 2022-09-04 | 8 | -177/+141 |
* | Remove now unused EVP_C_DATA macro. | jsing | 2022-09-04 | 1 | -3/+1 |
* | Remove now unused BLOCK_CIPHER_* macros. | jsing | 2022-09-04 | 1 | -186/+1 |
* | Expand BLOCK_CIPHER_* macros. | jsing | 2022-09-04 | 1 | -15/+108 |
* | Mechanically expand BLOCK_CIPHER_* macros. | jsing | 2022-09-04 | 2 | -32/+387 |
* | Mechanically expand BLOCK_CIPHER_* ciphers. | jsing | 2022-09-04 | 1 | -17/+145 |
* | Remove now unused IMPLEMENT_CFBR macro. | jsing | 2022-09-04 | 1 | -10/+1 |
* | Make ssl_create_cipher_list() have a single exit | tb | 2022-09-04 | 1 | -23/+23 |
* | Mechanically expand IMPLEMENT_CFBR macros. | jsing | 2022-09-04 | 1 | -8/+267 |