index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-25
APPS/ca: remove spurious errors when certain config file entries are not prov...
Dr. David von Oheimb
1
-11
/
+22
2023-05-24
Create internal/ssl.h
Matt Caswell
3
-6
/
+21
2023-05-24
Rename msg_callback_s to msg_callback_ssl for greater clarity
Matt Caswell
10
-25
/
+26
2023-05-24
Use the %llu format specifier for uint64_t
Matt Caswell
1
-30
/
+47
2023-05-24
Create setter functions for the msg_callback and msg_callback_arg
Matt Caswell
11
-90
/
+132
2023-05-24
Add a test for the new QUIC tracing capability
Matt Caswell
3
-4
/
+412
2023-05-24
Fix an SSL_trace bug
Matt Caswell
1
-4
/
+9
2023-05-24
Update the msg_callback documentation
Matt Caswell
2
-7
/
+48
2023-05-24
Add more trace details for the remaining frame types
Matt Caswell
1
-35
/
+95
2023-05-24
Properly handling stream/crypto frames while tracing
Matt Caswell
6
-33
/
+50
2023-05-24
Enable tracing of datagrams we have sent
Matt Caswell
1
-1
/
+7
2023-05-24
Enable tracing of packets that have been sent
Matt Caswell
12
-23
/
+57
2023-05-24
Extend tracing of frames to transmitted frames
Matt Caswell
3
-0
/
+32
2023-05-24
Support trace for QUIC Frames
Matt Caswell
4
-5
/
+467
2023-05-24
Support trace for QUIC Packets
Matt Caswell
3
-1
/
+109
2023-05-24
Support trace for QUIC datagrams
Matt Caswell
5
-5
/
+58
2023-05-24
Add initial QUIC support for the msg_callback
Matt Caswell
11
-37
/
+99
2023-05-24
Resolve a djgpp function name conflict
Hugo Landau
1
-18
/
+18
2023-05-24
Add note about Windows LONG
Hugo Landau
1
-0
/
+1
2023-05-24
Make testutil text output functions thread safe (tsan)
Hugo Landau
1
-8
/
+85
2023-05-24
QUIC APL: Unlock mutex before freeing (clang tsan error)
Hugo Landau
1
-1
/
+2
2023-05-24
Remove an unused variable (clang 16 warning)
Hugo Landau
1
-4
/
+2
2023-05-24
QUIC: Add to threads sanitizer CI
Hugo Landau
1
-2
/
+2
2023-05-24
QUIC Glossary: Add QCTX
Hugo Landau
1
-0
/
+4
2023-05-24
Add no-threads build to CI
Hugo Landau
2
-2
/
+2
2023-05-24
QUIC: Fix bugs where threading is disabled
Hugo Landau
13
-3
/
+113
2023-05-24
QUIC TSERVER: Use a random port in the tserver test
Hugo Landau
1
-3
/
+1
2023-05-24
QUIC MSMT: macOS robustness fixes
Hugo Landau
1
-4
/
+4
2023-05-24
QUIC APL: Make SSL_get_error per-stream, error raising refactor
Hugo Landau
2
-113
/
+145
2023-05-24
QUIC MSMT TESTS: Add tests to exercise MAX_STREAMS
Hugo Landau
1
-0
/
+87
2023-05-24
QUIC RXDP: Ensure all stream-related frames autocreate a stream
Hugo Landau
1
-147
/
+177
2023-05-24
QUIC FC: Correct operation of stream count mode
Hugo Landau
1
-2
/
+5
2023-05-24
QUIC QSM: Correct the logic for determining stream count limits
Hugo Landau
1
-2
/
+2
2023-05-24
QUIC QSM: Allow QSM to know if we are in the server role
Hugo Landau
4
-5
/
+10
2023-05-24
QUIC MSMT: Stress tests, support for repeating test opoerations
Hugo Landau
1
-11
/
+144
2023-05-24
QUIC MSMT: Add a basic multithreading test
Hugo Landau
1
-0
/
+77
2023-05-24
QUIC MSMT: Revise tests to support multithreading
Hugo Landau
1
-58
/
+303
2023-05-24
QUIC TSERVER: Allow detection of new incoming streams
Hugo Landau
2
-0
/
+20
2023-05-24
Drop the last reference of SHLIB_EXT
Richard Levitte
1
-1
/
+1
2023-05-24
Fix incorrect parameter verification in EVP_MD_CTX_get_params
lan1120
1
-1
/
+1
2023-05-23
doc/fingerprints.txt: Add the OpenSSL OMC PGP key fingerprint
Richard Levitte
1
-0
/
+3
2023-05-23
If oaep_md is not initialized, correctly initialize it
Dmitry Belyavskiy
1
-3
/
+5
2023-05-22
Update the FIPS checksums
Tomas Mraz
3
-138
/
+174
2023-05-22
fips.module.sources: Add missing cpuid and related .c sources for other archi...
Tomas Mraz
1
-1
/
+2
2023-05-22
crypto/params: drop float for UEFI
Yi Li
1
-10
/
+30
2023-05-22
Adding some selected MS OIDs for #19630 added ms-corp alias for OID 1.3.6.1.4...
Dragan Zuvic
6
-35
/
+91
2023-05-19
Update hkdf.c to avoid potentially vulnerable code pattern
Nicky Mouha
1
-1
/
+1
2023-05-19
Add information on the 'ias' port for OpenVMS
Richard Levitte
1
-0
/
+17
2023-05-19
Update VMS configurations
Richard Levitte
3
-11
/
+13
2023-05-18
util/ctags.sh: a script for generating tags file with expanding macros
Masatake YAMATO
8
-1
/
+141
[next]