Fix function signatures in aes-gcm-armv8 comments.
[openssl.git] / ssl /
2023-06-15 Hugo LandauQUIC: Allow application to trigger TXKU
2023-06-15 Hugo LandauQUIC: Minor fixups
2023-06-15 Hugo LandauQUIC CHANNEL: Inform the ACKM when the handshake is...
2023-06-15 Hugo LandauQUIC CHANNEL: Optimise key update using ACKs
2023-06-15 Hugo LandauQUIC: Add internal APIs for white-box testing of key...
2023-06-15 Hugo LandauQUIC CHANNEL: Enforce the RX packet forgery limit
2023-06-15 Hugo LandauQUIC RXDP: Strictly enforce ACK PNs with regard to...
2023-06-15 Hugo LandauQUIC CHANNEL: Ensure new packets aren't enforced with...
2023-06-15 Hugo LandauQUIC CHANNEL: Handle key updates correctly
2023-06-15 Hugo LandauQUIC TXP: Make TXP use time callback correctly
2023-06-15 Hugo LandauQUIC APL: Correct implementation of time callback override
2023-06-15 Hugo LandauQUIC RX: Support reporting the key epoch a packet was...
2023-06-15 Hugo LandauQUIC TXP: Allow callbacks on ACK transmission
2023-06-15 Hugo LandauQUIC TXP: Allow next PN to be used to be queried
2023-06-15 Hugo LandauQUIC RX: Refactor key update callback to provide PN
2023-06-15 Hugo LandauQUIC TXP: Remove TX key update handling from TXP
2023-06-15 Hugo LandauQUIC TXP: Refactor status output to use an extensible...
2023-06-15 Hugo LandauQUIC ACKM: Allow largest acked PN to be queried
2023-06-15 Hugo LandauQUIC WIRE: Utility function to determine if PN is in...
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-06-14 Matt CaswellOnly take note of the ack deadline if we can actually...
2023-06-06 Alex BozarthAdd SSL_get0_group_name() to get name of the group...
2023-06-02 Jairus Christensen[feat] SSL RTT in both client and server statem. SSL_ge...
2023-06-01 PauliQUIC: CID conformance
2023-05-30 Dr. David von Oheimbssl/statem_srvr.c: clean up handling of EVP_PKEY_decryp...
2023-05-29 Hugo LandauSSL_handle_events(): Minor fixes to documentation
2023-05-29 Hugo LandauQUIC APL: Allow DTLSv1 APIs to be used for compatibility
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 CaswellCreate internal/ssl.h
2023-05-24 Matt CaswellRename msg_callback_s to msg_callback_ssl for greater...
2023-05-24 Matt CaswellUse the %llu format specifier for uint64_t
2023-05-24 Matt CaswellCreate setter functions for the msg_callback and msg_ca...
2023-05-24 Matt CaswellFix an SSL_trace bug
2023-05-24 Matt CaswellAdd more trace details for the remaining frame types
2023-05-24 Matt CaswellProperly handling stream/crypto frames while tracing
2023-05-24 Matt CaswellEnable tracing of datagrams we have sent
2023-05-24 Matt CaswellEnable tracing of packets that have been sent
2023-05-24 Matt CaswellExtend tracing of frames to transmitted frames
2023-05-24 Matt CaswellSupport trace for QUIC Frames
2023-05-24 Matt CaswellSupport trace for QUIC Packets
2023-05-24 Matt CaswellSupport trace for QUIC datagrams
2023-05-24 Matt CaswellAdd initial QUIC support for the msg_callback
2023-05-24 Hugo LandauQUIC APL: Unlock mutex before freeing (clang tsan error)
2023-05-24 Hugo LandauQUIC: Fix bugs where threading is disabled
2023-05-24 Hugo LandauQUIC APL: Make SSL_get_error per-stream, error raising...
2023-05-24 Hugo LandauQUIC RXDP: Ensure all stream-related frames autocreate...
2023-05-24 Hugo LandauQUIC FC: Correct operation of stream count mode
2023-05-24 Hugo LandauQUIC QSM: Correct the logic for determining stream...
2023-05-24 Hugo LandauQUIC QSM: Allow QSM to know if we are in the server...
2023-05-24 Hugo LandauQUIC TSERVER: Allow detection of new incoming streams
2023-05-17 Tomas MrazAdd test for handling NEW_CONNECTION_ID frame
2023-05-17 Tomas Mrazquic_tserver: Add possibility to change the connection id
2023-05-17 Tomas MrazAdd minimal handling of NEW_CONNECTION_ID frames
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: Clarify default XSO transitions
2023-05-12 Hugo LandauQUIC APL: Fix a bug where avail could be used uninitialized
2023-05-12 Hugo LandauQUIC APL: Handle reference for multiple streams countin...
2023-05-12 Hugo LandauQUIC APL: Fix logic of SSL_get_stream_type
2023-05-12 Hugo LandauQUIC MSST: Minor fixes and cleanups
2023-05-12 Hugo LandauQUIC QRX: Fix a list usage bug
2023-05-12 Hugo LandauMinor fixups
2023-05-12 Hugo LandauQUIC APL: Fix a bug where incoming unidirectional strea...
2023-05-12 Hugo LandauQUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be...
2023-05-12 Hugo LandauQUIC TSERVER: Handle FINs correctly if ossl_quic_tserve...
2023-05-12 Hugo LandauQUIC QSM: Minor bugfixes
2023-05-12 Hugo LandauQUIC MSST: make update
2023-05-12 Hugo LandauQUIC APL: Send STOP_SENDING/RESET_STREAM when XSO is...
2023-05-12 Hugo LandauQUIC QSM: Stream garbage collection
2023-05-12 Hugo LandauQUIC FIFD: Add support for callback on frame ACK
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Add SSL_stream_reset and status...
2023-05-12 Hugo LandauQUIC RXDP: Record STOP_SENDING/RESET_STREAM event AEC...
2023-05-12 Hugo LandauQUIC QSM: Clean up SEND_STREAM/RECV_STREAM handling
2023-05-12 Hugo LandauQUIC CHANNEL: Do not copy terminate cause as it is...
2023-05-12 Hugo LandauQUIC QSM: Handle STOP_SENDING correctly
2023-05-12 Hugo LandauQUIC RXDP/QSM: Enforce MAX_STREAMS
2023-05-12 Hugo LandauQUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC
2023-05-12 Hugo LandauQUIC FC: Modify RXFC to support use for enforcing MAX_S...
2023-05-12 Hugo LandauQUIC CHANNEL: Incoming streams implicitly create lower...
2023-05-12 Hugo LandauQUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SST...
2023-05-12 Hugo LandauQUIC APL: Fix locking in XSO code and fix tests
2023-05-12 Hugo LandauQUIC CHANNEL, APL: Reject policy handling
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: Defer default XSO creation
2023-05-12 Hugo LandauQUIC TSERVER: Add support for multiple streams
2023-05-12 Hugo LandauQUIC CHANNEL: Initialise state, FC credit for new strea...
2023-05-12 Hugo LandauQUIC CHANNEL: Handle incoming remotely-created streams
2023-05-12 Hugo LandauQUIC APL: Add stream creation APIs
2023-05-12 Hugo LandauQUIC APL: Refactor stream-related code into QUIC_XSO...
2023-05-12 Hugo LandauQUIC CHANNEL: Handle any number of streams
2023-05-12 Hugo LandauQUIC CHANNEL: Store TPs for initial flow control in...
2023-05-12 Hugo LandauQUIC CHANNEL: Clarify role of RX TPs in preparation...
2023-05-12 Hugo LandauQUIC CHANNEL: Remove stream 0-specific code
next