Richard Levitte
a9c6d22105
Adapt all test programs
...
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3243 )
2017-04-24 18:09:01 +02:00
Rich Salz
f1e793cc97
Address review feedback (to be squashed)
...
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3189 )
2017-04-12 11:20:48 -04:00
Rich Salz
e2a29ad6c5
Convert x509aux, cipherlist, casttest
...
To new test framework
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3189 )
2017-04-12 10:01:26 -04:00
Richard Levitte
780bbb96bf
test/x509aux.c: Fix argv loop
...
There are cases when argc is more trustable than proper argv termination.
Since we trust argc in all other test programs, we might as well treat it
the same way in this program.
Reviewed-by: Matt Caswell <matt@openssl.org>
2016-09-21 16:19:22 +02:00
Viktor Dukhovni
fde2257f05
Fix i2d_X509_AUX, update docs and add tests
...
When *pp is NULL, don't write garbage, return an unexpected pointer
or leak memory on error.
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2016-05-11 01:46:06 -04:00