Fix incomplete checks for EVP_CIPHER_asn1_to_param
[openssl.git] / ssl /
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
2023-01-13 Hugo LandauQUIC TXP: Add a function to query if the TXP wants...
2023-01-13 Hugo LandauQUIC Record Layer: Allow INITIAL EL to be rekeyed
2023-01-13 Hugo LandauQUIC: Add transport parameter and other constants
2023-01-13 Hugo LandauQUIC Wire Format Encoding: Fix handling of zero-length...
2023-01-13 Hugo LandauQUIC RSTREAM: Allow pointer to be NULL when calling...
2023-01-13 Hugo LandauQUIC TX: Do not have QTX handle refcount of BIOs
2023-01-13 Hugo LandauQUIC RXFC: Don't emit a MAX_STREAM_DATA frame if we...
2023-01-13 Hugo LandauQUIC Wire Encoding: Support Retry Integrity Tag Calculation
2023-01-13 Hugo LandauQUIC RX: Do not handle auto-discard of Initial EL insid...
2023-01-13 Hugo LandauQUIC RX: Fix QRX packet handling refactor w.r.t. list...
2023-01-13 Hugo LandauQUIC RX: Support refcounted packets and eliminate wrapper
2023-01-13 Hugo LandauQUIC: Dummy Handshake Layer for Prototyping
2023-01-13 Hugo LandauQUIC DEMUX: Allow BIO to be changed
2023-01-13 Hugo LandauQUIC Congestion Control: API to determine deadline...
2023-01-13 Hugo LandauQUIC ACKM: Add support for psuedo-loss
2023-01-04 Semen ZhydenkoFixed typos in documentation and comments
2022-12-22 zhailiangliangssl3_mac(): Fix possible divide by zero bug
2022-12-12 Tomas MrazMake error reason for disallowed legacy sigalg more...
2022-12-05 Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-11-24 Hugo LandauQUIC TXP: Fix missing OSSL_NELEM include
2022-11-24 Hugo LandauQUIC TX Packetiser and Streams Mapper
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-16 Tianjia ZhangKTLS: enable the CCM mode of ktls
2022-11-16 PauliQUIC: use list.h
2022-11-16 PauliQUIC ackm: use list.h
2022-11-16 PauliQUIC tx record layer: use list.h
2022-11-16 Pauliuint_set: convert uint_set to use the list data type
2022-11-14 Matt CaswellResolve a TODO in ssl3_dispatch_alert
2022-11-14 Tomas MrazPlug the QUIC_RSTREAM to the RX depacketizer
2022-11-14 Tomas MrazQUIC Receive Stream Management: Call QUIC flow control
next