summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* QUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SSTREAM lossHugo Landau2023-05-122-4/+34
* QUIC APL: Fix locking in XSO code and fix testsHugo Landau2023-05-121-16/+33
* QUIC CHANNEL, APL: Reject policy handlingHugo Landau2023-05-123-30/+90
* QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau2023-05-122-0/+153
* QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau2023-05-123-0/+50
* QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau2023-05-124-56/+308
* QUIC DISPATCH/APL: Implement SSL_get_stream_idHugo Landau2023-05-122-0/+26
* QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau2023-05-122-0/+44
* QUIC DISPATCH/APL: Implement SSL_is_connectionHugo Landau2023-05-121-0/+5
* QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau2023-05-122-0/+26
* QUIC APL: Defer default XSO creationHugo Landau2023-05-122-25/+127
* QUIC TSERVER: Add support for multiple streamsHugo Landau2023-05-121-23/+70
* QUIC CHANNEL: Initialise state, FC credit for new streams correctlyHugo Landau2023-05-122-7/+91
* QUIC CHANNEL: Handle incoming remotely-created streamsHugo Landau2023-05-124-11/+146
* QUIC APL: Add stream creation APIsHugo Landau2023-05-124-3/+95
* QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau2023-05-123-147/+268
* QUIC CHANNEL: Handle any number of streamsHugo Landau2023-05-122-11/+67
* QUIC CHANNEL: Store TPs for initial flow control in TX directionHugo Landau2023-05-122-13/+29
* QUIC CHANNEL: Clarify role of RX TPs in preparation of storing TX TPsHugo Landau2023-05-122-6/+6
* QUIC CHANNEL: Remove stream 0-specific codeHugo Landau2023-05-122-31/+0
* QUIC APL: Create QUIC CHANNEL up front rather than deferring creationHugo Landau2023-05-121-60/+22
* QUIC: Base client/server identity on SSL method, not SSL_set_connect/accept_s...Hugo Landau2023-05-122-5/+14
* QUIC Dispatch: Update ssl_lib.c frontend to use new dispatch styleHugo Landau2023-05-121-96/+60
* QUIC Dispatch: Add simple way to determine if SSL object is QUIC-relatedHugo Landau2023-05-121-0/+5
* QUIC Dispatch: Refactor APL interface to use SSL pointers not QC pointersHugo Landau2023-05-121-197/+283
* QUIC Dispatch: Introduce the QUIC_XSO objectHugo Landau2023-05-123-14/+14
* QUIC Dispatch: Enhance SSL object unwrapping functions (core)Hugo Landau2023-05-121-5/+88
* Clear ownership when duplicating sessionsWatson Ladd2023-05-121-1/+2
* fix SSL_get_wbio may return rbio on quicihciah2023-05-111-1/+1
* 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