summaryrefslogtreecommitdiffstats
path: root/Configure (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-25APPS/ca: remove spurious errors when certain config file entries are not prov...Dr. David von Oheimb1-11/+22
2023-05-24Create internal/ssl.hMatt Caswell3-6/+21
2023-05-24Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell10-25/+26
2023-05-24Use the %llu format specifier for uint64_tMatt Caswell1-30/+47
2023-05-24Create setter functions for the msg_callback and msg_callback_argMatt Caswell11-90/+132
2023-05-24Add a test for the new QUIC tracing capabilityMatt Caswell3-4/+412
2023-05-24Fix an SSL_trace bugMatt Caswell1-4/+9
2023-05-24Update the msg_callback documentationMatt Caswell2-7/+48
2023-05-24Add more trace details for the remaining frame typesMatt Caswell1-35/+95
2023-05-24Properly handling stream/crypto frames while tracingMatt Caswell6-33/+50
2023-05-24Enable tracing of datagrams we have sentMatt Caswell1-1/+7
2023-05-24Enable tracing of packets that have been sentMatt Caswell12-23/+57
2023-05-24Extend tracing of frames to transmitted framesMatt Caswell3-0/+32
2023-05-24Support trace for QUIC FramesMatt Caswell4-5/+467
2023-05-24Support trace for QUIC PacketsMatt Caswell3-1/+109
2023-05-24Support trace for QUIC datagramsMatt Caswell5-5/+58
2023-05-24Add initial QUIC support for the msg_callbackMatt Caswell11-37/+99
2023-05-24Resolve a djgpp function name conflictHugo Landau1-18/+18
2023-05-24Add note about Windows LONGHugo Landau1-0/+1
2023-05-24Make testutil text output functions thread safe (tsan)Hugo Landau1-8/+85
2023-05-24QUIC APL: Unlock mutex before freeing (clang tsan error)Hugo Landau1-1/+2
2023-05-24Remove an unused variable (clang 16 warning)Hugo Landau1-4/+2
2023-05-24QUIC: Add to threads sanitizer CIHugo Landau1-2/+2
2023-05-24QUIC Glossary: Add QCTXHugo Landau1-0/+4
2023-05-24Add no-threads build to CIHugo Landau2-2/+2
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau13-3/+113
2023-05-24QUIC TSERVER: Use a random port in the tserver testHugo Landau1-3/+1
2023-05-24QUIC MSMT: macOS robustness fixesHugo Landau1-4/+4
2023-05-24QUIC APL: Make SSL_get_error per-stream, error raising refactorHugo Landau2-113/+145
2023-05-24QUIC MSMT TESTS: Add tests to exercise MAX_STREAMSHugo Landau1-0/+87
2023-05-24QUIC RXDP: Ensure all stream-related frames autocreate a streamHugo Landau1-147/+177
2023-05-24QUIC FC: Correct operation of stream count modeHugo Landau1-2/+5
2023-05-24QUIC QSM: Correct the logic for determining stream count limitsHugo Landau1-2/+2
2023-05-24QUIC QSM: Allow QSM to know if we are in the server roleHugo Landau4-5/+10
2023-05-24QUIC MSMT: Stress tests, support for repeating test opoerationsHugo Landau1-11/+144
2023-05-24QUIC MSMT: Add a basic multithreading testHugo Landau1-0/+77
2023-05-24QUIC MSMT: Revise tests to support multithreadingHugo Landau1-58/+303
2023-05-24QUIC TSERVER: Allow detection of new incoming streamsHugo Landau2-0/+20
2023-05-24Drop the last reference of SHLIB_EXTRichard Levitte1-1/+1
2023-05-24Fix incorrect parameter verification in EVP_MD_CTX_get_paramslan11201-1/+1
2023-05-23doc/fingerprints.txt: Add the OpenSSL OMC PGP key fingerprintRichard Levitte1-0/+3
2023-05-23If oaep_md is not initialized, correctly initialize itDmitry Belyavskiy1-3/+5
2023-05-22Update the FIPS checksumsTomas Mraz3-138/+174
2023-05-22fips.module.sources: Add missing cpuid and related .c sources for other archi...Tomas Mraz1-1/+2
2023-05-22crypto/params: drop float for UEFIYi Li1-10/+30
2023-05-22Adding some selected MS OIDs for #19630 added ms-corp alias for OID 1.3.6.1.4...Dragan Zuvic6-35/+91
2023-05-19Update hkdf.c to avoid potentially vulnerable code patternNicky Mouha1-1/+1
2023-05-19Add information on the 'ias' port for OpenVMSRichard Levitte1-0/+17
2023-05-19Update VMS configurationsRichard Levitte3-11/+13
2023-05-18util/ctags.sh: a script for generating tags file with expanding macrosMasatake YAMATO8-1/+141