Age | Commit message (Expand) | Author |
2022-09-10 | Use CBS to parse TLS alerts in the legacy stack. | Joel Sing |
2022-09-10 | Provide a version of ssl_msg_callback() that takes a CBS. | Joel Sing |
2022-09-10 | fix repeated words | Jonathan Gray |
2022-09-08 | ssl_cipher_process_rulestr: return early if a cipher command is invalid | Todd C. Miller |
2022-09-07 | ssl_cipher_process_rulestr: don't read outside rule_str buffer | Todd C. Miller |
2022-09-04 | Make ssl_create_cipher_list() have a single exit | Theo Buehler |
2022-09-01 | Check sk_SSL_CIPHER_push() return value | Theo Buehler |
2022-08-31 | Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters() | Theo Buehler |
2022-08-31 | Revert r1.46. Causes fireworks in regress. | Theo Buehler |
2022-08-31 | Avoid potential NULL dereference in ssl_set_pkey() | Theo Buehler |
2022-08-30 | Remove a commented-out sk_push that has been hanging around for > 20 years | Theo Buehler |
2022-08-30 | Plug leak of BIO in tls13_quic_init() | Theo Buehler |
2022-08-27 | Handle SSL_do_handshake() being called before SSL_provide_quic_data(). | Joel Sing |
2022-08-21 | Provide the remaining QUIC API. | Joel Sing |
2022-08-21 | Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC. | Joel Sing |
2022-08-21 | Provide SSL_QUIC_METHOD. | Joel Sing |
2022-08-21 | Provide and use QUIC specific error reasons. | Joel Sing |
2022-08-21 | Ensure that SSL_{peek,read,write}() are not called if QUIC is in use. | Joel Sing |
2022-08-21 | Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB} | Joel Sing |
2022-08-20 | zap a tab | Theo Buehler |
2022-08-18 | Tweak prototype to match function definition (n -> index) | Theo Buehler |
2022-08-17 | Implement the SSL_CTRL_GET_SHARED_GROUP control | Theo Buehler |
2022-08-17 | Refactor tls1_get_supported_group() | Theo Buehler |
2022-08-17 | Add SSL_get_shared_{curve,group}() | Theo Buehler |
2022-08-17 | Make tls1_get_{format,group_}list() take a const SSL | Theo Buehler |
2022-08-17 | Provide ssl_security_shared_group() | Theo Buehler |
2022-08-17 | Deduplicate peer certificate chain processing code. | Joel Sing |
2022-08-15 | Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse() | Theo Buehler |
2022-08-15 | Remove redeclaration of ret | Theo Buehler |
2022-08-04 | Make tlsext_*_{build,needs,parse}() functions static | Theo Buehler |
2022-07-30 | update copyright years | Theo Buehler |
2022-07-24 | Move cipher_id bsearch functions back to the bottom of the file. | Joel Sing |
2022-07-24 | Set NULL BIOs for QUIC. | Joel Sing |
2022-07-24 | Provide record layer callbacks for QUIC. | Joel Sing |
2022-07-24 | Move tls13_phh_done_cb() after tl13_phh_received_cb(). | Joel Sing |
2022-07-24 | Provide QUIC encryption levels. | Joel Sing |
2022-07-24 | Rely on tlsext_parse() to set a decode_error alert | Theo Buehler |
2022-07-22 | Convert TLS transcript from BUF_MEM to tls_buffer. | Joel Sing |
2022-07-22 | Add read and write support to tls_buffer. | Joel Sing |
2022-07-22 | Simplify tls13_server_encrypted_extensions_recv | Theo Buehler |
2022-07-22 | Remove redundant length checks in parse functions | Theo Buehler |
2022-07-20 | Simplify tlsext_supported_groups_server_parse | Theo Buehler |
2022-07-20 | Drop some unnecessary parentheses. | Theo Buehler |
2022-07-20 | Copy alpn_selected using CBS | Theo Buehler |
2022-07-20 | Copy alpn_client_proto_list using CBS in SSL_new() | Theo Buehler |
2022-07-20 | Validate protocols in SSL{_CTX,}_set_alpn_protos() | Theo Buehler |
2022-07-20 | Rewrite SSL{_CTX,}_set_alpn_protos() using CBS | Theo Buehler |
2022-07-20 | Change various ALPN related internal struct members | Theo Buehler |
2022-07-20 | Factor out ALPN extension format check | Theo Buehler |
2022-07-20 | Remove tls_buffer_set_data() and remove/revise callers. | Joel Sing |