Age | Commit message (Expand) | Author |
2014-10-22 | #undef LIBRESSL_INTERNAL for the RAND_pseudo_bytes() test. | Joel Sing |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (most | Joel Sing |
2014-10-22 | None of these need <openssl/rand.h> | Joel Sing |
2014-10-13 | Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about | Joel Sing |
2014-10-13 | BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no | Joel Sing |
2014-10-13 | Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit | Joel Sing |
2014-09-28 | Make the goressl regress test compile again. | Joel Sing |
2014-09-27 | Fix mmap() calls that check for a result other than MAP_FAILED. | Doug Hogan |
2014-09-21 | Add support for word anchors \< and \> to regex regression tests. | Doug Hogan |
2014-09-19 | Fix on 32bit platforms where 0xdeadbeef > LONG_MAX. | Ingo Schwarze |
2014-08-26 | Update regress to follow openssl(1) move. | Joel Sing |
2014-08-16 | replace sprintf/strdup with asprintf in engine test | bcook |
2014-08-16 | use C rather than C++ array initialization syntax | bcook |
2014-08-10 | guenther wants a copyright | Ted Unangst |
2014-08-10 | AF_IMPLINK and AF_BLUETOOTH are gone, but add printing of SOCK_SEQPACKET | Philip Guenther |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther |
2014-07-28 | remove non-portable __progname extern from arc4random unit test. | bcook |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2014-07-20 | Fix ordering breakage, moving the fclose() test last again. | Philip Guenther |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-07-20 | Delete unused variables found by -Wall | Philip Guenther |
2014-07-20 | Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org) | Philip Guenther |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-16 | Fix tlsext_tick_lifetime_hint value in test #2 to make sure the | Miod Vallat |
2014-07-14 | Hook in libressl to regress. | Joel Sing |
2014-07-14 | Sort SUBDIRs. | Joel Sing |
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 |