summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2022-08-04Make tlsext_*_{build,needs,parse}() functions staticTheo Buehler
2022-07-30update copyright yearsTheo Buehler
2022-07-24Move cipher_id bsearch functions back to the bottom of the file.Joel Sing
2022-07-24Set NULL BIOs for QUIC.Joel Sing
2022-07-24Provide record layer callbacks for QUIC.Joel Sing
2022-07-24Move tls13_phh_done_cb() after tl13_phh_received_cb().Joel Sing
2022-07-24Provide QUIC encryption levels.Joel Sing
2022-07-24Rely on tlsext_parse() to set a decode_error alertTheo Buehler
2022-07-22Convert TLS transcript from BUF_MEM to tls_buffer.Joel Sing
2022-07-22Add read and write support to tls_buffer.Joel Sing
2022-07-22Simplify tls13_server_encrypted_extensions_recvTheo Buehler
2022-07-22Remove redundant length checks in parse functionsTheo Buehler
2022-07-20Simplify tlsext_supported_groups_server_parseTheo Buehler
2022-07-20Drop some unnecessary parentheses.Theo Buehler
2022-07-20Copy alpn_selected using CBSTheo Buehler
2022-07-20Copy alpn_client_proto_list using CBS in SSL_new()Theo Buehler
2022-07-20Validate protocols in SSL{_CTX,}_set_alpn_protos()Theo Buehler
2022-07-20Rewrite SSL{_CTX,}_set_alpn_protos() using CBSTheo Buehler
2022-07-20Change various ALPN related internal struct membersTheo Buehler
2022-07-20Factor out ALPN extension format checkTheo Buehler
2022-07-20Remove tls_buffer_set_data() and remove/revise callers.Joel Sing
2022-07-20Correct server-side handling of TLSv1.3 key updates.Joel Sing
2022-07-19Disallow MD5 and SHA-1 HMACs depending on the security levelTheo Buehler
2022-07-17Disable TLSv1.3 middlebox compatibility mode for QUIC connections.Joel Sing
2022-07-17Pass SSL pointer to tls13_ctx_new().Joel Sing
2022-07-17Correct handling of QUIC transport parameters extension.Joel Sing
2022-07-17Provide SSL_is_quic()Joel Sing
2022-07-17Correct TLSEXT_TYPE_quic_transport_parameters message types.Joel Sing
2022-07-17Correct value for TLSEXT_TYPE_quic_transport_parametersJoel Sing
2022-07-17AESCGM -> AESGCMJonathan Gray
2022-07-13add .Xr links to SSL_CTX_set_security_level(3)Ingo Schwarze
2022-07-13Start documenting our new pet octopus, SSL_CTX_set_security_level(3).Ingo Schwarze
2022-07-13Remove #ifndef around the definition of OPENSSL_TLS_SECURITY_LEVEL.Theo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-07-10Annotate the security callback and the security ex_data as deliberatelyTheo Buehler
2022-07-07sortTheo Buehler
2022-07-07Make CBB_finish() fail if *out_data is not NULLTheo Buehler
2022-07-07Initialize hkdf_label to NULL.Theo Buehler
2022-07-07Use a local bits variable to avoid ugly line break due to nested functionTheo Buehler
2022-07-07Unifdef LIBRESSL_HAS_SECURITY_LEVEL and remove some workaroundsTheo Buehler
2022-07-07Bump minor after symbol additionTheo Buehler
2022-07-07Update Symbols.listTheo Buehler
2022-07-07Expose security level symbols and error codes in the headers.Theo Buehler
2022-07-05Use secop instead of op everywhereTheo Buehler
2022-07-05Pull setting of is_ee out of the function calls to appease scan-buildTheo Buehler
2022-07-03Reword a commentTheo Buehler
2022-07-03Unwrap a lineTheo Buehler
2022-07-03Simplify certificate list handling code in legacy server.Joel Sing
2022-07-03Simplify certificate list handling code in legacy client.Joel Sing
2022-07-03Simplify tls1_ec_nid2group_id()Theo Buehler