summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
12 daysMake conf_diagnostics apply also to the SSL conf errorsTomas Mraz
2024-04-26Make a failure in ktls_sendfile a syscall errorNeil Horman
2024-04-09Copyright year updatesRichard Levitte
2024-04-08Fix unconstrained session cache growth in TLSv1.3Matt Caswell
2024-04-02Alter the checkJiasheng Jiang
2024-04-02ssl/ssl_lib.c: Add the check before cast from int to unsignedJiasheng Jiang
2024-03-29Allow provider sigalgs in SignatureAlgorithms confAlex Bozarth
2024-02-16Removes record_queue struct which is no longer useful.Frederik Wedel-Heinen
2024-02-16QUIC: Fix SSL_ctrl operation for QSSOsHugo Landau
2024-02-14Fix SSL_export_keying_material for QUICHugo Landau
2024-02-08QUIC APL: Move NULL pointer check to quic_impl.cHugo Landau
2024-02-08QUIC: Add new error codes for tuning APIHugo Landau
2024-02-02QLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTXHugo Landau
2024-02-02libssl: Make some global mutable structures constantHugo Landau
2024-01-31Rationalise RECORD_LAYER_clear() and clear_record_layer()Matt Caswell
2024-01-31Fix an assertion failure in tls_common.cMatt Caswell
2024-01-23QUIC APL: Implement optimised FIN APIHugo Landau
2024-01-19Removes unsed function: ssl_bad_method()Frederik Wedel-Heinen
2023-12-29Fix new typos found by codespellDimitri Papadopoulos
2023-12-20Make SSL_clear_options pass new options to record layerlan1120
2023-11-29Fix freshly introduced double-free.Viktor Dukhovni
2023-11-28Fix a possible memory leak in ct_move_sctsBernd Edlinger
2023-11-22Fix a possible memory leak in dane_tlsa_addBernd Edlinger
2023-10-26ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it i...atishkov
2023-10-26ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferenc...atishkov
2023-10-26ssl_lib: added pointer SSL and SSL_CONNECTION check to NULL before dereferenc...atishkov
2023-10-26ssl_lib: added pointer SSL_CONNECTION check to NULL before dereferencing it i...atishkov
2023-10-20QUIC: Add handling of SSL_get_shutdown()Tomas Mraz
2023-09-20QUIC APL: Wire SSL_get_[rw]poll_descriptor for TLS/DTLSHugo Landau
2023-09-20QUIC: Wire SSL_net_(read|write)_desired for TLS/DTLSHugo Landau
2023-09-18Enhance code safety and readability in SSL_get_shared_ciphers()Sumitra Sharma
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-01QUIC APL: Implement SSL_wantHugo Landau
2023-09-01QUIC APL: Allow stream origin to be queriedHugo Landau
2023-08-29QUIC APL: Handle modes correctlyHugo Landau
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-08-08Resolve some of the TODO(QUIC) itemsTomas Mraz
2023-08-08QUIC TLS: Rethink error handlingHugo Landau
2023-08-04Resolves some magic values that has a hello_retry_request enum type.Frederik Wedel-Heinen
2023-07-05Simplify QUIC API maskingHugo Landau
2023-07-05Minor updatesHugo Landau
2023-07-05Minor fixesHugo Landau
2023-07-05QUIC SSL: SSL_set_quiet_shutdownHugo Landau
2023-07-05QUIC SSL: Restrict SSL_CTX_set_ssl_version, SSL_set_ssl_methodHugo Landau
2023-07-05QUIC SSL: Version setting restrictionsHugo Landau
2023-07-05QUIC SSL: Forbid pipeline-related operationsHugo Landau
2023-07-05QUIC SSL: SSL_set_fd for BIO_s_datagramHugo Landau
2023-07-05QUIC SSL: HelloRetryRequestHugo Landau
2023-07-05QUIC SSL: Buffer ManagementHugo Landau
2023-07-05QUIC SSL: Prohibit early data functionailtyHugo Landau