summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SSTREAM lossHugo Landau2023-05-124-6/+46
* QUIC APL: Fix locking in XSO code and fix testsHugo Landau2023-05-122-20/+37
* QUIC CHANNEL, APL: Reject policy handlingHugo Landau2023-05-124-30/+107
* QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau2023-05-125-0/+161
* QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau2023-05-126-0/+58
* QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau2023-05-1210-56/+339
* QUIC DISPATCH/APL: Implement SSL_get_stream_idHugo Landau2023-05-124-0/+29
* QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau2023-05-125-0/+53
* QUIC DISPATCH/APL: Implement SSL_is_connectionHugo Landau2023-05-122-0/+6
* QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau2023-05-125-0/+29
* QUIC APL: Defer default XSO creationHugo Landau2023-05-122-25/+127
* QUIC TSERVER: Add support for multiple streamsHugo Landau2023-05-125-35/+98
* QUIC CHANNEL: Initialise state, FC credit for new streams correctlyHugo Landau2023-05-122-7/+91
* QUIC CHANNEL: Handle incoming remotely-created streamsHugo Landau2023-05-126-14/+183
* QUIC APL: Add stream creation APIsHugo Landau2023-05-126-3/+105
* QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau2023-05-126-147/+274
* QUIC CHANNEL: Handle any number of streamsHugo Landau2023-05-123-11/+77
* 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-122-218/+304
* QUIC Dispatch: Introduce the QUIC_XSO objectHugo Landau2023-05-124-14/+15
* QUIC Dispatch: Enhance SSL object unwrapping functions (core)Hugo Landau2023-05-121-5/+88
* CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb2023-05-128-36/+74
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-1210-21/+77
* apps/openssl.cnf: fix reference to insta.ca.crtDr. David von Oheimb2023-05-122-4/+4
* provider: return error if buf too small when getting ec pubkey paramYi Li2023-05-122-1/+23
* Fix typos found by codespellDimitri Papadopoulos2023-05-1214-28/+28
* Clarify documentation of SSL_SESSION_dupWatson Ladd2023-05-121-2/+4
* Clear ownership when duplicating sessionsWatson Ladd2023-05-122-2/+5
* ecp_nistp256.c: Fix exponent in commentJonas Lindstrøm2023-05-111-1/+1
* fix SSL_get_wbio may return rbio on quicihciah2023-05-111-1/+1
* Fixed TLS1.3 handshake issue for legacy engine API.Yuan, Shuai2023-05-111-0/+4
* Fix a typo found by codespell in a variable nameDimitri Papadopoulos2023-05-111-5/+5
* restrict rsaBITS algorithm name check in speedMichael Baentsch2023-05-111-13/+19
* CMP app: fix deallocated host/port fields in APP_HTTP_TLS_INFODr. David von Oheimb2023-05-101-3/+9
* CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb2023-05-102-3/+7
* Fix a typo found by codespell in a Makefile variableDimitri Papadopoulos2023-05-101-1/+1
* DLTS → DTLSDimitri Papadopoulos2023-05-102-2/+2
* Fix memory leak in engine_cleanup_add_first()Kovalev Vasiliy2023-05-091-2/+3
* aes-gcm-armv8_64 asm support bigdianJerryDevis2023-05-091-206/+581
* Fix stack use-after-free in QUICJuergen Christ2023-05-091-1/+1
* Update the corpora submoduleMatt Caswell2023-05-081-0/+0
* Prevent a fuzzing timeout in the conf fuzzerMatt Caswell2023-05-081-0/+17
* Don't attempt a QUIC connection without specifying ALPNMatt Caswell2023-05-081-0/+4
* Add some documentation for the new QUIC mode in s_clientMatt Caswell2023-05-082-0/+18