#
43708c15 |
| 27-Mar-2017 |
Rich Salz |
Move PRIu64, OSSLzu to e_os.h Those macros are private, not public. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3044)
|
#
508ee8f5 |
| 16-Mar-2017 |
Pauli |
Add unit tests for the lhash functionality. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/open
Add unit tests for the lhash functionality. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2965)
show more ...
|
#
2e21539b |
| 15-Mar-2017 |
Dr. Stephen Henson |
Add ExpectedClientCANames Add ExpectedClientCANames: for client auth this checks to see if the list of certificate authorities supplied by the server matches the expected value.
Add ExpectedClientCANames Add ExpectedClientCANames: for client auth this checks to see if the list of certificate authorities supplied by the server matches the expected value. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2969)
show more ...
|
#
6bc6ca62 |
| 16-Mar-2017 |
Matt Caswell |
Add tests for the padding extension Check that the padding extension pads correctly for various scenarios. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github
Add tests for the padding extension Check that the padding extension pads correctly for various scenarios. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2968)
show more ...
|
#
98374961 |
| 14-Mar-2017 |
Pauli |
Unit tests for crypto/stack. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/29
Unit tests for crypto/stack. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2924)
show more ...
|
#
ee6d9dfb |
| 04-Mar-2017 |
Andy Polyakov |
test: add chacha_internal_test. Reviewed-by: Richard Levitte <levitte@openssl.org>
|
#
c1074ce0 |
| 06-Mar-2017 |
Matt Caswell |
Add a test to check that we correctly handle record overflows Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2861)
|
#
2f0ca54c |
| 28-Feb-2017 |
Emilia Kasper |
Remove some obsolete/obscure internal define switches: - FLAT_INC - PKCS1_CHECK (the SSL_OP_PKCS1_CHECK options have been no-oped) - PKCS_TESTVECT (debugging leftovers) - S
Remove some obsolete/obscure internal define switches: - FLAT_INC - PKCS1_CHECK (the SSL_OP_PKCS1_CHECK options have been no-oped) - PKCS_TESTVECT (debugging leftovers) - SSL_AD_MISSING_SRP_USERNAME (unfinished feature) - DTLS_AD_MISSING_HANDSHAKE_MESSAGE (unfinished feature) - USE_OBJ_MAC (note this removes a define from the public header but very unlikely someone would be depending on it) - SSL_FORBID_ENULL Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Stephen Henson <steve@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org>
show more ...
|
#
629192c1 |
| 28-Feb-2017 |
Rich Salz |
Exdata test was never enabled. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2787)
|
#
c5055adf |
| 28-Feb-2017 |
Dr. Stephen Henson |
Revert rc4test removal, it performs additional tests not in evptests.txt Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2789)
|
#
816060d2 |
| 28-Feb-2017 |
Dr. Stephen Henson |
Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2 Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2784)
|
#
a2121e14 |
| 28-Feb-2017 |
Dr. Stephen Henson |
Remove wp_test.c: exactly the same tests are in evptests.txt Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github
Remove wp_test.c: exactly the same tests are in evptests.txt Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2783)
show more ...
|
#
80770da3 |
| 17-Feb-2017 |
Emilia Kasper |
X509 time: tighten validation per RFC 5280 - Reject fractional seconds - Reject offsets - Check that the date/time digits are in valid range. - Add documentation for X509_cmp_tim
X509 time: tighten validation per RFC 5280 - Reject fractional seconds - Reject offsets - Check that the date/time digits are in valid range. - Add documentation for X509_cmp_time GH issue 2620 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
show more ...
|
#
6e3dac19 |
| 30-Jan-2017 |
Benjamin Kaduk |
Tests for SSL_bytes_to_cipher_list() Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/p
Tests for SSL_bytes_to_cipher_list() Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2279)
show more ...
|
#
3f5616d7 |
| 11-Jan-2017 |
Todd Short |
Add support for parameterized SipHash The core SipHash supports either 8 or 16-byte output and a configurable number of rounds. The default behavior, as added to EVP, is to use 16-by
Add support for parameterized SipHash The core SipHash supports either 8 or 16-byte output and a configurable number of rounds. The default behavior, as added to EVP, is to use 16-byte output and 2,4 rounds, which matches the behavior of most implementations. There is an EVP_PKEY_CTRL that can control the output size. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2216)
show more ...
|
#
e463cb39 |
| 23-Jan-2017 |
Matt Caswell |
Enable wpacket test on shared builds Now that we support internal tests properly, we can test wpacket even in shared builds. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merg
Enable wpacket test on shared builds Now that we support internal tests properly, we can test wpacket even in shared builds. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2259)
show more ...
|
#
6a15d5b6 |
| 12-Jan-2017 |
Richard Levitte |
UI: fix uitest for VMS - On VMS, apps/apps.c depends on apps/vms_term_sock.c, so add it to the build - On VMS, apps/*.c are compiled with default symbol settings, i.e. upperc
UI: fix uitest for VMS - On VMS, apps/apps.c depends on apps/vms_term_sock.c, so add it to the build - On VMS, apps/*.c are compiled with default symbol settings, i.e. uppercased and truncated symbols, which differs from test programs. Make sure uitest.c knows that with a few pragmas. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2218)
show more ...
|
#
66ed24b1 |
| 10-Jan-2017 |
Richard Levitte |
Add a test "uitest" It tests both the use of UI_METHOD (through the apps/apps.h API) and wrapping an older style PEM password callback in a UI_METHOD. Replace the earlier UI tes
Add a test "uitest" It tests both the use of UI_METHOD (through the apps/apps.h API) and wrapping an older style PEM password callback in a UI_METHOD. Replace the earlier UI test with a run of this test program Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2204)
show more ...
|
#
f1b25aae |
| 30-Dec-2016 |
Matt Caswell |
Provide some tests for the sig algs API Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2160)
|
#
2b406990 |
| 28-Nov-2016 |
Rich Salz |
CRL critical extension bugfix More importantly, port CRL test from boringSSL crypto/x509/x509_test.cc Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://git
CRL critical extension bugfix More importantly, port CRL test from boringSSL crypto/x509/x509_test.cc Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1775)
show more ...
|
Revision tags: OpenSSL-fips-2_0_15 |
|
#
f01675c6 |
| 17-Nov-2016 |
Matt Caswell |
Add a test for TLSv1.3 encryption using the new nonce construction Reviewed-by: Rich Salz <rsalz@openssl.org>
|
#
8d1ebff4 |
| 28-Nov-2016 |
Rich Salz |
Make bntest be (mostly) file-based. Test suite used from boring, written by David Benjamin. Test driver converted from C++ to C. Added a Perl program to check the testsuite file.
Make bntest be (mostly) file-based. Test suite used from boring, written by David Benjamin. Test driver converted from C++ to C. Added a Perl program to check the testsuite file. Extensive review feedback incorporated (thanks folks). Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
show more ...
|
#
fb83f20c |
| 17-Nov-2016 |
Matt Caswell |
Update tls13secretstest to use the new simpler test framework Reviewed-by: Rich Salz <rsalz@openssl.org>
|
#
52fe14e6 |
| 19-Nov-2016 |
Dr. Stephen Henson |
Add test to check EVP_PKEY method ordering. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
Revision tags: OpenSSL-fips-2_0_14 |
|
#
e72040c1 |
| 13-Nov-2016 |
Richard Levitte |
Remove heartbeat support Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1669)
|