summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-05-24Add initial QUIC support for the msg_callbackMatt Caswell
2023-05-24Resolve a djgpp function name conflictHugo Landau
2023-05-24Add note about Windows LONGHugo Landau
2023-05-24Make testutil text output functions thread safe (tsan)Hugo Landau
2023-05-24QUIC APL: Unlock mutex before freeing (clang tsan error)Hugo Landau
2023-05-24Remove an unused variable (clang 16 warning)Hugo Landau
2023-05-24QUIC: Add to threads sanitizer CIHugo Landau
2023-05-24QUIC Glossary: Add QCTXHugo Landau
2023-05-24Add no-threads build to CIHugo Landau
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-05-24QUIC TSERVER: Use a random port in the tserver testHugo Landau
2023-05-24QUIC MSMT: macOS robustness fixesHugo Landau
2023-05-24QUIC APL: Make SSL_get_error per-stream, error raising refactorHugo Landau
2023-05-24QUIC MSMT TESTS: Add tests to exercise MAX_STREAMSHugo Landau
2023-05-24QUIC RXDP: Ensure all stream-related frames autocreate a streamHugo Landau
2023-05-24QUIC FC: Correct operation of stream count modeHugo Landau
2023-05-24QUIC QSM: Correct the logic for determining stream count limitsHugo Landau
2023-05-24QUIC QSM: Allow QSM to know if we are in the server roleHugo Landau
2023-05-24QUIC MSMT: Stress tests, support for repeating test opoerationsHugo Landau
2023-05-24QUIC MSMT: Add a basic multithreading testHugo Landau
2023-05-24QUIC MSMT: Revise tests to support multithreadingHugo Landau
2023-05-24QUIC TSERVER: Allow detection of new incoming streamsHugo Landau
2023-05-24Drop the last reference of SHLIB_EXTRichard Levitte
2023-05-24Fix incorrect parameter verification in EVP_MD_CTX_get_paramslan1120
2023-05-23doc/fingerprints.txt: Add the OpenSSL OMC PGP key fingerprintRichard Levitte
2023-05-23If oaep_md is not initialized, correctly initialize itDmitry Belyavskiy
2023-05-22Update the FIPS checksumsTomas Mraz
2023-05-22fips.module.sources: Add missing cpuid and related .c sources for other archi...Tomas Mraz
2023-05-22crypto/params: drop float for UEFIYi Li
2023-05-22Adding some selected MS OIDs for #19630 added ms-corp alias for OID 1.3.6.1.4...Dragan Zuvic
2023-05-19Update hkdf.c to avoid potentially vulnerable code patternNicky Mouha
2023-05-19Add information on the 'ias' port for OpenVMSRichard Levitte
2023-05-19Update VMS configurationsRichard Levitte
2023-05-18util/ctags.sh: a script for generating tags file with expanding macrosMasatake YAMATO
2023-05-18pkcs12: Fix macsaltlen parameter typeMarco Abbadini
2023-05-18Initial design for error handling in QUICTomas Mraz
2023-05-18Add support for --version and synonymsMarc Brooks
2023-05-17quic_newcid_test: Add negative test caseTomas Mraz
2023-05-17Add test for handling NEW_CONNECTION_ID frameTomas Mraz
2023-05-17quic_tserver: Add possibility to change the connection idTomas Mraz
2023-05-17Fix test cases using NEW_CONNECTION_ID frameTomas Mraz
2023-05-17Add minimal handling of NEW_CONNECTION_ID framesTomas Mraz
2023-05-17quic_txp_test.c: Cleanup use of WPACKETTomas Mraz
2023-05-17QUIC Documentation: update man(7) for multi-streamHugo Landau
2023-05-17QUIC man(7) DocumentationHugo Landau
2023-05-17Fix stack corruption in ui_readBernd Edlinger
2023-05-15Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEsYuan, Shuai
2023-05-12QUIC: Documentation fixHugo Landau
2023-05-12QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau
2023-05-12QUIC: Fix CRYPTO_GET_REFHugo Landau