#
0443b117 |
| 29-Jul-2017 |
Bernd Edlinger |
Add some test coverage for PEM_read_bio_PrivateKey Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4047)
|
#
4c0669dc |
| 12-Jul-2017 |
Richard Levitte |
test/recipes/90-test_store.t: Add a few cases with files starting with 'file:' These cases are performed on Linux only. They check that files with names starting with 'file:' can be pro
test/recipes/90-test_store.t: Add a few cases with files starting with 'file:' These cases are performed on Linux only. They check that files with names starting with 'file:' can be processed as well. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3907)
show more ...
|
#
346bf1a2 |
| 11-Jul-2017 |
Richard Levitte |
test/recipes/90-test_store.t: Test absolute files We haven't tested plain absolute paths without making them URIs... Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from
test/recipes/90-test_store.t: Test absolute files We haven't tested plain absolute paths without making them URIs... Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3907)
show more ...
|
#
94437ceb |
| 11-Jul-2017 |
Richard Levitte |
test/recipes/90-test_store.t: Rename some functions to_rel_file_uri really treated all files appropriately, absolute and relative alike, and really just constructs a URI, so gets renamed
test/recipes/90-test_store.t: Rename some functions to_rel_file_uri really treated all files appropriately, absolute and relative alike, and really just constructs a URI, so gets renamed to to_file_uri to_file_uri, on the other hand, forces the path into an absolute one, so gets renamed to to_abs_file_uri Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3907)
show more ...
|
#
2fad1dd2 |
| 18-May-2017 |
Richard Levitte |
STORE test recipe: Remove comment refering to OpenConnect These tests were inspired by OpenConnect and incorporated by permission of David Woodhouse under CLA Reviewed-by: Matt
STORE test recipe: Remove comment refering to OpenConnect These tests were inspired by OpenConnect and incorporated by permission of David Woodhouse under CLA Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3542)
show more ...
|
#
d32e10d6 |
| 07-Feb-2017 |
Richard Levitte |
Test that storeutl with a directory path works as expected Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3542)
|
Revision tags: OpenSSL_1_0_2k, OpenSSL_1_1_0d |
|
#
6d737ea0 |
| 05-Dec-2016 |
Richard Levitte |
STORE tests: add PKCS#12 tests Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3542)
|
Revision tags: OpenSSL-fips-2_0_15 |
|
#
e1613d9f |
| 19-Nov-2016 |
Richard Levitte |
Add a test that checks the store utility Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3542)
|