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
*
Fix some TODO(3.0) occurrences in ssl/t1_lib.c
Matt Caswell
2021-04-19
1
-6
/
+55
*
Avoid more MSVC-specific C runtime library functions
Tanzinul Islam
2021-04-19
3
-3
/
+5
*
Add test for the IV handling of DES based ciphers
Tomas Mraz
2021-04-19
1
-2
/
+110
*
TEST: Use OSSL_MAX_NAME_SIZE instead of arbitrary number of mdname
Richard Levitte
2021-04-18
1
-1
/
+1
*
TEST: Modify how the retrieved digest name for SM2 digestsign is checked
Richard Levitte
2021-04-18
1
-17
/
+36
*
TEST: Modify testutil's run_tests to display NOSUBTEST cases individually
Richard Levitte
2021-04-18
1
-23
/
+36
*
TEST: Modify test/evp_fetch_prov_test.c to also fetch by OID
Richard Levitte
2021-04-18
1
-54
/
+178
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
2
-4
/
+4
*
Fix naming for EVP_RAND_CTX_gettable functions.
Pauli
2021-04-17
4
-13
/
+13
*
SipHash: Fix CTRL API for the digest size.
Pauli
2021-04-16
1
-1
/
+7
*
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
Shane Lontis
2021-04-15
1
-1
/
+368
*
Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
Tomas Mraz
2021-04-15
2
-2
/
+2
*
Remove keymgmt_copy function from the provider API
Tomas Mraz
2021-04-15
1
-5
/
+9
*
80-test_cmp_http.t: Extend diagnostics of mock server launch
Dr. David von Oheimb
2021-04-14
1
-1
/
+2
*
80-test_cmp_http.t: Silence check for availability of 'kill' and 'lsof' commands
Dr. David von Oheimb
2021-04-14
1
-2
/
+2
*
80-test_cmp_http.t: Fix resumption when skipping after mock server launch failed
Dr. David von Oheimb
2021-04-14
1
-0
/
+2
*
APPS and TEST: Make sure prog name is set for usage output
Dr. David von Oheimb
2021-04-14
3
-8
/
+6
*
Add domain parameter match check for DH and ECDH key exchange.
Shane Lontis
2021-04-14
4
-5
/
+186
*
Handle set_alpn_protos inputs better.
Todd Short
2021-04-13
2
-3
/
+81
*
Add FIPS Self test for AES_ECB decrypt
Shane Lontis
2021-04-13
1
-1
/
+15
*
Remove the function EVP_PKEY_set_alias_type
Matt Caswell
2021-04-12
1
-12
/
+0
*
Only enable KTLS if it is explicitly configured
Matt Caswell
2021-04-12
1
-47
/
+40
*
Always reset IV for CBC, OFB, and CFB mode on cipher context reinit
Tomas Mraz
2021-04-12
1
-12
/
+39
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
8
-33
/
+33
*
Add OSSL_PARAM_dup() and OSSL_PARAM_merge().
Shane Lontis
2021-04-12
2
-31
/
+251
*
kmac: add long customisation string example
Pauli
2021-04-12
1
-0
/
+19
*
apps: fix warning about size_t / int conversion
Armin Fuerst
2021-04-09
1
-1
/
+1
*
Inherit hostflags verify params even without hosts
Christian Heimes
2021-04-09
1
-0
/
+43
*
PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private key
Dr. David von Oheimb
2021-04-08
2
-1
/
+33
*
d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...
Dr. David von Oheimb
2021-04-08
3
-15
/
+146
*
Update copyright year
Matt Caswell
2021-04-08
37
-37
/
+37
*
test: add extra secure memory test case.
Pauli
2021-04-08
1
-10
/
+36
*
test: fix problem with threads test using default library context.
Pauli
2021-04-08
1
-1
/
+35
*
test: fix coverity 1473234 & 1473239: argument cannot be negative
Pauli
2021-04-08
1
-2
/
+2
*
test/recipes/02-test_errstr.t: Do not test negative system error codes
Richard Levitte
2021-04-07
1
-0
/
+4
*
test: fix coverity 1475940: negative return
Pauli
2021-04-07
1
-2
/
+2
*
test: fix coverity 1475941: resource leak
Pauli
2021-04-07
1
-2
/
+5
*
Fix potential double free in sslapitest.c
Nan Xiao
2021-04-07
1
-1
/
+3
*
Add a range check (from SP800-56Ar3) to DH key derivation.
Shane Lontis
2021-04-01
2
-57
/
+61
*
OSSL_parse_url(): Improve handling of IPv6 addresses
Dr. David von Oheimb
2021-03-31
1
-1
/
+1
*
80-test_cmp_http.t: Add diagnostic info on starting/stopping mock server
Dr. David von Oheimb
2021-03-31
1
-1
/
+6
*
Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
Matt Caswell
2021-03-30
1
-1
/
+1
*
Merge OFB encrypt and decrypt test vectors.
David Benjamin
2021-03-30
1
-102
/
+3
*
test: fix coverity 1474468: resource leak
Pauli
2021-03-30
1
-8
/
+6
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
5
-274
/
+483
*
test: add test case for X508_PUBKEY_dup() function
Pauli
2021-03-28
1
-18
/
+58
*
Disable cmp_http test on AIX
Shane Lontis
2021-03-28
1
-2
/
+2
*
TEST: Cleanup test recipes
Richard Levitte
2021-03-27
70
-15
/
+19
*
Make the SM2 group the default group for the SM2 algorithm
Tomas Mraz
2021-03-26
1
-0
/
+9
*
Remove the external BoringSSL test
Tomas Mraz
2021-03-26
14
-2855
/
+59
[next]