Ensure we use a non-zero time for tickets in early data
[openssl.git] / ssl /
2023-03-01 Matt CaswellFix early_data age calculation
2023-02-24 Michael Baentschfirst cut at sigalg loading
2023-02-23 olszomalSkip subdirectories in SSL_add_dir_cert_subjects_to_stack()
2023-02-23 Matt CaswellDon't send ciphersuites twice in QUIC
2023-02-22 Matt CaswellAdd const to some test tserver functions
2023-02-22 Matt CaswellRename various functions OSSL_QUIC_FAULT -> QTEST_FAULT
2023-02-22 Matt CaswellDon't declare SSL_CONNECTION twice
2023-02-22 Matt CaswellDon't treat the Tserver as connected until the handshak...
2023-02-22 Matt CaswellRaise a protocol error if we have not received transpor...
2023-02-22 Matt CaswellAdd a test for a server that doesn't provide transport...
2023-02-22 Matt CaswellAdd the ability to mutate TLS handshake messages before...
2023-02-22 Matt CaswellEnable QUIC test server to find out the termination...
2023-02-22 Matt CaswellTreat unknown frames as a protocol error
2023-02-22 Matt CaswellAdd a skeleton quicfaultstest
2023-02-22 Matt CaswellAdd the ability to mutate QUIC packets before they...
2023-02-20 Philippe Antoinefuzz: fix coverity warnings
2023-02-20 Jeeban Sethiopenssl#20299: Fixed use after free bug
2023-02-20 Todd ShortFix possible memory leak on error
2023-02-08 Tomas MrazRationalize FIPS sources
2023-02-08 Philippe Antoinefuzz: make post handshake reachable
2023-01-30 Hugo LandauQUIC Probes Support: Minor tweaks
2023-01-30 Hugo LandauQUIC TXP: Allow TXP to generate probes
2023-01-30 Hugo LandauQUIC ACKM: Rework probe reporting to allow use for...
2023-01-30 Hugo LandauQUIC ACKM: Clarify probe types
2023-01-30 Steffen NurpmesoSSL_conf_cmd: add support for IgnoreUnexpectedEOF
2023-01-27 Tomas Mrazcompute_pqueue_growth(): Fix the return type
2023-01-27 Tomas MrazImplement BIO_s_dgram_mem() reusing the BIO_s_dgram_pai...
2023-01-27 Hugo LandauQUIC FIN Support: Various fixes
2023-01-27 Hugo LandauQUIC Front End I/O API: Add support for signalling...
2023-01-27 Hugo LandauQUIC TXP: Fix handling of FIN stream chunks
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 CaswellAdd QUIC-TLS server support
2023-01-24 Matt CaswellRemove the old Dummy Handshake code
2023-01-24 Matt CaswellAdd support for the msg_callback
2023-01-24 Matt CaswellReplace use of the Dummy Handshake Layer with the real one
2023-01-24 Matt CaswellAdd an initial QUIC-TLS implementation
2023-01-24 Matt CaswellAdd the ability to add a custom extension on an SSL...
2023-01-24 Matt CaswellExtend the new_record_layer function
2023-01-24 Matt CaswellAdd support for setting a custom TLS Record Layer
2023-01-24 Matt CaswellRemove an unneeded OSSL_RECORD_METHOD function
2023-01-24 Matt CaswellMove recordmethod.h to be an "internal" header
2023-01-24 Matt CaswellCreate the SSL object for QUIC-TLS
2023-01-24 Matt CaswellEnsure our buffer allocation allows for the Explicit IV
2023-01-19 Hugo LandauQUIC Test Server: Minor fixups
2023-01-19 Hugo LandauQUIC DEMUX: Refactor list manipulation
2023-01-19 Hugo LandauQUIC Test Server Implementation
2023-01-19 Hugo LandauQUIC CHANNEL: Add basic server support for testing
2023-01-19 Hugo LandauQUIC CHANNEL: Transport params: Offer reason text and...
2023-01-19 Hugo LandauQUIC TXP: Fix generation of CONNECTION_CLOSE
2023-01-19 Hugo LandauQUIC Front-End I/O API: Fix WANT_READ signalling for...
2023-01-19 Hugo LandauQUIC Front-End I/O API: Fix implementation of SSL_get_error
2023-01-19 Hugo LandauQUIC QRX: (Server support) Add support for manual URXE...
2023-01-19 Hugo LandauQUIC DHS: (Server support) Add server state machine...
2023-01-19 Hugo LandauQUIC DEMUX: (Server support) Add support for default...
2023-01-13 Hugo LandauQUIC API: Rename want_net_read and want_net_write
2023-01-13 Hugo LandauQUIC CHANNEL: Handle network errors as connection-fatal...
2023-01-13 Hugo LandauQUIC QTX: Handle network errors explicitly
2023-01-13 Hugo LandauQUIC DEMUX: Handle network errors explicitly
2023-01-13 Hugo LandauQUIC CSM: Minor style fixes
2023-01-13 Hugo LandauQUIC: Minor cleanup
2023-01-13 Hugo LandauQUIC TXP: Fix bug in send stream handling, cleanup
2023-01-13 Hugo LandauQUIC: Add TODO for CCM support
2023-01-13 Hugo LandauQUIC Front-End I/O API: Determine read completion correctly
2023-01-13 Hugo LandauQUIC: Use ossl_assert
2023-01-13 Hugo LandauQUIC RXDP: Different error messages for stream conditions
2023-01-13 Hugo LandauQUIC: Minor comment and editorial fixes
2023-01-13 Hugo LandauQUIC Front End I/O API: Don't allow EPW to be enabled...
2023-01-13 Hugo LandauQUIC: Back out version string change
2023-01-13 Hugo LandauQUIC Front End I/O API: Tweaks to handshake processing
2023-01-13 Hugo LandauQUIC Front End I/O API: Remove unnecessary code from...
2023-01-13 Hugo LandauQUIC CHANNEL: Minor cleanups and bug fix
2023-01-13 Hugo LandauQUIC: Style fixes
2023-01-13 Hugo LandauQUIC Front End I/O API: Wire up SSL_CTX ctrls and remov...
2023-01-13 Hugo LandauQUIC CHANNEL: Revise inaccurate comments
2023-01-13 Hugo LandauQUIC: Revise and add some TODO lines
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 Matt CaswellSeparate handling of RX and TX enc level
2023-01-13 Hugo LandauQUIC CHANNEL: Only pump the demuxer once per tick
2023-01-13 Hugo LandauQUIC CHANNEL: Only reprocess after an RX secret has...
2023-01-13 Hugo LandauQUIC TXP: Correct an issue with an uninitialized variable
2023-01-13 Hugo LandauQUIC Front-End I/O API: Ensure BIOs are reffed and...
2023-01-13 Hugo LandauQUIC_CHANNEL: Handle deferred packet processing after...
2023-01-13 Hugo LandauQUIC DEMUX: Allow MTU to vary over time and autodetect MTU
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 LandauQUIC Front-End I/O API
2023-01-13 Hugo LandauQUIC Stream Mapper: CSM-related changes, stream limits...
2023-01-13 Hugo LandauQUIC: Complete the implementation of the RX depacketise...
2023-01-13 Hugo LandauQUIC_CHANNEL: Implementation
2023-01-13 Hugo LandauQUIC: Add QUIC reactor
2023-01-13 Hugo LandauAdd BIO poll descriptors
2023-01-13 Hugo LandauQUIC ACKM: Add function to get PTO
2023-01-13 Hugo LandauQUIC RXDP: Remove non-actionable TODOs
2023-01-13 Hugo LandauQUIC Transport Parameters: Add CID encoder/decoder...
2023-01-13 Hugo LandauQUIC RX: Refactor unsafe DCID consistency checking
2023-01-13 Hugo LandauQUIC Dummy Handshake Layer: Allow transport parameters...
2023-01-13 Hugo LandauQUIC TXP: Don't send STREAM frames until handshake...
2023-01-13 Hugo LandauQUIC TXP: Make discard_enc_level match documentation
next