summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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