summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
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
2023-05-12QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_is_connectionHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau
2023-05-12QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau
2023-05-12QUIC Dispatch: Update ssl_lib.c frontend to use new dispatch styleHugo Landau
2023-05-12QUIC Dispatch: Introduce the QUIC_XSO objectHugo Landau
2023-05-11fix SSL_get_wbio may return rbio on quicihciah
2023-05-02Copy min/max_proto_version from SSL_CTX to SSL only for the same method typesTomas Mraz
2023-04-04Make sure we can query the SSL object for version info when using QUICMatt Caswell
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-20Fix SSL_has_pending() for QUIC connectionsMatt Caswell
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-20openssl#20299: Fixed use after free bugJeeban Sethi
2023-02-20Fix possible memory leak on errorTodd Short
2023-01-27QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau
2023-01-27QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau
2023-01-24Remove the user_ssl fieldMatt Caswell
2023-01-24Extend the new_record_layer functionMatt Caswell
2023-01-24Create the SSL object for QUIC-TLSMatt Caswell
2023-01-19QUIC Front-End I/O API: Fix implementation of SSL_get_errorHugo Landau
2023-01-13QUIC API: Rename want_net_read and want_net_writeHugo Landau
2023-01-13QUIC: Back out version string changeHugo Landau
2023-01-13QUIC Front End I/O API: Correct implementation of SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-01-13QUIC Front End I/O API: Change version stringHugo Landau
2023-01-13QUIC: Enable building with QUIC support disabledHugo Landau
2023-01-13QUIC Front-End I/O API: Wire up the SSL API functionsHugo Landau
2023-01-13Add BIO poll descriptorsHugo Landau
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-14Resolve a TODO in ssl3_dispatch_alertMatt Caswell
2022-11-14Remove compress/expand fields from SSL_CONNECTIONMatt Caswell
2022-11-14Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell
2022-10-27Make SSL_alloc_buffers() and SSL_free_buffers() work againMatt Caswell
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz
2022-10-20Move freeing of BIOs as late as possibleMatt Caswell