QUIC FIN Support: Various fixes
[openssl.git] / ssl / quic / quic_impl.c
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: 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 CaswellReplace use of the Dummy Handshake Layer with the real one
2023-01-24 Matt CaswellCreate the SSL object for QUIC-TLS
2023-01-19 Hugo LandauQUIC Front-End I/O API: Fix WANT_READ signalling for...
2023-01-13 Hugo LandauQUIC API: Rename want_net_read and want_net_write
2023-01-13 Hugo LandauQUIC CSM: Minor style fixes
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: 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 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: Style fixes
2023-01-13 Hugo LandauQUIC Front End I/O API: Wire up SSL_CTX ctrls and remov...
2023-01-13 Hugo LandauQUIC: Revise and add some TODO lines
2023-01-13 Hugo LandauQUIC Front-End I/O API: Ensure BIOs are reffed and...
2023-01-13 Hugo LandauQUIC Front-End I/O API
2022-11-14 Tomas MrazPlug the QUIC_RSTREAM to the RX depacketizer
2022-09-23 Richard LevitteMove the QUIC_CONNECTION typedef to internal headers
2022-09-13 Paulissl: modify libssl so that it uses OSSL_TIME
2022-08-18 Matt CaswellRemove some remaining SSL object references from DTLS...
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-06-03 Tomas MrazAdd a test_ssl_new testcase
2022-06-03 Tomas MrazFirst working empty protocol test
2022-06-03 Tomas MrazAdd empty implementations of quic method functions