Age | Commit message (Expand) | Author |
2014-07-14 | Update regress test to work with ressl API changes. | Joel Sing |
2014-07-13 | Add a regress test for the ASN1 handling of SSL session tickets. | Joel Sing |
2014-07-12 | More KNF. | Joel Sing |
2014-07-12 | Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH and | Joel Sing |
2014-07-12 | Add an initial regress test for libressl, which calls ressl from Go and | Joel Sing |
2014-07-11 | Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSL | Miod Vallat |
2014-07-11 | Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; from | Miod Vallat |
2014-07-11 | Remove PSK from the ssl regress. | Joel Sing |
2014-07-11 | replace u_int32_t with uint32_t | bcook |
2014-07-11 | Fix dumb copy/paste mistake. | Matthew Dempsky |
2014-07-11 | Fix explicit_bzero regress for Solaris and OS X compatibility | Matthew Dempsky |
2014-07-10 | Uncompress ssltest. | Joel Sing |
2014-07-09 | Add some extra sanity checks to make sure the test functions actually | Matthew Dempsky |
2014-07-09 | Minor cleanups | Matthew Dempsky |
2014-07-09 | Better workaround for OS X sigaltstack() bug | Matthew Dempsky |
2014-07-09 | check for EINTR when calling waitpid. | bcook |
2014-07-09 | check if we were previously on a signal stack before restoring. | bcook |
2014-07-09 | Rewrite gcm128test as a table-driven regress instead of using defines. | Joel Sing |
2014-07-09 | format string should be a string literal. | bcook |
2014-07-08 | remove use of internally-deprecated OPENSSL_malloc/free | bcook |
2014-07-08 | Include -DLIBRESSL_INTERNAL in regress makefiles. | Joel Sing |
2014-07-08 | string.h is the correct file, not strings.h | bcook |
2014-07-03 | Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. | Miod Vallat |
2014-07-02 | Add an initial regress test for pkcs7. | Joel Sing |
2014-06-24 | Extend the chacha regress to cover the ChaCha interface, in addition to the | Joel Sing |
2014-06-22 | Add regress tests for BIO_get_host_ip(). | Joel Sing |
2014-06-21 | matthew reminds me to update regress to reflect current spec | Ted Unangst |
2014-06-13 | Add timingsafe_memcmp(). | Matthew Dempsky |
2014-06-22 | Add a skeleton regress for crypto/bio, which currently only covers | Joel Sing |
2014-06-22 | Hook in the aead regress. | Joel Sing |
2014-06-21 | Add DTLS support to ssltest and wire up some regress tests. | Joel Sing |
2014-06-20 | Simple regress test for the amd64 bn_mul_mont bug found by Joyent | Miod Vallat |
2014-06-20 | Move the crypto/bn regression test one directory deeper in preparation for | Miod Vallat |
2014-06-18 | Always call atexit handlers as if they were registered with __cxa_atexit. | Mark Kettenis |
2014-06-18 | Add regress tests to make sure arc4random(3) is reinitialized | Matthew Dempsky |
2014-06-13 | Remove support for the `opaque PRF input' extension, which draft has expired | Miod Vallat |
2014-06-13 | Add regress tests for timingsafe_bcmp and timingsafe_memcmp. | Matthew Dempsky |
2014-06-12 | Add regress test for explicit_bzero. | Matthew Dempsky |
2014-06-07 | Add basic regression test for modf() issue. | Tobias Ulmer |
2014-06-01 | Build with WARNINGS=Yes and Werror. | Miod Vallat |
2014-06-01 | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | Miod Vallat |
2014-04-15 | Import the OpenSSL libcrypto tests in a form suitable for our rergress | Miod Vallat |
2014-05-31 | Move the cts128 and gcm128 tests to regress. | Joel Sing |
2014-05-31 | KNF and other cleanup. | Joel Sing |
2014-05-30 | Move sha256 and sha512 tests to regress and wire them up. | Joel Sing |
2014-05-30 | Move the AES wrap test code into regress. | Joel Sing |
2014-05-26 | Update the aead regress to work with the improved EVP AEAD API. | Joel Sing |
2014-05-24 | Add the RFC 7027 test vectors; from OpenSSL HEAD | Miod Vallat |
2014-05-24 | Move ssltest.c to a regress test. | Joel Sing |
2014-05-24 | remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests. | Bob Beck |