summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-09-19Remove PKCS12_MAKE_{,SH}KEYBAG from Symbols.listTheo Buehler
2022-09-17Allow TLSv1.3 clients to send CCS without middlebox compatibility mode.Joel Sing
2022-09-17Link to SSL_read_early_data(3)Klemens Nanni
2022-09-15Add OID for RPKI signedTAL objectsJob Snijders
2022-09-15Use LONG_MAX as the limit for ciphers with long based APIs.Joel Sing
2022-09-13When a connection is reset while we still have an outstanding request,Martijn van Duren
2022-09-13Stop pretending that EVP_CIPHER cleanup can fail.Joel Sing
2022-09-12zap extra .PpTheo Buehler
2022-09-12Stop documenting i2c_ASN1_INTEGER.Theo Buehler
2022-09-11Enforce the minimum TLS version requirement for QUIC.Joel Sing
2022-09-11bump major after libcrypto and libssl major bumpTheo Buehler
2022-09-11Crank major after symbol addition and libcrypto major bumpTheo Buehler
2022-09-11Update Symbols.listTheo Buehler
2022-09-11Expose SSL_get_share_{group,curve}() and related #definesTheo Buehler
2022-09-11Expose some error codes needed for QUIC supportTheo Buehler
2022-09-11Define LIBRESSL_HAS_QUICTheo Buehler
2022-09-11Bump major after symbol addition and removal and struct visibility changesTheo Buehler
2022-09-11Update Symbols.listTheo Buehler
2022-09-11Make structs in ts.h opaqueTheo Buehler
2022-09-11Make structs in pkcs12.h opaqueTheo Buehler
2022-09-11Expose EVP_chacha20_poly1305()Theo Buehler
2022-09-11Expose various EVP AEAD constants for EVP ChaCha and QUICTheo Buehler
2022-09-11Expose OPENSL_cleanup()Theo Buehler
2022-09-11Make BIO_info_cb() identical to bio_info_cb()Theo Buehler
2022-09-11Remove c2i_* and i2c_* from public visibilityTheo Buehler
2022-09-11Be stricter with middlebox compatibility mode in the TLSv1.3 server.Joel Sing
2022-09-11Only permit CCS messages if requesting middlebox compatibility mode.Joel Sing
2022-09-11Use CBS when procesing a CCS message in the legacy stack.Joel Sing
2022-09-11Ensure there is no trailing data for a CCS received by the TLSv1.3 stack.Joel Sing
2022-09-11.Li -> .Vt where appropriate;Jason McIntyre
2022-09-11fix repeated wordsJonathan Gray
2022-09-10Increment the input and output position for EVP AES CFB1.Joel Sing
2022-09-10Use correct length for EVP CFB mode ciphers.Joel Sing
2022-09-10Use CBS to parse TLS alerts in the legacy stack.Joel Sing
2022-09-10Provide a version of ssl_msg_callback() that takes a CBS.Joel Sing
2022-09-10carrier return character -> carriage return characterJonathan Gray
2022-09-10fix repeated wordsJonathan Gray
2022-09-10wireless LANS -> wireless LANsJonathan Gray
2022-09-10fix repeated wordsJonathan Gray
2022-09-10Add EABI strong aliases for __fixunssfdi and __fixunsdfdi added recently onMiod Vallat
2022-09-09add recvmmsg to NAME;Jason McIntyre
2022-09-09Add libc wrappers for the new sendmmsg and recvmmsg system calls.Moritz Buhl
2022-09-08ssl_cipher_process_rulestr: return early if a cipher command is invalidTodd C. Miller
2022-09-07ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller
2022-09-06Remove more mkerr.pl remnants, missed in previousKlemens Nanni
2022-09-06Replace aes_{ccm,xts}_cleanup usage with NULL.Joel Sing
2022-09-06Stop casting a size_t to a long and then passing it as a size_t.Joel Sing
2022-09-04Remove dead code.Joel Sing
2022-09-04Remove dead code.Joel Sing
2022-09-04Add bounds checks for various EVP cipher implementations.Joel Sing