History log of /openssl/test/evp_test.c (Results 226 – 250 of 266)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 71f60ef3 05-Jan-2017 Dr. Stephen Henson

Remove BIO_seek/BIO_tell from evp_test.c

BIO_seek and BIO_tell can cause problems with evp_test.c on some platforms.
Avoid them by using a temporary memory BIO to store key PEM data.

Remove BIO_seek/BIO_tell from evp_test.c

BIO_seek and BIO_tell can cause problems with evp_test.c on some platforms.
Avoid them by using a temporary memory BIO to store key PEM data.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2183)

show more ...


# cd3fe0e0 16-Dec-2016 Richard Levitte

evp_test: when function and reason strings aren't available, just skip

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2093)


# 99f2f1dc 10-Dec-2016 Dr. Stephen Henson

Add function and reason checking to evp_test

Add options to check the function and reason code matches expected values.

Reviewed-by: Richard Levitte <levitte@openssl.org>


# cce65266 10-Dec-2016 Dr. Stephen Henson

Additional error tests in evp_test.c

Support checking for errors during test initialisation and parsing.

Add errors and tests for key operation initalisation and ctrl errors.

Additional error tests in evp_test.c

Support checking for errors during test initialisation and parsing.

Add errors and tests for key operation initalisation and ctrl errors.

Reviewed-by: Rich Salz <rsalz@openssl.org>

show more ...


# 024d681e 17-Nov-2016 Todd Short

Skipping tests in evp_test leaks memory

When configured with "no-mdc2 enable-crypto-mdebug" the evp_test
will leak memory due to skipped tests, and error out.

Also fix a skip co

Skipping tests in evp_test leaks memory

When configured with "no-mdc2 enable-crypto-mdebug" the evp_test
will leak memory due to skipped tests, and error out.

Also fix a skip condition

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1968)

show more ...


# dfbdf4ab 10-Nov-2016 Richard Levitte

Fix the evp_test Ctrl keyword processing

Skip the test if the value after ":" is a disabled algorithm, rather
than failing it

Reviewed-by: Matt Caswell <matt@openssl.org>


Revision tags: OpenSSL_1_0_2j, OpenSSL_1_1_0b, OpenSSL_1_0_1u, OpenSSL_1_0_2i, OpenSSL_1_1_0a, OpenSSL_1_1_0
# ce7a2232 12-Aug-2016 Rich Salz

Check for bad filename in evp_test

Thanks to Brian Carpter for reporting this.

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>


Revision tags: OpenSSL_1_1_0-pre6, OpenSSL-fips-2_0_13
# 440e5d80 17-May-2016 Rich Salz

Copyright consolidation 02/10

Reviewed-by: Richard Levitte <levitte@openssl.org>


# ff715da4 09-May-2016 Andy Polyakov

test/evp_test.c: exercise in-place encryption.

Reviewed-by: Emilia Käsper <emilia@openssl.org>


Revision tags: OpenSSL_1_0_1t, OpenSSL_1_0_2h
# 9a2d2fb3 23-Apr-2016 Andy Polyakov

test/evp_test.c: exercise different combinations of data misalignment.

Reviewed-by: Emilia Käsper <emilia@openssl.org>


Revision tags: OpenSSL_1_1_0-pre5
# 14f051a0 13-Apr-2016 Rich Salz

Make string_to_hex/hex_to_string public

Give the API new names, document it.

Reviewed-by: Richard Levitte <levitte@openssl.org>


# 02b91dcf 06-Apr-2016 Andy Polyakov

test/[dane|evp_]test.c: BIO-fy file I/O.

Reviewed-by: Richard Levitte <levitte@openssl.org>


# 83bd31da 21-Mar-2016 Matt Caswell

Fix no-scrypt

Fix the evp tests when no-scrypt is used.

Reviewed-by: Richard Levitte <levitte@openssl.org>


# 96bea000 18-Mar-2016 Matt Caswell

Fix no-des

Numerous fixes for no-des.

Reviewed-by: Rich Salz <rsalz@openssl.org>


# b4a3aeeb 18-Mar-2016 Matt Caswell

Fix no-cmac

There were a couple of CMAC references without OPENSSL_NO_CMAC guards.

Reviewed-by: Rich Salz <rsalz@openssl.org>


Revision tags: OpenSSL_1_1_0-pre4
# 7d04be79 01-Mar-2016 Dr. Stephen Henson

Generalise KDF test in evp_test.c

Reviewed-by: Rich Salz <rsalz@openssl.org>


# 23a9808c 01-Mar-2016 Dr. Stephen Henson

Add Ctrl keyword to KDF test in evp_test

Reviewed-by: Rich Salz <rsalz@openssl.org>


Revision tags: OpenSSL_1_0_1s, OpenSSL_1_0_2g, OpenSSL_1_1_0-pre3, OpenSSL-fips-2_0_12
# 8793f012 08-Feb-2016 Matt Caswell

Clean up the tests for auto-init/de-init

Remove the need to explicitly initialise/deinitialise for the tests

Reviewed-by: Richard Levitte <levitte@openssl.org>


Revision tags: OpenSSL_1_0_1r, OpenSSL_1_0_2f
# 541e9565 14-Jan-2016 Dr. Stephen Henson

If memory debugging enabled return error on leaks.

Reviewed-by: Rich Salz <rsalz@openssl.org>


# 4ddd5ace 30-Jan-2016 Dr. Stephen Henson

handle "Ctrl" in separate function

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>


# d4ad48d7 29-Jan-2016 Dr. Stephen Henson

Add support for EVP_PKEY_derive in evp_test

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>


# bc9d9ce2 29-Jan-2016 Dr. Stephen Henson

fix warning

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>


Revision tags: OpenSSL_1_1_0-pre2
# 34980760 18-Dec-2015 Rich Salz

Remove /* foo.c */ comments

This was done by the following
find . -name '*.[ch]' | /tmp/pl
where /tmp/pl is the following three-line script:
print unless $. == 1

Remove /* foo.c */ comments

This was done by the following
find . -name '*.[ch]' | /tmp/pl
where /tmp/pl is the following three-line script:
print unless $. == 1 && m@/\* .*\.[ch] \*/@;
close ARGV if eof; # Close file to reset $.

And then some hand-editing of other files.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>

show more ...


# 44a284d2 19-Jan-2016 Dr. Stephen Henson

Add TLS1-PRF test support to evp_test

Reviewed-by: Matt Caswell <matt@openssl.org>


# c2e27310 10-Jan-2016 Viktor Dukhovni

Enable/disable crypto-mdebug just like other features

Also always abort() on leak failure.

Reviewed-by: Stephen Henson <steve@openssl.org>


1234567891011