summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update the corporaMatt Caswell2023-05-011-0/+0
* Release zero length handshake fragment recordsMatt Caswell2023-05-011-2/+6
* doc: note that the stack find functions no longer modify the stackPauli2023-05-011-4/+6
* x509: sort stacks before findsPauli2023-05-017-0/+24
* provider_core: sort provider stack on findPauli2023-05-011-4/+1
* pbe: sort stack before using findPauli2023-05-011-0/+2
* asn1: sort stacks before using findPauli2023-05-012-2/+10
* build_wincrypt_test.c: Fix compilation with MSVCMathias Berchtold2023-04-281-1/+5
* Avoid generating RSA keys with p < qrkarmaka982023-04-281-0/+9
* fix md5 bug on aarch64 big-endian plantform.Liu-ErMeng2023-04-282-15/+35
* Improve documentation of -no_ssl3, -no_tls1, -no_tls1_1, -no_tls1_2, -no_tls1...rkarmaka982023-04-281-0/+2
* dependabot: update config to include CLA: trivial, set branches etcPauli2023-04-281-0/+10
* http proxy handling: Use ossl_safe_getenv() instead of getenv()Mukesh Bharsakle2023-04-281-5/+4
* ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new(V_ASN1_OCTET_STRING)Vladimir Kotal2023-04-281-1/+1
* x509: sort stacks prior to searchingPauli2023-04-281-0/+6
* stack: fix searching when the stack isn't sorted.Pauli2023-04-281-13/+28
* fix aes-xts bug on aarch64 big-endian env.Liu-ErMeng2023-04-282-12/+25
* APPS/cmp: prevent HTTP client failure on -rspin option with too few filenamesDr. David von Oheimb2023-04-283-41/+91