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
*
update oqsprovider/liboqs to v0.7.2
Michael Baentsch
2022-09-12
1
-2
/
+1
*
Fix tests when configured with -DOPENSSL_USE_IPV6=0
Tom Cosgrove
2022-09-12
1
-6
/
+8
*
Add some API tests for TLSv1.3 record padding
Matt Caswell
2022-09-09
1
-0
/
+122
*
bio_dgram_test.c: Fix warning from older clang compilers
Tomas Mraz
2022-09-09
1
-5
/
+6
*
Coverity: explicit null dereference
Pauli
2022-09-07
1
-2
/
+14
*
test/pkcs12_api_test.c: fix failure on MinGW
xtkoba
2022-09-05
1
-1
/
+1
*
list: add a doubly linked list type.
Pauli
2022-09-05
3
-1
/
+181
*
TX key update support, RX time and PN reporting, general refactoring
Hugo Landau
2022-09-02
1
-4
/
+592
*
QUIC Record Layer (Refactor and TX Side)
Hugo Landau
2022-09-02
1
-319
/
+735
*
QUIC Demuxer and Record Layer (RX Side)
Hugo Landau
2022-09-02
4
-3
/
+2467
*
BIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
Hugo Landau
2022-09-01
3
-1
/
+480
*
Test that we ignore a bad record version in a plaintext TLSv1.3 record
Matt Caswell
2022-08-29
1
-2
/
+38
*
Convert serverinfo in SSL_CTX_use_serverinfo() to v2.
Daniel Fiala
2022-08-26
1
-55
/
+119
*
Updates for OSSL_TIME changes
Hugo Landau
2022-08-24
1
-19
/
+22
*
QUIC ACK Manager, Statistics Manager and Congestion Control API
Hugo Landau
2022-08-24
3
-1
/
+1064
*
Support decode SM2 parameters
K1
2022-08-23
3
-0
/
+14
*
Standardise type for epoch
Matt Caswell
2022-08-18
1
-1
/
+1
*
Remove some redundant code
Matt Caswell
2022-08-18
1
-4
/
+0
*
Update the tls13encryptiontest for new read record layer
Matt Caswell
2022-08-18
1
-13
/
+21
*
Move some fields out of the SSL object and into the record layer object
Matt Caswell
2022-08-18
1
-4
/
+4
*
Move some DTLS read code into the read record layer
Matt Caswell
2022-08-18
1
-17
/
+5
*
Move the sequence number into the OSSL_RECORD_LAYER object
Matt Caswell
2022-08-18
1
-4
/
+5
*
Update the oqs-provider submodule to a more recent commit
Matt Caswell
2022-08-18
1
-4
/
+0
*
Add a test for read_ahead data crossing a key change
Matt Caswell
2022-08-18
1
-0
/
+69
*
Implement KTLS in the new read record layer code
Matt Caswell
2022-08-18
1
-3
/
+2
*
Ensure various SSL options are passed down to the record layer
Matt Caswell
2022-08-18
1
-0
/
+12
*
Convert ssl3_get_record to tls_read_record
Matt Caswell
2022-08-18
1
-5
/
+18
*
Add a DTLSv1_listen() test
Matt Caswell
2022-08-18
5
-17
/
+107
*
cms: Create test for for purpose verification in cms application
Lutz Jaenicke
2022-08-18
4
-1
/
+113
*
X509: add tests for purpose code signing in verify application
Lutz Jaenicke
2022-08-18
9
-3
/
+150
*
Add testcases for EVP_PKEY_get1_encoded_public_key
Tomas Mraz
2022-08-18
1
-0
/
+12
*
Fix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRINT should not be an error
Dr. David von Oheimb
2022-08-18
2
-16
/
+7
*
Don't incorrectly skip the multiblock test
Matt Caswell
2022-08-17
1
-1
/
+1
*
SHAKE documentation updates for default output length.
slontis
2022-08-17
1
-1
/
+27
*
APPS: genrsa: Support setting properties
Clemens Lang
2022-08-17
1
-1
/
+12
*
APPS: dgst: Support properties when signing
Clemens Lang
2022-08-17
1
-1
/
+13
*
TEST: Check property query support of apps/pkey
Clemens Lang
2022-08-17
2
-1
/
+32
*
APPS: pkeyparam: Support setting properties
Clemens Lang
2022-08-17
1
-1
/
+14
*
APPS: ecparam: Support setting properties
Clemens Lang
2022-08-17
1
-1
/
+19
*
APPS: dhparam: Support setting properties
Clemens Lang
2022-08-17
1
-2
/
+32
*
test/timing_load_creds.c: fix coding style and other (mostly minor) issues
Dr. David von Oheimb
2022-08-16
1
-47
/
+82
*
Rename the "timing" program to "timing_load_creds" and integrate it with test...
Dr. David von Oheimb
2022-08-16
4
-5
/
+9
*
Add a stand-alone "timing" program
Rich Salz
2022-08-16
3
-0
/
+214
*
Fix asan finding in bio_tfo_test
Juergen Christ
2022-08-12
1
-0
/
+2
*
Make OSSL_TIME a structure
Pauli
2022-08-12
2
-15
/
+27
*
test/evp_test: Test if EVP_DigestSign() set signature's length.
Sebastian Andrzej Siewior
2022-08-04
1
-0
/
+2
*
Add test for EC_KEY_set_private_key()
Roberto Hueso Gomez
2022-08-04
1
-0
/
+34
*
Free up space in the session cache before adding.
Todd Short
2022-08-01
1
-0
/
+26
*
Test that swapping the first app data record with Finished msg works
Matt Caswell
2022-08-01
3
-0
/
+122
*
Implement AES-GCM-SIV (RFC8452)
Todd Short
2022-07-29
3
-1
/
+422
[next]