index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make rcu_thread_key context-aware
Neil Horman
2024-04-19
2
-1
/
+2
*
Adjust tests that were depending on X25519 and X448 in fips
Tomas Mraz
2024-04-19
5
-159
/
+168
*
Fix up path generation to use OPENSSL_MODULES
Neil Horman
2024-04-18
1
-1
/
+14
*
Update modulepath test for provider config to skip if not present
Neil Horman
2024-04-18
1
-12
/
+8
*
Add test for OSSL_PROVIDER_load with module path set
Neil Horman
2024-04-18
4
-2
/
+69
*
Fix fragile explicit cert date tests.
Viktor Dukhovni
2024-04-18
2
-12
/
+15
*
Handle empty param in EVP_PKEY_CTX_add1_hkdf_info
trinity-1686a
2024-04-17
1
-0
/
+42
*
OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
Alexandr Nedvedicky
2024-04-16
1
-17
/
+67
*
test: fix 20-test_dgst.t to use hexkey
Dimitri John Ledkov
2024-04-10
1
-2
/
+2
*
Add check for public key presence on sm2 signing
Neil Horman
2024-04-09
1
-8
/
+31
*
Fix EVP_PKEY_CTX_add1_hkdf_info() behavior
Todd Short
2024-04-09
1
-11
/
+42
*
apps: ca,req,x509: Add explicit start and end dates options
Stephan Wurm
2024-04-09
3
-17
/
+102
*
Check range of RSA plaintext and ciphertext when using no padding.
slontis
2024-04-09
1
-0
/
+43
*
Copyright year updates
Richard Levitte
2024-04-09
53
-53
/
+53
*
Add a test for session cache overflow
Matt Caswell
2024-04-08
1
-1
/
+123
*
Extend the multi_resume test for simultaneous resumptions
Matt Caswell
2024-04-08
1
-4
/
+84
*
Add a test for session cache handling
Matt Caswell
2024-04-08
1
-0
/
+92
*
Diverse small VMS build fixups
Richard Levitte
2024-04-04
1
-0
/
+9
*
Fix handling of NULL sig parameter in ECDSA_sign and similar
Bernd Edlinger
2024-04-02
2
-4
/
+32
*
Fix openssl req with -addext subjectAltName=dirName
Bernd Edlinger
2024-04-02
2
-1
/
+8
*
Add locking to atomic operations in rw/rcu tests
Neil Horman
2024-04-02
1
-8
/
+13
*
test/bad_dtls_test.c: Add checks for the EVP_MD_CTX_get_size()
Jiasheng Jiang
2024-04-01
1
-1
/
+5
*
Fix threadstest wrapping again
Neil Horman
2024-03-26
1
-2
/
+6
*
Add NULL check before accessing PKCS7 encrypted algorithm
Viliam Lejčík
2024-03-25
1
-1
/
+13
*
Make counters in rcu/rw threads torture test 64 bit
Neil Horman
2024-03-22
1
-8
/
+8
*
Move artifact upload code into the shell script
Hugo Landau
2024-03-21
1
-17
/
+2
*
Experimental support for uploading qlog artifacts
Hugo Landau
2024-03-21
1
-3
/
+19
*
Try to fix intermittent CI failures in quic_multistream test
Bernd Edlinger
2024-03-15
1
-2
/
+20
*
82-test_ocsp_cert_chain.t: Just ignore unrecognized lines in server output
Tomas Mraz
2024-03-15
1
-4
/
+0
*
Minor docfix for OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines(3)
Alexandr Nedvedicky
2024-03-15
1
-1
/
+4
*
Add a test using the bandwidth limit filter
Tomas Mraz
2024-03-15
3
-0
/
+153
*
Add support for bandwidth limitation in noisydgram BIO filter
Tomas Mraz
2024-03-15
2
-6
/
+162
*
bio_f_noisy_dgram_filter(): Fix typo
Tomas Mraz
2024-03-15
1
-1
/
+1
*
Update tls13ccstest.c, removal of deadcode
sharad3001
2024-03-13
1
-4
/
+0
*
Add fuzzing for DTLS
Frederik Wedel-Heinen
2024-03-12
2
-0
/
+50
*
s_server: test ocsp with "-cert_chain"
James Muir
2024-03-12
15
-0
/
+403
*
Limit the number of http headers when receiving the http response
Alexandr Nedvedicky
2024-03-12
1
-0
/
+63
*
Add check for xor_get_aid()
Jiasheng Jiang
2024-03-12
1
-0
/
+4
*
Fix BIO_get_new_index() to return an error when it is exhausted.
slontis
2024-03-11
3
-1
/
+88
*
QUIC MULTISTREAM TEST: Test write buffer statistics queries
Hugo Landau
2024-03-09
1
-0
/
+39
*
Try to fix intermittent CI failures in sslapitest
Bernd Edlinger
2024-03-08
1
-1
/
+5
*
QUIC: Uniform changes for QUIC error code definitions rename
Hugo Landau
2024-03-08
5
-90
/
+90
*
Fix a memory leak on successful load of CRL
Dmitry Belyavskiy
2024-03-07
2
-2
/
+9
*
QUIC QLOG: Fix ANSI
Hugo Landau
2024-03-06
2
-19
/
+51
*
Add test for ignoring unknown sigalgs and groups marked with ?
Tomas Mraz
2024-03-06
1
-0
/
+61
*
apps/cmp: improve -reqin option to read fallback public key from first reques...
Dr. David von Oheimb
2024-03-06
1
-0
/
+3
*
apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...
Dr. David von Oheimb
2024-03-06
1
-2
/
+4
*
Dump out qlog json if it is malformed
Neil Horman
2024-03-02
1
-1
/
+11
*
Implement PCT for EDDSA
pohsingwu
2024-03-01
2
-1
/
+26
*
Add appropriate lower bound checks for GeneralizedTime and UTCTime
Job Snijders
2024-02-25
3
-6
/
+61
[next]