| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak symbols test in such a way that it would have caught the recent | tb | 2022-09-21 | 2 | -3/+9 |
* | Remove PKCS12_MAKE_{,SH}KEYBAG from Symbols.list | tb | 2022-09-19 | 1 | -2/+0 |
* | Allow TLSv1.3 clients to send CCS without middlebox compatibility mode. | jsing | 2022-09-17 | 1 | -4/+2 |
* | Link to SSL_read_early_data(3) | kn | 2022-09-17 | 1 | -3/+3 |
* | Add OID for RPKI signedTAL objects | job | 2022-09-15 | 2 | -0/+2 |
* | Use LONG_MAX as the limit for ciphers with long based APIs. | jsing | 2022-09-15 | 6 | -169/+120 |
* | remove an extraneous empty line | tb | 2022-09-14 | 1 | -2/+1 |
* | 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 |
* | Add CBC, CFB64 and OFB64 test coverage for RC2 | tb | 2022-09-12 | 1 | -34/+463 |
* | whitespace nits | tb | 2022-09-12 | 1 | -4/+5 |
* | Move division by two out of sizeof() | tb | 2022-09-12 | 1 | -3/+3 |
* | Error checks for EVP_* | tb | 2022-09-12 | 1 | -25/+36 |
* | Move division by two out of sizeof() | tb | 2022-09-12 | 1 | -3/+3 |
* | Add regression tests for the sendmmsg and recvmmsg system calls. | mbuhl | 2022-09-11 | 4 | -2/+410 |
* | Enforce the minimum TLS version requirement for QUIC. | jsing | 2022-09-11 | 1 | -1/+9 |
* | Adjust for opaque structs in ts.h | tb | 2022-09-11 | 1 | -14/+24 |
* | Adjust for opaque structs in pkcs12.h | tb | 2022-09-11 | 1 | -25/+38 |
* | 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 |
* | 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 |