summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing pointer invalidationlibressl-v3.6.3OPENBSD_7_2tb2023-05-261-1/+2
* Allow TLSv1.3 clients to send CCS without middlebox compatibility mode.jsing2022-09-171-4/+2
* Link to SSL_read_early_data(3)kn2022-09-171-3/+3
* Enforce the minimum TLS version requirement for QUIC.jsing2022-09-111-1/+9
* Crank major after symbol addition and libcrypto major bumptb2022-09-111-2/+2
* Update Symbols.listtb2022-09-111-0/+11
* Expose SSL_get_share_{group,curve}() and related #definestb2022-09-111-7/+3
* Expose some error codes needed for QUIC supporttb2022-09-111-3/+1
* Be stricter with middlebox compatibility mode in the TLSv1.3 server.jsing2022-09-111-5/+21
* Only permit CCS messages if requesting middlebox compatibility mode.jsing2022-09-111-4/+4
* Use CBS when procesing a CCS message in the legacy stack.jsing2022-09-111-4/+7
* Ensure there is no trailing data for a CCS received by the TLSv1.3 stack.jsing2022-09-111-1/+3
* Use CBS to parse TLS alerts in the legacy stack.jsing2022-09-101-4/+10
* Provide a version of ssl_msg_callback() that takes a CBS.jsing2022-09-103-8/+17
* fix repeated wordsjsg2022-09-101-3/+3
* ssl_cipher_process_rulestr: return early if a cipher command is invalidmillert2022-09-081-5/+2
* ssl_cipher_process_rulestr: don't read outside rule_str buffermillert2022-09-071-2/+3
* Make ssl_create_cipher_list() have a single exittb2022-09-041-23/+23
* Check sk_SSL_CIPHER_push() return valuetb2022-09-011-4/+11
* Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()tb2022-08-311-4/+12
* Revert r1.46. Causes fireworks in regress.tb2022-08-311-9/+5
* Avoid potential NULL dereference in ssl_set_pkey()tb2022-08-311-5/+9
* Remove a commented-out sk_push that has been hanging around for > 20 yearstb2022-08-301-4/+1
* Plug leak of BIO in tls13_quic_init()tb2022-08-301-2/+1
* Handle SSL_do_handshake() being called before SSL_provide_quic_data().jsing2022-08-271-1/+4
* Provide the remaining QUIC API.jsing2022-08-212-2/+149
* Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.jsing2022-08-213-19/+59
* Provide SSL_QUIC_METHOD.jsing2022-08-213-9/+172
* Provide and use QUIC specific error reasons.jsing2022-08-213-5/+9
* Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.jsing2022-08-211-1/+16
* Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}jsing2022-08-211-10/+15
* zap a tabtb2022-08-201-2/+2
* Tweak prototype to match function definition (n -> index)tb2022-08-181-2/+2
* Implement the SSL_CTRL_GET_SHARED_GROUP controltb2022-08-171-1/+37
* Refactor tls1_get_supported_group()tb2022-08-172-30/+99
* Add SSL_get_shared_{curve,group}()tb2022-08-171-2/+10
* Make tls1_get_{format,group_}list() take a const SSLtb2022-08-172-8/+8
* Provide ssl_security_shared_group()tb2022-08-172-5/+18
* Deduplicate peer certificate chain processing code.jsing2022-08-1710-109/+121
* Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse()tb2022-08-151-6/+4
* Remove redeclaration of rettb2022-08-151-2/+1
* Make tlsext_*_{build,needs,parse}() functions statictb2022-08-042-217/+94
* update copyright yearstb2022-07-301-2/+2
* Move cipher_id bsearch functions back to the bottom of the file.jsing2022-07-241-16/+16
* Set NULL BIOs for QUIC.jsing2022-07-241-1/+14
* Provide record layer callbacks for QUIC.jsing2022-07-247-16/+217
* Move tls13_phh_done_cb() after tl13_phh_received_cb().jsing2022-07-241-12/+12
* Provide QUIC encryption levels.jsing2022-07-246-20/+33
* Rely on tlsext_parse() to set a decode_error alerttb2022-07-241-79/+47
* Convert TLS transcript from BUF_MEM to tls_buffer.jsing2022-07-222-29/+16