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