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
*
Add PBKDF1 to the legacy provider
Jon Spillett
2021-05-24
4
-49
/
+276
*
Rename the field 'provctx and data' to 'algctx' inside some objects containing
Shane Lontis
2021-05-24
2
-3
/
+3
*
test: fix typo in comment in threadstest.c
Pauli
2021-05-24
1
-1
/
+1
*
test: add test case to reliably reproduce RAND leak during POST
Pauli
2021-05-24
5
-68
/
+160
*
80-test_cmp_http: Invert and correct the logic of success vs. failure exit
Dr. David von Oheimb
2021-05-22
6
-286
/
+286
*
apps/cms.c: Correct -sign output and -verify input with -binary
Dr. David von Oheimb
2021-05-22
2
-10
/
+11
*
property: convert integers to strings properly.
Pauli
2021-05-22
1
-44
/
+41
*
test/params_conversion_test.c: fix the use of strtoumax and strtoimax on VMS
Richard Levitte
2021-05-22
1
-0
/
+5
*
Include "internal/numbers.h" in test programs using SIZE_MAX
Richard Levitte
2021-05-22
2
-0
/
+2
*
HMAC doesn't work with a default digest
Dmitry Belyavskiy
2021-05-21
1
-1
/
+15
*
CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock...
Dr. David von Oheimb
2021-05-20
2
-2
/
+2
*
Update copyright year
Matt Caswell
2021-05-20
4
-4
/
+4
*
test/evp_extra_test2.c: Try EVP_PKEY_export() with a legacy RSA key
Richard Levitte
2021-05-20
1
-7
/
+33
*
Ensure mirroring of properties works for subsequent updates
Matt Caswell
2021-05-20
2
-0
/
+36
*
Test that properties are mirrored as we expect
Matt Caswell
2021-05-20
3
-4
/
+41
*
Add a test for converting a property list to a string
Matt Caswell
2021-05-20
1
-0
/
+56
*
Test d2i_PrivateKey_bio() does not add errors to stack when decoding a X25519...
Shane Lontis
2021-05-20
1
-10
/
+33
*
Test new SSL_new_session_ticket() functionality
Benjamin Kaduk
2021-05-19
1
-3
/
+23
*
danetest.c: Improve code formatting
Dr. David von Oheimb
2021-05-19
1
-11
/
+9
*
80-test_cms.t: Disable new tests for binary input in Windows
Dr. David von Oheimb
2021-05-19
1
-0
/
+1
*
apps/cms.c: Make -sign and -verify handle binary input
Dr. David von Oheimb
2021-05-19
2
-3
/
+44
*
Move ossl_sleep() to e_os.h and use it in apps
Dr. David von Oheimb
2021-05-18
1
-2
/
+1
*
seal: make EVP_SealInit() library context aware
Pauli
2021-05-18
1
-4
/
+14
*
test: conditionally exclude unused code for no-tls1.2 build
Pauli
2021-05-18
1
-1
/
+3
*
Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION
Rich Salz
2021-05-17
4
-9
/
+55
*
Fix compiler error when using config option 'enable-acvp-tests'
Shane Lontis
2021-05-17
1
-6
/
+9
*
Adapt 80-test_cmp_http.t and its data for random accept ports
Richard Levitte
2021-05-16
4
-25
/
+32
*
Add extensive test coverage for SSL_get_negotiated_group()
Benjamin Kaduk
2021-05-16
1
-0
/
+225
*
move group lists out of test_key_exchange() in preparation for reuse
Benjamin Kaduk
2021-05-16
1
-8
/
+8
*
Extend SSL_get_negotiated_group() tests for TLS 1.2
Benjamin Kaduk
2021-05-16
1
-4
/
+7
*
Regenerate testsid.pem
Benjamin Kaduk
2021-05-16
1
-2
/
+2
*
Load the default provider into the p_test provider later
Matt Caswell
2021-05-15
1
-29
/
+30
*
Fix a memleak on an error path in the pkcs12 test helpers
Matt Caswell
2021-05-15
1
-17
/
+12
*
Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
Dr. David von Oheimb
2021-05-14
1
-2
/
+2
*
HTTP: Implement persistent connections (keep-alive)
Dr. David von Oheimb
2021-05-14
2
-79
/
+196
*
Implement pem_read_key directly through OSSL_DECODER
Tomas Mraz
2021-05-13
2
-11
/
+28
*
test: fix thread test config file problem
Pauli
2021-05-13
2
-8
/
+17
*
Export/import flags for FFC params changed to seperate fields.
Shane Lontis
2021-05-13
1
-16
/
+3
*
Update expected results for tls13kexmodes tests
Benjamin Kaduk
2021-05-12
1
-7
/
+5
*
HTTP client: Minimal changes that include the improved API
Dr. David von Oheimb
2021-05-12
2
-22
/
+23
*
Allow arbitrary digests with ECDSA and DSA
Tomas Mraz
2021-05-12
1
-5
/
+7
*
property: add test case for setting default user properties before fetching
Matt Caswell
2021-05-12
3
-5
/
+150
*
80-test_cmp_http.t: Improve fuzzing exclusion pattern - fixup!
Dr. David von Oheimb
2021-05-11
1
-1
/
+1
*
Add additional testing of child libctx/providers
Matt Caswell
2021-05-11
2
-2
/
+60
*
Add support for child provider to up_ref/free their parent
Matt Caswell
2021-05-11
1
-1
/
+1
*
Add a test to check that child provider callbacks are working
Matt Caswell
2021-05-11
1
-10
/
+31
*
Add a test for OSSL_LIB_CTX_new_child()
Matt Caswell
2021-05-11
3
-10
/
+140
*
Add the concept of a child OSSL_LIB_CTX
Matt Caswell
2021-05-11
1
-1
/
+1
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
1
-0
/
+1
*
Add convenience functions and macros for asymmetric key generation
Dr. David von Oheimb
2021-05-11
6
-56
/
+18
[next]