summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-15Fix infinite loop in BN_mod_sqrt()OPENBSD_7_0tb1-14/+15
2021-11-24In some situations, the verifier would discard the error on an unvalidatedlibressl-v3.4.3libressl-v3.4.2tb3-50/+91
2021-09-30This commit was manufactured by cvs2git to create branch 'OPENBSD_7_0'.libressl-v3.4.1cvs2svn2-49/+10
2021-09-20Fix appstest.sh for testing with OpenSSL 3.0inoguchi1-2/+5
2021-09-19Switch two calls from memset() to explicit_bzero()tb1-3/+3
2021-09-19At least t_fork and t_vfork tests need coredumps enabled to succeed.claudio1-1/+2
2021-09-16Implement flushing for TLSv1.3 handshakes.jsing5-7/+69
2021-09-15bump to LibreSSL 3.4.1tb1-3/+3
2021-09-14Avoid typedef redefinitionlibressl-v3.4.0inoguchi1-3/+1
2021-09-14Add missing void to definition of http_init().tb1-2/+2
2021-09-14zap trailing white spacetb1-2/+2
2021-09-14Call the info cb on connect/accept exit in TLSv1.3tb2-4/+16
2021-09-14provide a small manual page for the SSL_set_psk_use_session_callback(3)schwarze2-1/+88
2021-09-14Merge the stub SSL_SESSION_is_resumable(3) manual page from theschwarze3-3/+86
2021-09-14As suggested by tb@, merge the description of OPENSSL_EC_NAMED_CURVEschwarze1-9/+15
2021-09-13In X509_check_issued() do the same dance around x509v3_cache_extensions()claudio1-3/+11
2021-09-12Default to using named curve parameter encodingtb2-4/+5
2021-09-11merge the description of SSL_get_tlsext_status_type(3)schwarze1-3/+35
2021-09-11Merge documentation of EC_GROUP_order_bits(3) from the OpenSSL 1.1.1schwarze1-26/+70
2021-09-11Add BGPSec Router (RFC 8209) Key Purpose OIDjob2-0/+2
2021-09-11Merge documentation for BN_bn2binpad(3), BN_bn2lebinpad(3),schwarze1-13/+77
2021-09-10Calling OpenSSL_add_all_digests() is no longer needed since the librarymillert1-7/+2
2021-09-10crank major for libcrypto as welltb1-2/+2
2021-09-10major bump (same type of crank as libssl)tb1-1/+1
2021-09-10bump major after symbol addition and struct removal, struct visibilitytb1-1/+1
2021-09-10Update Symbols.list after API additionstb1-0/+18
2021-09-10Bump minor after symbol additiontb1-1/+1
2021-09-10Add BN_bn2{,le}binpad(), BN_lebin2bn(), EC_GROUP_order_bits to Symbols.listtb1-0/+4
2021-09-10Move SSL_set0_rbio() outside of LIBRESSL_HAS_TLS1_3tb1-3/+1
2021-09-10Expose SSL_get_tlext_status_type() in tls1.htb1-3/+1
2021-09-10Expose SSL_R_NO_APPLICATION_PROTOCOL in ssl.htb1-3/+1
2021-09-10Expose SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE in ssl.htb1-3/+1
2021-09-10Expose SSL_CTX_get0_privatekey() in ssl.htb1-3/+1
2021-09-10Remove TLS1_get_{,client_}version()tb1-9/+1
2021-09-10Remove SSL3_RECORD and SSL3_BUFFERtb1-25/+1
2021-09-10Remove TLS1_RT_HEARTBEATtb1-2/+1
2021-09-10Make SSL opaquetb1-2/+4
2021-09-10Remove struct tls_session_ticket_ext_st and TLS_SESSION_TICKET_EXTtb2-2/+6
2021-09-10Uncomment LIBRESSL_HAS_{TLS1_3,DTLS1_2} in opensslfeatures.htb1-2/+2
2021-09-10Use BN_RAND_* instead of mysterious values in the documentation oftb1-7/+19
2021-09-10Expose EC_GROUP_order_bits() in <openssl/ec.h>tb1-3/+1
2021-09-10Expose BN_bn2{,le}binpad() and BN_lebin2bn() in <openssl/bn.h>tb1-3/+1
2021-09-10Expose BN_RAND_* in <openssl/bn.h>tb1-3/+1
2021-09-10Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callbacktb4-7/+31
2021-09-10Prepare to provide BN_RAND_* flags for BN_rand_range()tb1-1/+12
2021-09-10Prepare to provide SSL_CTX_get0_privatekey()tb2-2/+14
2021-09-09Ensure that the kill signal undergoing testing is not ignored.anton1-1/+15
2021-09-09When calling the legacy callback, ensure we catch the case where itbeck1-2/+5
2021-09-09Rework openssl-ruby-tests to run all passing tests first, thentb1-4/+12
2021-09-09zap trailing whitespacetb2-14/+14