summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* QUIC Probes Support: Minor tweaksHugo Landau2023-01-302-3/+3
* QUIC TXP: Allow TXP to generate probesHugo Landau2023-01-301-15/+81
* QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau2023-01-301-9/+3
* QUIC ACKM: Clarify probe typesHugo Landau2023-01-301-6/+10
* SSL_conf_cmd: add support for IgnoreUnexpectedEOFSteffen Nurpmeso2023-01-301-0/+1
* compute_pqueue_growth(): Fix the return typeTomas Mraz2023-01-271-1/+1
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-271-0/+2
* QUIC FIN Support: Various fixesHugo Landau2023-01-271-2/+1
* QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau2023-01-274-11/+85
* QUIC TXP: Fix handling of FIN stream chunksHugo Landau2023-01-271-19/+25
* QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau2023-01-274-18/+67
* Remove the user_ssl fieldMatt Caswell2023-01-243-11/+0
* Add QUIC-TLS server supportMatt Caswell2023-01-243-13/+60
* Remove the old Dummy Handshake codeMatt Caswell2023-01-242-576/+0
* Add support for the msg_callbackMatt Caswell2023-01-241-0/+79
* Replace use of the Dummy Handshake Layer with the real oneMatt Caswell2023-01-244-25/+28
* Add an initial QUIC-TLS implementationMatt Caswell2023-01-243-1/+648
* Add the ability to add a custom extension on an SSL objectMatt Caswell2023-01-242-18/+30
* Extend the new_record_layer functionMatt Caswell2023-01-2411-33/+46
* Add support for setting a custom TLS Record LayerMatt Caswell2023-01-246-4/+22
* Remove an unneeded OSSL_RECORD_METHOD functionMatt Caswell2023-01-244-10/+0
* Move recordmethod.h to be an "internal" headerMatt Caswell2023-01-243-337/+2
* Create the SSL object for QUIC-TLSMatt Caswell2023-01-246-23/+40
* Ensure our buffer allocation allows for the Explicit IVMatt Caswell2023-01-241-1/+5
* QUIC Test Server: Minor fixupsHugo Landau2023-01-193-23/+27
* QUIC DEMUX: Refactor list manipulationHugo Landau2023-01-191-2/+1
* QUIC Test Server ImplementationHugo Landau2023-01-192-0/+164
* QUIC CHANNEL: Add basic server support for testingHugo Landau2023-01-192-26/+209
* QUIC CHANNEL: Transport params: Offer reason text and add server supportHugo Landau2023-01-191-45/+186
* QUIC TXP: Fix generation of CONNECTION_CLOSEHugo Landau2023-01-191-17/+39
* QUIC Front-End I/O API: Fix WANT_READ signalling for SSL_readHugo Landau2023-01-191-2/+5
* QUIC Front-End I/O API: Fix implementation of SSL_get_errorHugo Landau2023-01-191-8/+8
* QUIC QRX: (Server support) Add support for manual URXE injectionHugo Landau2023-01-191-3/+7
* QUIC DHS: (Server support) Add server state machine for DHSHugo Landau2023-01-191-46/+278
* QUIC DEMUX: (Server support) Add support for default handlerHugo Landau2023-01-191-10/+41
* QUIC API: Rename want_net_read and want_net_writeHugo Landau2023-01-134-31/+31
* QUIC CHANNEL: Handle network errors as connection-fatal eventsHugo Landau2023-01-131-32/+103
* QUIC QTX: Handle network errors explicitlyHugo Landau2023-01-131-6/+35
* QUIC DEMUX: Handle network errors explicitlyHugo Landau2023-01-131-10/+28
* QUIC CSM: Minor style fixesHugo Landau2023-01-133-319/+321
* QUIC: Minor cleanupHugo Landau2023-01-132-16/+18
* QUIC TXP: Fix bug in send stream handling, cleanupHugo Landau2023-01-132-5/+27
* QUIC: Add TODO for CCM supportHugo Landau2023-01-131-0/+2
* QUIC Front-End I/O API: Determine read completion correctlyHugo Landau2023-01-131-1/+1
* QUIC: Use ossl_assertHugo Landau2023-01-132-4/+7
* QUIC RXDP: Different error messages for stream conditionsHugo Landau2023-01-131-10/+46
* QUIC: Minor comment and editorial fixesHugo Landau2023-01-131-1/+1
* QUIC Front End I/O API: Don't allow EPW to be enabled during AONHugo Landau2023-01-131-9/+4
* QUIC: Back out version string changeHugo Landau2023-01-131-6/+0
* QUIC Front End I/O API: Tweaks to handshake processingHugo Landau2023-01-131-20/+50