| Commit message (Expand) | Author | Age | Files | Lines |
* | use C rather than C++ array initialization syntax | bcook | 2014-08-16 | 1 | -37/+37 |
* | AF_IMPLINK and AF_BLUETOOTH are gone, but add printing of SOCK_SEQPACKET | guenther | 2014-08-10 | 1 | -6/+5 |
* | remove non-portable __progname extern from arc4random unit test. | bcook | 2014-07-28 | 1 | -2/+1 |
* | Switch from <sys/endian.h> or <machine/endian.h> to the new, | guenther | 2014-07-21 | 1 | -2/+2 |
* | Fix ordering breakage, moving the fclose() test last again. | guenther | 2014-07-20 | 1 | -6/+22 |
* | Make sure the correct errno is reported by warn* or err* and not | guenther | 2014-07-20 | 6 | -5/+11 |
* | Delete unused variables found by -Wall | guenther | 2014-07-20 | 5 | -5/+2 |
* | Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org) | guenther | 2014-07-20 | 1 | -0/+1 |
* | Fix tlsext_tick_lifetime_hint value in test #2 to make sure the | miod | 2014-07-16 | 1 | -29/+29 |
* | Add a regress test for the ASN1 handling of SSL session tickets. | jsing | 2014-07-13 | 3 | -1/+389 |
* | More KNF. | jsing | 2014-07-12 | 1 | -95/+108 |
* | Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH and | jsing | 2014-07-12 | 1 | -41/+0 |
* | Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSL | miod | 2014-07-11 | 1 | -0/+57 |
* | Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; from | miod | 2014-07-11 | 3 | -1/+224 |
* | Remove PSK from the ssl regress. | jsing | 2014-07-11 | 2 | -134/+1 |
* | replace u_int32_t with uint32_t | bcook | 2014-07-11 | 1 | -4/+5 |
* | Fix dumb copy/paste mistake. | matthew | 2014-07-11 | 1 | -3/+3 |
* | Fix explicit_bzero regress for Solaris and OS X compatibility | matthew | 2014-07-11 | 1 | -27/+68 |
* | Uncompress ssltest. | jsing | 2014-07-10 | 1 | -50/+0 |
* | Add some extra sanity checks to make sure the test functions actually | matthew | 2014-07-09 | 1 | -1/+13 |
* | Minor cleanups | matthew | 2014-07-09 | 1 | -5/+12 |
* | Better workaround for OS X sigaltstack() bug | matthew | 2014-07-09 | 1 | -15/+20 |
* | check for EINTR when calling waitpid. | bcook | 2014-07-09 | 1 | -2/+13 |
* | check if we were previously on a signal stack before restoring. | bcook | 2014-07-09 | 1 | -2/+3 |
* | Rewrite gcm128test as a table-driven regress instead of using defines. | jsing | 2014-07-09 | 2 | -293/+852 |
* | format string should be a string literal. | bcook | 2014-07-09 | 1 | -2/+2 |
* | remove use of internally-deprecated OPENSSL_malloc/free | bcook | 2014-07-08 | 1 | -3/+2 |
* | Include -DLIBRESSL_INTERNAL in regress makefiles. | jsing | 2014-07-08 | 39 | -78/+78 |
* | string.h is the correct file, not strings.h | bcook | 2014-07-08 | 1 | -2/+2 |
* | Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. | miod | 2014-07-03 | 2 | -4/+4 |
* | Add an initial regress test for pkcs7. | jsing | 2014-07-02 | 3 | -1/+300 |
* | Extend the chacha regress to cover the ChaCha interface, in addition to the | jsing | 2014-06-24 | 1 | -22/+99 |
* | Add regress tests for BIO_get_host_ip(). | jsing | 2014-06-22 | 1 | -2/+70 |
* | Add a skeleton regress for crypto/bio, which currently only covers | jsing | 2014-06-22 | 3 | -1/+94 |
* | Hook in the aead regress. | jsing | 2014-06-22 | 1 | -1/+2 |
* | matthew reminds me to update regress to reflect current spec | tedu | 2014-06-21 | 1 | -10/+3 |
* | Add DTLS support to ssltest and wire up some regress tests. | jsing | 2014-06-21 | 2 | -8/+41 |
* | Simple regress test for the amd64 bn_mul_mont bug found by Joyent | miod | 2014-06-20 | 3 | -2/+86 |
* | Move the crypto/bn regression test one directory deeper in preparation for | miod | 2014-06-20 | 3 | -7/+15 |
* | Always call atexit handlers as if they were registered with __cxa_atexit. | kettenis | 2014-06-18 | 1 | -5/+5 |
* | Add regress tests to make sure arc4random(3) is reinitialized | matthew | 2014-06-18 | 3 | -2/+181 |
* | Remove support for the `opaque PRF input' extension, which draft has expired | miod | 2014-06-13 | 1 | -32/+0 |
* | Add timingsafe_memcmp(). | matthew | 2014-06-13 | 1 | -5/+1 |
* | Add regress tests for timingsafe_bcmp and timingsafe_memcmp. | matthew | 2014-06-13 | 3 | -2/+86 |
* | Add regress test for explicit_bzero. | matthew | 2014-06-12 | 3 | -2/+145 |
* | Add basic regression test for modf() issue. | tobiasu | 2014-06-07 | 3 | -2/+40 |
* | Build with WARNINGS=Yes and Werror. | miod | 2014-06-01 | 2 | -12/+4 |
* | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | miod | 2014-06-01 | 40 | -65/+143 |
* | Move the cts128 and gcm128 tests to regress. | jsing | 2014-05-31 | 5 | -6/+530 |
* | KNF and other cleanup. | jsing | 2014-05-31 | 2 | -266/+295 |