summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix stack use-after-free in QUICJuergen Christ2023-05-091-1/+1
* Be more accurate about what we accept as a valid DTLS versionMatt Caswell2023-05-051-2/+4
* Copy min/max_proto_version from SSL_CTX to SSL only for the same method typesTomas Mraz2023-05-021-2/+4
* Do not send the empty renegotiation info SCSV in QUICTomas Mraz2023-05-021-1/+3
* Minor fixupsHugo Landau2023-05-011-2/+3
* QUIC CHANNEL: Fix bug where time callback arg wasn't passedHugo Landau2023-05-011-1/+1
* QUIC CC: Use OSSL_PARAMHugo Landau2023-05-011-38/+129
* QUIC CC: Move dummy method to test codeHugo Landau2023-05-012-128/+1
* QUIC CC: Safe multiplicationHugo Landau2023-05-011-3/+15
* QUIC CC: Minor fixesHugo Landau2023-05-011-3/+0
* QUIC: Make QUIC_CHANNEL use newreno CCHugo Landau2023-05-011-1/+1
* QUIC Congestion Control: TestsHugo Landau2023-05-011-0/+21
* QUIC: NewReno congestion controllerHugo Landau2023-05-012-1/+357
* QUIC CC: Major revisions to CC abstract interfaceHugo Landau2023-05-014-92/+99
* Release zero length handshake fragment recordsMatt Caswell2023-05-011-2/+6
* Update the SSL_rstate_string*() return value for QUICMatt Caswell2023-04-271-5/+5
* Ensure that the SSL_rstate_string*() API works as they used toMatt Caswell2023-04-271-0/+1
* Fix regression of no-posix-io buildsTomas Mraz2023-04-251-3/+11
* dtls: code cleanup and refactorizationFdaSilvaYY2023-04-242-16/+17
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* 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