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 'on demand self test' and status test to providers
Shane Lontis
2020-08-09
3
-1
/
+230
*
Add some of the missing CMS API documentation
Shane Lontis
2020-08-09
1
-5
/
+5
*
Change CMS tests to use a library context.
Shane Lontis
2020-08-09
1
-113
/
+151
*
Add EVP signature with libctx methods.
Shane Lontis
2020-08-09
2
-8
/
+12
*
Use .cnf for config files, not .conf
Kelvin Lee
2020-08-07
1
-2
/
+2
*
Add evp_test fixes.
Shane Lontis
2020-08-07
58
-13911
/
+14057
*
drbgtest: avoid a memory leak
Pauli
2020-08-07
1
-0
/
+7
*
rand_drbg: remove RAND_DRBG.
Pauli
2020-08-07
8
-17598
/
+111
*
TEST: Adjust the serdes test to include MSBLOB and PVK
Richard Levitte
2020-08-07
2
-3
/
+248
*
gettables: test changes to pass the provider context.
Pauli
2020-08-07
1
-2
/
+2
*
Add new APIs to get PKCS12 secretBag OID and value
Jon Spillett
2020-08-06
5
-2
/
+1261
*
Update copyright year
Matt Caswell
2020-08-06
6
-6
/
+6
*
Fix provider cipher reinit after init/update with a partial update block.
Shane Lontis
2020-08-05
1
-0
/
+78
*
Change the provider implementation of X942kdf to use wpacket to do der encodi...
Shane Lontis
2020-08-04
1
-2
/
+10
*
81-test_cmp_cli.t: Skip tests with mock server if server cannot be started
Dr. David von Oheimb
2020-08-03
1
-15
/
+19
*
TEST: Add testutil tests to compare unterminated strings of different lengths
Richard Levitte
2020-08-01
3
-16
/
+45
*
DESERIALIZER: Add deserializers for the rest of our asymmetric key types
Richard Levitte
2020-08-01
1
-130
/
+216
*
DESERIALIZER: Make it possible to deserialize public keys too
Richard Levitte
2020-08-01
1
-0
/
+62
*
DESERIALIZER: Rethink password handling
Richard Levitte
2020-08-01
1
-7
/
+11
*
Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.c
Dr. David von Oheimb
2020-07-30
1
-1
/
+1
*
Fix test_cmp_cli for extended tests
Matt Caswell
2020-07-30
1
-0
/
+2
*
Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...
Dr. David von Oheimb
2020-07-30
2
-22
/
+24
*
[test][ectest] Minor touches to custom_generator_test
Nicola Tuveri
2020-07-29
1
-4
/
+2
*
[test] Vertically test explicit EC params API patterns
Nicola Tuveri
2020-07-29
1
-1
/
+280
*
Fix a test_verify failure
Matt Caswell
2020-07-28
2
-17
/
+18
*
Deprecate -nodes in favor of -noenc in pkcs12 and req app
Dr. David von Oheimb
2020-07-28
4
-14
/
+14
*
TEST: Add RSA-PSS cases in test/serdes_test.c
Richard Levitte
2020-07-27
1
-21
/
+97
*
Fix no-dh and no-dsa
Matt Caswell
2020-07-26
1
-3
/
+8
*
TEST: Update the serialization/deserialization test with legacy PEM encryption
Richard Levitte
2020-07-24
1
-26
/
+135
*
TEST: Update the serialization/deserialization test with encryption
Richard Levitte
2020-07-24
1
-20
/
+89
*
TEST: Add new serializer and deserializer test
Richard Levitte
2020-07-24
4
-1
/
+221
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
5
-37
/
+50
*
Test RSA oaep in fips mode
Shane Lontis
2020-07-23
2
-0
/
+156
*
test/drbgtest.c: set the correct counter to trigger reseeding
Dr. Matthias St. Pierre
2020-07-23
1
-2
/
+9
*
test/drbgtest.c: Remove error check for large generate requests
Dr. Matthias St. Pierre
2020-07-23
1
-6
/
+0
*
Fix DRBG reseed counter condition.
Vitezslav Cizek
2020-07-23
1
-2
/
+2
*
test/drbgtest.c: Fix error check test
Vitezslav Cizek
2020-07-23
1
-18
/
+22
*
EVP: deprecate the EVP_X_meth_ functions.
Pauli
2020-07-22
6
-7
/
+35
*
evp_test: use correct deallocation for EVP_CIPHER
Pauli
2020-07-22
1
-1
/
+1
*
evp_test: use correct deallocation for EVP_MD
Pauli
2020-07-22
1
-1
/
+1
*
81-test_cmp_cli.t: Avoid using 'tail', 'awk', and the '-s' option of 'lsof'
Dr. David von Oheimb
2020-07-22
1
-2
/
+2
*
Skip test_cmp_cli if 'lsof' or 'kill' command is not available
Dr. David von Oheimb
2020-07-22
1
-3
/
+8
*
Fix provider cipher reinit issue
Shane Lontis
2020-07-22
2
-7
/
+94
*
Add ERR_raise() errors to fips OSSL_provider_init and self tests.
Shane Lontis
2020-07-21
1
-17
/
+154
*
Fix API rename issue in shim layer that calls EVP_MAC_CTX_set_params
Shane Lontis
2020-07-21
1
-1
/
+1
*
Fix trailing whitespace mismatch error when running 02-test_errstr.
Shane Lontis
2020-07-17
1
-1
/
+5
*
99-test_fuzz.t: Clean up and re-organize such that sub-tests could be split e...
Dr. David von Oheimb
2020-07-16
3
-23
/
+53
*
test/run_tests.pl: In parallel runs, start those tests first that run longest
Dr. David von Oheimb
2020-07-16
1
-33
/
+43
*
Update copyright year
Richard Levitte
2020-07-16
9
-9
/
+9
*
Revert "kdf: make function naming consistent."
Matt Caswell
2020-07-16
2
-38
/
+37
[next]