summaryrefslogtreecommitdiffstats
path: root/crypto/core_namemap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-12apps/openssl.cnf: fix reference to insta.ca.crtDr. David von Oheimb2-4/+4
2023-05-12provider: return error if buf too small when getting ec pubkey paramYi Li2-1/+23
2023-05-12Fix typos found by codespellDimitri Papadopoulos14-28/+28
2023-05-12Clarify documentation of SSL_SESSION_dupWatson Ladd1-2/+4
2023-05-12Clear ownership when duplicating sessionsWatson Ladd2-2/+5
2023-05-11ecp_nistp256.c: Fix exponent in commentJonas Lindstrøm1-1/+1
2023-05-11fix SSL_get_wbio may return rbio on quicihciah1-1/+1
2023-05-11Fixed TLS1.3 handshake issue for legacy engine API.Yuan, Shuai1-0/+4
2023-05-11Fix a typo found by codespell in a variable nameDimitri Papadopoulos1-5/+5
2023-05-11restrict rsaBITS algorithm name check in speedMichael Baentsch1-13/+19
2023-05-10CMP app: fix deallocated host/port fields in APP_HTTP_TLS_INFODr. David von Oheimb1-3/+9
2023-05-10CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb2-3/+7
2023-05-10Fix a typo found by codespell in a Makefile variableDimitri Papadopoulos1-1/+1
2023-05-10DLTS → DTLSDimitri Papadopoulos2-2/+2
2023-05-09Fix memory leak in engine_cleanup_add_first()Kovalev Vasiliy1-2/+3
2023-05-09aes-gcm-armv8_64 asm support bigdianJerryDevis1-206/+581
2023-05-09Fix stack use-after-free in QUICJuergen Christ1-1/+1
2023-05-08Update the corpora submoduleMatt Caswell1-0/+0
2023-05-08Prevent a fuzzing timeout in the conf fuzzerMatt Caswell1-0/+17
2023-05-08Don't attempt a QUIC connection without specifying ALPNMatt Caswell1-0/+4
2023-05-08Add some documentation for the new QUIC mode in s_clientMatt Caswell2-0/+18
2023-05-08Add the ability to send FIN on a QUIC stream from s_clientMatt Caswell1-4/+25
2023-05-08Add QUIC support to s_clientMatt Caswell3-30/+125
2023-05-05remove unused macro in common.hzhangzhilei1-8/+0
2023-05-05Revert "win-onecore: Build with /APPCONTAINER for UWP compat"Mathias Berchtold1-5/+4
2023-05-05Fix the padlock engineBernd Edlinger1-2/+13
2023-05-05Add libctx to x931 keygen.slontis4-6/+65
2023-05-05Extend the min/max protocol testingMatt Caswell1-7/+71
2023-05-05Be more accurate about what we accept as a valid DTLS versionMatt Caswell1-2/+4
2023-05-05Update the min/max proto function documentation for QUICMatt Caswell1-0/+3
2023-05-0425-test_x509.t: test dots in CA file pathAlois Klink1-1/+14
2023-05-04feature: openssl req -verify output to stderr instead of stdout #20728Rajarshi Karmakar1-1/+1
2023-05-04Fix broken links on asym_cipher manpagesLadislav Marko1-3/+2
2023-05-04Add negative integer check when using ASN1_BIT_STRINGmlitre1-0/+6
2023-05-03apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang6-9/+12
2023-05-03speed.c: remove unused num print_message argsReinhard Urban1-95/+44
2023-05-02rand: trust user supplied entropy when configured without a random sourcePauli1-0/+6
2023-05-02Copy min/max_proto_version from SSL_CTX to SSL only for the same method typesTomas Mraz1-2/+4
2023-05-02Do not send the empty renegotiation info SCSV in QUICTomas Mraz1-1/+3
2023-05-01param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()Richard Levitte1-0/+1
2023-05-01param->ctrl translation: Fix fix_ec_paramgen_curve_nid()Richard Levitte1-1/+14
2023-05-01Minor fixupsHugo Landau2-3/+4
2023-05-01QUIC CC: Update CC design documentHugo Landau1-5/+9
2023-05-01QUIC CHANNEL: Fix bug where time callback arg wasn't passedHugo Landau1-1/+1
2023-05-01QUIC CC: Use OSSL_PARAMHugo Landau4-97/+249
2023-05-01QUIC CC: Move dummy method to test codeHugo Landau3-4/+4
2023-05-01QUIC CC: TweaksHugo Landau1-7/+7
2023-05-01QUIC CC: Safe multiplicationHugo Landau1-3/+15
2023-05-01QUIC CC: Minor fixesHugo Landau2-4/+3
2023-05-01QUIC: Make QUIC_CHANNEL use newreno CCHugo Landau1-1/+1