index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wycheproof
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-28
make update
Matt Caswell
2
-34
/
+34
2023-09-28
Copyright year updates
Matt Caswell
61
-61
/
+61
2023-09-28
Fix no-ssl-trace
Matt Caswell
1
-0
/
+2
2023-09-27
Move e_os2.h up in quictestlib.c to allow symbol definition consistency.
Randall S. Becker
1
-0
/
+1
2023-09-27
Fix a mem leak when the FIPS provider is used in a different thread
Matt Caswell
3
-2
/
+30
2023-09-27
evp_test: recondition cipher dupctx FIPS version check.
Pauli
1
-3
/
+1
2023-09-27
fips: use seed source requested
Pauli
11
-55
/
+350
2023-09-27
rand: add extra error code
Pauli
4
-3
/
+7
2023-09-27
fips selftest: avoid relying on a real RNG for self tests
Pauli
6
-71
/
+154
2023-09-27
Provider cross version checks warning
Pauli
1
-0
/
+4
2023-09-27
fix indentation
Pauli
1
-1
/
+1
2023-09-27
remove redundant free of NULL
Pauli
1
-8
/
+1
2023-09-25
Support all NULL-syntax X.509v3 extensions
Jonathan M. Wilbur
16
-3
/
+425
2023-09-24
Add a test for BIO_ADDR_copy()
Matt Caswell
3
-0
/
+190
2023-09-24
Clean away the test code implementation of bio_addr_copy
Matt Caswell
2
-43
/
+2
2023-09-24
Add documentation for the BIO_ADDR_copy() function
Matt Caswell
1
-3
/
+9
2023-09-24
Implement a public BIO_ADDR_copy() function
Matt Caswell
3
-2
/
+19
2023-09-24
Remove a spurious inclusion of the sparse array header file
Matt Caswell
1
-1
/
+0
2023-09-24
adding -outpubkey option to genpkey
Michael Baentsch
3
-12
/
+36
2023-09-22
no-engine: fix signing with legacy app method based keys
Matthias St. Pierre
1
-2
/
+3
2023-09-22
Do not include sparse_array.o in libssl
Huiyue Xu
1
-2
/
+0
2023-09-22
Clarify the terminology in the noisy dgram BIO
Matt Caswell
1
-36
/
+71
2023-09-22
Ensure we free all the BIOs in a chain for QUIC like we do in TLS
Matt Caswell
3
-10
/
+8
2023-09-22
Ensure we up-ref the sbio before passing it to tserver
Matt Caswell
1
-2
/
+6
2023-09-22
Remove some redundant code from test helper BIOs
Matt Caswell
2
-56
/
+0
2023-09-22
Ensure client to server datagrams are noisy too
Matt Caswell
3
-11
/
+36
2023-09-22
Add the ability to do client side tracing in quictestlib.c
Matt Caswell
6
-22
/
+40
2023-09-22
Extend the noisy dgram test so that packets are also affected by noise
Matt Caswell
3
-5
/
+26
2023-09-22
Add a packet splitting BIO
Matt Caswell
5
-66
/
+252
2023-09-22
Use fake time rather than real time in the noisy dgram test
Matt Caswell
1
-3
/
+8
2023-09-22
Add support for timeouts into quictestlib.c
Matt Caswell
1
-7
/
+48
2023-09-22
Add some optional debug output to the noisy dgram BIO
Matt Caswell
1
-0
/
+37
2023-09-22
Use test_random() to introduce better noise into the noisy dgram BIO
Matt Caswell
2
-36
/
+128
2023-09-22
Extend the nosiy datagram test to send more data
Matt Caswell
1
-1
/
+115
2023-09-22
Add the ability to drop datagrams in the noisy dgram BIO
Matt Caswell
1
-3
/
+123
2023-09-22
Create a noisy dgram test
Matt Caswell
5
-6
/
+183
2023-09-21
Add command line option for setting propquery in evp_test
Veronika Hanulíková
1
-10
/
+17
2023-09-21
Add command line option for setting provider in evp_test
Veronika Hanulíková
1
-1
/
+12
2023-09-21
Fix test_cms if DSA is not supported
Steffen Klee
1
-5
/
+9
2023-09-21
Fix error handling in lhash contract
Bernd Edlinger
1
-2
/
+2
2023-09-21
Fix error handling in CRYPTO_get_ex_new_index
Bernd Edlinger
1
-0
/
+2
2023-09-21
Fix some memory leaks in the openssl app
Bernd Edlinger
8
-4
/
+18
2023-09-21
cmp_vfy.c: Use verification callback if cert_acceptable() finds expired cert
Dr. David von Oheimb
2
-11
/
+30
2023-09-20
doc: change name of OSSL_PROVIDER_load_ex design document
Matthias St. Pierre
1
-2
/
+2
2023-09-20
doc: suggestions for OSSL_PROVIDER_load_ex design document
Matthias St. Pierre
1
-21
/
+20
2023-09-20
Document the OPENSSL_TEST_RAND_SEED environment variable
Matt Caswell
1
-6
/
+22
2023-09-20
Enable the ability to seed the test RNG without randomising test ordering
Matt Caswell
1
-5
/
+12
2023-09-20
coverity: NULL dereference
Pauli
1
-0
/
+1
2023-09-20
BIO: Wire poll descriptor functions in BIO_s_sock
Hugo Landau
1
-0
/
+14
2023-09-20
SSL: Test SSL_get_[rw]poll_descriptor, SSL_net_(read|write)_desired
Hugo Landau
2
-2
/
+33
[next]