summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
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
2023-07-05QUIC SSL: Prohibit readahead-related functionsHugo Landau
2023-07-05QUIC: Implement SSL_has_pendingHugo Landau
2023-07-05QUIC: Implement SSL_rstate_string(_long)Hugo Landau
2023-07-05QUIC: Control SSL option settingHugo Landau
2023-07-05QUIC: Forbid NPNHugo Landau
2023-07-05fix memory allocation and reference counting issuesPauli
2023-07-01tls: update to structure based atomicsPauli
2023-06-23Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streamsTomas Mraz
2023-06-16QUIC: Allow application to trigger TXKUHugo Landau
2023-06-02[feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen
2023-05-29QUIC APL: Change SSL_get_event_timeout API designHugo Landau
2023-05-29QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-24Add initial QUIC support for the msg_callbackMatt Caswell
2023-05-12QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau
2023-05-12QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau
2023-05-12QUIC MSST: Minor fixes and cleanupsHugo Landau
2023-05-12Minor fixupsHugo Landau
2023-05-12QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau
2023-05-12QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau
2023-05-12QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get_stream_idHugo Landau