summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in ssl_ciph.cLadislav Marko2023-04-131-1/+1
* Allow partially releasing a record for TLSMatt Caswell2023-04-126-57/+107
* Make the data field for get_record() constMatt Caswell2023-04-128-21/+26
* Add support for rstream get/release record in the QUIC TLS layerMatt Caswell2023-04-122-24/+40
* Make sure we can query the SSL object for version info when using QUICMatt Caswell2023-04-041-0/+40
* Handle app data records from the next epochMatt Caswell2023-03-311-5/+3
* Revise build.infoHugo Landau2023-03-301-9/+0
* QUIC: Ensure locking when injecting datagramsHugo Landau2023-03-301-4/+14
* QUIC Thread Assisted mode: miscellaneous fixesHugo Landau2023-03-305-20/+33
* QUIC Thread Assisted Mode: Refactor locking to be infallibleHugo Landau2023-03-302-23/+13
* QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau2023-03-306-8/+8
* QUIC Thread Assisted Mode: Support Windows XPHugo Landau2023-03-301-6/+2
* Minor fixes to thread assisted modeHugo Landau2023-03-303-3/+9
* Enhance quic_tserver test to fully test thread assisted modeHugo Landau2023-03-303-1/+79
* QUIC CHANNEL: Fix idle timeout handlingHugo Landau2023-03-301-7/+8
* QUIC CHANNEL: Allow time source to be overriddenHugo Landau2023-03-305-9/+41
* QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau2023-03-301-7/+17
* Switch to using ossl_crypto_mutex from CRYPTO_RWLOCKHugo Landau2023-03-302-26/+25
* Add channel-only tick mode and use it for thread assisted modeHugo Landau2023-03-305-15/+18
* Front End for QUIC Thread Assisted ModeHugo Landau2023-03-302-10/+29
* QUIC Thread Assist CoreHugo Landau2023-03-303-0/+160
* Fix handshake lockingHugo Landau2023-03-301-40/+30
* Add mutex to tserverHugo Landau2023-03-301-0/+8
* Add locking to QUIC front-endHugo Landau2023-03-301-62/+167
* Move channel mutex out of QUIC_CHANNEL for init/teardown flexibilityHugo Landau2023-03-304-19/+44
* Annotate functions needing lockingHugo Landau2023-03-302-0/+16
* QUIC Channel: Add a mutexHugo Landau2023-03-302-0/+26
* QUIC Reactor: Allow a mutex to be released during waitsHugo Landau2023-03-302-6/+48
* RFC7250 (RPK) supportTodd Short2023-03-2816-75/+1411
* Update the EVP_PKEY_get_id documentationMichael Baentsch2023-03-251-1/+1
* tls1_set_groups_list: freeing *pext before overwritingPeter Kaestle2023-03-241-0/+1
* QUIC DEMUX: Ensure time field is always initialisedHugo Landau2023-03-221-0/+3
* QUIC: Add support for datagram injectionHugo Landau2023-03-222-0/+28
* Added `CERTIFICATE_VERIFY_MAX_LENGTH` constantVeronikaNguyen2023-03-213-2/+5
* Fix some Windows issues in the quic_reactorMatt Caswell2023-03-201-4/+5
* Add a simple QUIC test for blocking modeMatt Caswell2023-03-201-0/+5
* Make sure the QRX and QTX are associated with a libctxMatt Caswell2023-03-201-0/+2
* Fix seg fault when calling SSL_shutdown() for a QUIC connectionMatt Caswell2023-03-201-1/+1
* Fix SSL_has_pending() for QUIC connectionsMatt Caswell2023-03-202-3/+23
* Provide better errors for some QUIC failuresMatt Caswell2023-03-203-4/+6
* Defer unknown QUIC ctrls to the SSL object for TLSMatt Caswell2023-03-201-1/+2
* Coverity 1521490: resource leakPauli2023-03-151-1/+4
* stream_frame_new(): Add missing allocation checkTomas Mraz2023-03-061-0/+3
* Improve the QUIC_RSTREAM implementationTomas Mraz2023-03-064-189/+251
* Remove spurious error queue entries on early dataMatt Caswell2023-03-061-0/+11
* Fix early_data age calculationMatt Caswell2023-03-011-7/+9
* first cut at sigalg loadingMichael Baentsch2023-02-2410-98/+597
* Skip subdirectories in SSL_add_dir_cert_subjects_to_stack()olszomal2023-02-231-0/+14
* Don't send ciphersuites twice in QUICMatt Caswell2023-02-232-61/+9
* Add const to some test tserver functionsMatt Caswell2023-02-221-4/+4