| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop pretending that EVP_CIPHER cleanup can fail. | jsing | 2022-09-13 | 4 | -14/+15 |
* | zap extra .Pp | tb | 2022-09-12 | 1 | -2/+1 |
* | Stop documenting i2c_ASN1_INTEGER. | tb | 2022-09-12 | 2 | -48/+4 |
* | Enforce the minimum TLS version requirement for QUIC. | jsing | 2022-09-11 | 1 | -1/+9 |
* | bump major after libcrypto and libssl major bump | tb | 2022-09-11 | 1 | -2/+2 |
* | Crank major after symbol addition and libcrypto major bump | tb | 2022-09-11 | 1 | -2/+2 |
* | Update Symbols.list | tb | 2022-09-11 | 1 | -0/+11 |
* | Expose SSL_get_share_{group,curve}() and related #defines | tb | 2022-09-11 | 1 | -7/+3 |
* | Expose some error codes needed for QUIC support | tb | 2022-09-11 | 1 | -3/+1 |
* | Define LIBRESSL_HAS_QUIC | tb | 2022-09-11 | 1 | -0/+1 |
* | Bump major after symbol addition and removal and struct visibility changes | tb | 2022-09-11 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | .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 |
* | 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 |
* | 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 |