| Commit message (Expand) | Author | Files | Lines |
2023-03-16 | Fix a number of out of bound reads in DNS response parsing. | bluhm | 1 | -1/+7 |
2023-02-07 | Fix arbitrary memory read in GENERAL_NAME_cmp() | bluhm | 1 | -2/+3 |
2022-10-20 | Unbreak ASN.1 indefinite length encoding.libressl-v3.6.2libressl-v3.6.1 | tb | 1 | -4/+4 |
2022-10-20 | Store errors that result from leaf certificate verification. | tb | 1 | -8/+12 |
2022-09-21 | Tweak symbols test in such a way that it would have caught the recent | tb | 2 | -3/+9 |
2022-09-19 | Remove PKCS12_MAKE_{,SH}KEYBAG from Symbols.list | tb | 1 | -2/+0 |
2022-09-17 | Allow TLSv1.3 clients to send CCS without middlebox compatibility mode. | jsing | 1 | -4/+2 |
2022-09-17 | Link to SSL_read_early_data(3) | kn | 1 | -3/+3 |
2022-09-15 | Add OID for RPKI signedTAL objects | job | 2 | -0/+2 |
2022-09-15 | Use LONG_MAX as the limit for ciphers with long based APIs. | jsing | 6 | -169/+120 |
2022-09-14 | remove an extraneous empty line | tb | 1 | -2/+1 |
2022-09-13 | Stop pretending that EVP_CIPHER cleanup can fail. | jsing | 4 | -14/+15 |
2022-09-12 | zap extra .Pp | tb | 1 | -2/+1 |
2022-09-12 | Stop documenting i2c_ASN1_INTEGER. | tb | 2 | -48/+4 |
2022-09-12 | Add CBC, CFB64 and OFB64 test coverage for RC2 | tb | 1 | -34/+463 |
2022-09-12 | whitespace nits | tb | 1 | -4/+5 |
2022-09-12 | Move division by two out of sizeof() | tb | 1 | -3/+3 |
2022-09-12 | Error checks for EVP_* | tb | 1 | -25/+36 |
2022-09-12 | Move division by two out of sizeof() | tb | 1 | -3/+3 |
2022-09-11 | Add regression tests for the sendmmsg and recvmmsg system calls. | mbuhl | 4 | -2/+410 |
2022-09-11 | Enforce the minimum TLS version requirement for QUIC. | jsing | 1 | -1/+9 |
2022-09-11 | Adjust for opaque structs in ts.h | tb | 1 | -14/+24 |
2022-09-11 | Adjust for opaque structs in pkcs12.h | tb | 1 | -25/+38 |
2022-09-11 | bump major after libcrypto and libssl major bump | tb | 1 | -2/+2 |
2022-09-11 | Crank major after symbol addition and libcrypto major bump | tb | 1 | -2/+2 |
2022-09-11 | Update Symbols.list | tb | 1 | -0/+11 |
2022-09-11 | Expose SSL_get_share_{group,curve}() and related #defines | tb | 1 | -7/+3 |
2022-09-11 | Expose some error codes needed for QUIC support | tb | 1 | -3/+1 |
2022-09-11 | Define LIBRESSL_HAS_QUIC | tb | 1 | -0/+1 |
2022-09-11 | Bump major after symbol addition and removal and struct visibility changes | tb | 1 | -2/+2 |
2022-09-11 | Update Symbols.list | tb | 1 | -9/+31 |
2022-09-11 | Make structs in ts.h opaque | tb | 2 | -215/+223 |
2022-09-11 | Make structs in pkcs12.h opaque | tb | 4 | -162/+45 |
2022-09-11 | Expose EVP_chacha20_poly1305() | tb | 1 | -3/+1 |
2022-09-11 | Expose various EVP AEAD constants for EVP ChaCha and QUIC | tb | 1 | -3/+1 |
2022-09-11 | Expose OPENSL_cleanup() | tb | 1 | -3/+1 |
2022-09-11 | Make BIO_info_cb() identical to bio_info_cb() | tb | 1 | -2/+3 |
2022-09-11 | Remove c2i_* and i2c_* from public visibility | tb | 2 | -10/+11 |
2022-09-11 | link asn1object test statically in preparation for upcoming bump | tb | 1 | -1/+2 |
2022-09-11 | Be stricter with middlebox compatibility mode in the TLSv1.3 server. | jsing | 1 | -5/+21 |
2022-09-11 | Only permit CCS messages if requesting middlebox compatibility mode. | jsing | 1 | -4/+4 |
2022-09-11 | Use CBS when procesing a CCS message in the legacy stack. | jsing | 1 | -4/+7 |
2022-09-11 | Ensure there is no trailing data for a CCS received by the TLSv1.3 stack. | jsing | 1 | -1/+3 |
2022-09-11 | Replace archaic \*(Lt and \*(Gt by plain < and >, respectively, | schwarze | 1 | -7/+7 |
2022-09-11 | .Li -> .Vt where appropriate; | jmc | 24 | -106/+103 |
2022-09-11 | fix repeated words | jsg | 2 | -6/+6 |
2022-09-10 | Increment the input and output position for EVP AES CFB1. | jsing | 1 | -1/+3 |
2022-09-10 | Use correct length for EVP CFB mode ciphers. | jsing | 7 | -22/+22 |
2022-09-10 | Use CBS to parse TLS alerts in the legacy stack. | jsing | 1 | -4/+10 |
2022-09-10 | Provide a version of ssl_msg_callback() that takes a CBS. | jsing | 3 | -8/+17 |