]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_lib.c
Additional testcases for bn_gcd
[thirdparty/openssl.git] / ssl / ssl_lib.c
6 days ago  Tomas MrazMake conf_diagnostics apply also to the SSL conf errors
2024-04-26  Neil HormanMake a failure in ktls_sendfile a syscall error
2024-04-09  Richard LevitteCopyright year updates
2024-04-08  Matt CaswellFix unconstrained session cache growth in TLSv1.3
2024-04-02  Jiasheng JiangAlter the check
2024-04-02  Jiasheng Jiangssl/ssl_lib.c: Add the check before cast from int to...
2024-03-29  Alex BozarthAllow provider sigalgs in SignatureAlgorithms conf
2024-02-16  Frederik Wedel-HeinenRemoves record_queue struct which is no longer useful.
2024-02-16  Hugo LandauQUIC: Fix SSL_ctrl operation for QSSOs
2024-02-14  Hugo LandauFix SSL_export_keying_material for QUIC
2024-02-08  Hugo LandauQUIC APL: Move NULL pointer check to quic_impl.c
2024-02-08  Hugo LandauQUIC: Add new error codes for tuning API
2024-02-02  Hugo LandauQLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTX
2024-02-02  Hugo Landaulibssl: Make some global mutable structures constant
2024-01-31  Matt CaswellRationalise RECORD_LAYER_clear() and clear_record_layer()
2024-01-31  Matt CaswellFix an assertion failure in tls_common.c
2024-01-23  Hugo LandauQUIC APL: Implement optimised FIN API
2024-01-19  Frederik Wedel-HeinenRemoves unsed function: ssl_bad_method()
2023-12-29  Dimitri PapadopoulosFix new typos found by codespell
2023-12-20  lan1120Make SSL_clear_options pass new options to record layer
2023-11-29  Viktor DukhovniFix freshly introduced double-free.
2023-11-28  Bernd EdlingerFix a possible memory leak in ct_move_scts
2023-11-22  Bernd EdlingerFix a possible memory leak in dane_tlsa_add
2023-10-26  atishkovssl_lib: added pointer SSL_CONNECTION check to NULL...
2023-10-26  atishkovssl_lib: added pointer SSL and SSL_CONNECTION check...
2023-10-26  atishkovssl_lib: added pointer SSL and SSL_CONNECTION check...
2023-10-26  atishkovssl_lib: added pointer SSL_CONNECTION check to NULL...
2023-10-20  Tomas MrazQUIC: Add handling of SSL_get_shutdown()
2023-09-20  Hugo LandauQUIC APL: Wire SSL_get_[rw]poll_descriptor for TLS...
2023-09-20  Hugo LandauQUIC: Wire SSL_net_(read|write)_desired for TLS/DTLS
2023-09-18  Sumitra SharmaEnhance code safety and readability in SSL_get_shared_c...
2023-09-11  Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-01  Hugo LandauQUIC APL: Implement SSL_want
2023-09-01  Hugo LandauQUIC APL: Allow stream origin to be queried
2023-08-29  Hugo LandauQUIC APL: Handle modes correctly
2023-08-24  Hugo LandauQUIC: Rename SSL_set_initial_peer_addr to SSL_set1_init...
2023-08-08  Tomas MrazResolve some of the TODO(QUIC) items
2023-08-08  Hugo LandauQUIC TLS: Rethink error handling
2023-08-04  Frederik Wedel-HeinenResolves some magic values that has a hello_retry_reque...
2023-07-04  Hugo LandauSimplify QUIC API masking
2023-07-04  Hugo LandauMinor updates
2023-07-04  Hugo LandauMinor fixes
2023-07-04  Hugo LandauQUIC SSL: SSL_set_quiet_shutdown
2023-07-04  Hugo LandauQUIC SSL: Restrict SSL_CTX_set_ssl_version, SSL_set_ssl...
2023-07-04  Hugo LandauQUIC SSL: Version setting restrictions
2023-07-04  Hugo LandauQUIC SSL: Forbid pipeline-related operations
2023-07-04  Hugo LandauQUIC SSL: SSL_set_fd for BIO_s_datagram
2023-07-04  Hugo LandauQUIC SSL: HelloRetryRequest
2023-07-04  Hugo LandauQUIC SSL: Buffer Management
2023-07-04  Hugo LandauQUIC SSL: Prohibit early data functionailty
2023-07-04  Hugo LandauQUIC SSL: Prohibit readahead-related functions
2023-07-04  Hugo LandauQUIC: Implement SSL_has_pending
2023-07-04  Hugo LandauQUIC: Implement SSL_rstate_string(_long)
2023-07-04  Hugo LandauQUIC: Control SSL option setting
2023-07-04  Hugo LandauQUIC: Forbid NPN
2023-07-04  Paulifix memory allocation and reference counting issues
2023-07-01  Paulitls: update to structure based atomics
2023-06-23  Tomas MrazSupport SSL_OP_CLEANSE_PLAINTEXT on QUIC streams
2023-06-15  Hugo LandauQUIC: Allow application to trigger TXKU
2023-06-02  Jairus Christensen[feat] SSL RTT in both client and server statem. SSL_ge...
2023-05-29  Hugo LandauQUIC APL: Change SSL_get_event_timeout API design
2023-05-29  Hugo LandauQUIC: Rename SSL_tick, SSL_get_tick_timeout
2023-05-24  Matt CaswellAdd initial QUIC support for the msg_callback
2023-05-12  Hugo LandauQUIC APL: De-publicise SSL_attach_stream/SSL_detach_stream
2023-05-12  Hugo LandauQUIC MSST: Rename SSL_set_incoming_stream_reject_policy
2023-05-12  Hugo LandauQUIC MSST: Minor fixes and cleanups
2023-05-12  Hugo LandauMinor fixups
2023-05-12  Hugo LandauQUIC DISPATCH/APL: Add SSL_stream_reset and status...
2023-05-12  Hugo LandauQUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_qu...
2023-05-12  Hugo LandauQUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_p...
2023-05-12  Hugo LandauQUIC DISPATCH/APL: Implement SSL_set_default_stream_mod...
2023-05-12  Hugo LandauQUIC DISPATCH/APL: Implement SSL_get_stream_id
2023-05-12  Hugo LandauQUIC DISPATCH/APL: Implement SSL_get_stream_type
2023-05-12  Hugo LandauQUIC DISPATCH/APL: Implement SSL_is_connection
2023-05-12  Hugo LandauQUIC DISPATCH/APL: Implement SSL_get0_connection
2023-05-12  Hugo LandauQUIC APL: Refactor stream-related code into QUIC_XSO...
2023-05-12  Hugo LandauQUIC Dispatch: Update ssl_lib.c frontend to use new...
2023-05-12  Hugo LandauQUIC Dispatch: Introduce the QUIC_XSO object
2023-05-11  ihciahfix SSL_get_wbio may return rbio on quic
2023-05-02  Tomas MrazCopy min/max_proto_version from SSL_CTX to SSL only...
2023-04-03  Matt CaswellMake sure we can query the SSL object for version info...
2023-03-28  Todd ShortRFC7250 (RPK) support
2023-03-19  Matt CaswellFix SSL_has_pending() for QUIC connections
2023-02-24  Michael Baentschfirst cut at sigalg loading
2023-02-20  Jeeban Sethiopenssl#20299: Fixed use after free bug
2023-02-20  Todd ShortFix possible memory leak on error
2023-01-27  Hugo LandauQUIC Front End I/O API: Add support for signalling...
2023-01-27  Hugo LandauQUIC: Refine SSL_shutdown and begin to implement SSL_sh...
2023-01-24  Matt CaswellRemove the user_ssl field
2023-01-24  Matt CaswellExtend the new_record_layer function
2023-01-24  Matt CaswellCreate the SSL object for QUIC-TLS
2023-01-19  Hugo LandauQUIC Front-End I/O API: Fix implementation of SSL_get_error
2023-01-13  Hugo LandauQUIC API: Rename want_net_read and want_net_write
2023-01-13  Hugo LandauQUIC: Back out version string change
2023-01-13  Hugo LandauQUIC Front End I/O API: Correct implementation of SSL_t...
2023-01-13  Hugo LandauQUIC Front End I/O API: Change version string
2023-01-13  Hugo LandauQUIC: Enable building with QUIC support disabled
2023-01-13  Hugo LandauQUIC Front-End I/O API: Wire up the SSL API functions
2023-01-13  Hugo LandauAdd BIO poll descriptors
2022-12-05  Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
next