summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2023-05-11fix SSL_get_wbio may return rbio on quicihciah
2023-05-09Fix stack use-after-free in QUICJuergen Christ
2023-05-05Be more accurate about what we accept as a valid DTLS versionMatt Caswell
2023-05-02Copy min/max_proto_version from SSL_CTX to SSL only for the same method typesTomas Mraz
2023-05-02Do not send the empty renegotiation info SCSV in QUICTomas Mraz
2023-05-01Minor fixupsHugo Landau
2023-05-01QUIC CHANNEL: Fix bug where time callback arg wasn't passedHugo Landau
2023-05-01QUIC CC: Use OSSL_PARAMHugo Landau
2023-05-01QUIC CC: Move dummy method to test codeHugo Landau
2023-05-01QUIC CC: Safe multiplicationHugo Landau
2023-05-01QUIC CC: Minor fixesHugo Landau
2023-05-01QUIC: Make QUIC_CHANNEL use newreno CCHugo Landau
2023-05-01QUIC Congestion Control: TestsHugo Landau
2023-05-01QUIC: NewReno congestion controllerHugo Landau
2023-05-01QUIC CC: Major revisions to CC abstract interfaceHugo Landau
2023-05-01Release zero length handshake fragment recordsMatt Caswell
2023-04-27Update the SSL_rstate_string*() return value for QUICMatt Caswell
2023-04-27Ensure that the SSL_rstate_string*() API works as they used toMatt Caswell
2023-04-25Fix regression of no-posix-io buildsTomas Mraz
2023-04-24dtls: code cleanup and refactorizationFdaSilvaYY
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2023-04-13Fix typo in ssl_ciph.cLadislav Marko
2023-04-12Allow partially releasing a record for TLSMatt Caswell
2023-04-12Make the data field for get_record() constMatt Caswell
2023-04-12Add support for rstream get/release record in the QUIC TLS layerMatt Caswell
2023-04-04Make sure we can query the SSL object for version info when using QUICMatt Caswell
2023-03-31Handle app data records from the next epochMatt Caswell
2023-03-30Revise build.infoHugo Landau
2023-03-30QUIC: Ensure locking when injecting datagramsHugo Landau
2023-03-30QUIC Thread Assisted mode: miscellaneous fixesHugo Landau
2023-03-30QUIC Thread Assisted Mode: Refactor locking to be infallibleHugo Landau
2023-03-30QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau
2023-03-30QUIC Thread Assisted Mode: Support Windows XPHugo Landau
2023-03-30Minor fixes to thread assisted modeHugo Landau
2023-03-30Enhance quic_tserver test to fully test thread assisted modeHugo Landau
2023-03-30QUIC CHANNEL: Fix idle timeout handlingHugo Landau
2023-03-30QUIC CHANNEL: Allow time source to be overriddenHugo Landau
2023-03-30QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau
2023-03-30Switch to using ossl_crypto_mutex from CRYPTO_RWLOCKHugo Landau
2023-03-30Add channel-only tick mode and use it for thread assisted modeHugo Landau
2023-03-30Front End for QUIC Thread Assisted ModeHugo Landau
2023-03-30QUIC Thread Assist CoreHugo Landau
2023-03-30Fix handshake lockingHugo Landau
2023-03-30Add mutex to tserverHugo Landau
2023-03-30Add locking to QUIC front-endHugo Landau
2023-03-30Move channel mutex out of QUIC_CHANNEL for init/teardown flexibilityHugo Landau
2023-03-30Annotate functions needing lockingHugo Landau
2023-03-30QUIC Channel: Add a mutexHugo Landau
2023-03-30QUIC Reactor: Allow a mutex to be released during waitsHugo Landau
2023-03-28RFC7250 (RPK) supportTodd Short