summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the ability to send FIN on a QUIC stream from s_clientMatt Caswell2023-05-081-4/+25
* Add QUIC support to s_clientMatt Caswell2023-05-083-30/+125
* remove unused macro in common.hzhangzhilei2023-05-051-8/+0
* Revert "win-onecore: Build with /APPCONTAINER for UWP compat"Mathias Berchtold2023-05-051-5/+4
* Fix the padlock engineBernd Edlinger2023-05-051-2/+13
* Add libctx to x931 keygen.slontis2023-05-054-6/+65
* Extend the min/max protocol testingMatt Caswell2023-05-051-7/+71
* Be more accurate about what we accept as a valid DTLS versionMatt Caswell2023-05-051-2/+4
* Update the min/max proto function documentation for QUICMatt Caswell2023-05-051-0/+3
* 25-test_x509.t: test dots in CA file pathAlois Klink2023-05-041-1/+14
* feature: openssl req -verify output to stderr instead of stdout #20728Rajarshi Karmakar2023-05-041-1/+1
* Fix broken links on asym_cipher manpagesLadislav Marko2023-05-041-3/+2
* Add negative integer check when using ASN1_BIT_STRINGmlitre2023-05-041-0/+6
* apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang2023-05-036-9/+12
* speed.c: remove unused num print_message argsReinhard Urban2023-05-031-95/+44
* rand: trust user supplied entropy when configured without a random sourcePauli2023-05-031-0/+6
* 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
* param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()Richard Levitte2023-05-011-0/+1
* param->ctrl translation: Fix fix_ec_paramgen_curve_nid()Richard Levitte2023-05-011-1/+14
* Minor fixupsHugo Landau2023-05-012-3/+4
* QUIC CC: Update CC design documentHugo Landau2023-05-011-5/+9
* QUIC CHANNEL: Fix bug where time callback arg wasn't passedHugo Landau2023-05-011-1/+1
* QUIC CC: Use OSSL_PARAMHugo Landau2023-05-014-97/+249
* QUIC CC: Move dummy method to test codeHugo Landau2023-05-013-4/+4
* QUIC CC: TweaksHugo Landau2023-05-011-7/+7
* QUIC CC: Safe multiplicationHugo Landau2023-05-011-3/+15
* QUIC CC: Minor fixesHugo Landau2023-05-012-4/+3
* QUIC: Make QUIC_CHANNEL use newreno CCHugo Landau2023-05-011-1/+1
* QUIC Congestion Control: TestsHugo Landau2023-05-015-1/+652
* QUIC: NewReno congestion controllerHugo Landau2023-05-013-1/+358
* QUIC CC: Major revisions to CC abstract interfaceHugo Landau2023-05-019-437/+283