Age | Commit message (Expand) | Author |
2016-01-27 | Properly initialize sin_family. | Jeremie Courreges-Anglas |
2015-12-28 | initialize pointer to avoid undefined free on failure | Brent Cook |
2015-11-19 | hint: compile before commit | Theo de Raadt |
2015-11-08 | Make sure we use a sigjmp_buf in the sigsetjmp() part of the test. | Miod Vallat |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-02 | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | Reyk Floeter |
2015-10-30 | print unsigned ints with %u, not %d. Reported by Pascal Cuoq. | Miod Vallat |
2015-10-30 | Add explicit LL suffixes to the numerical constants which do not fit in 32 bits. | Miod Vallat |
2015-10-30 | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | Miod Vallat |
2015-10-25 | Change test to use length 128 (shortest long-form encoding). | Doug Hogan |
2015-10-25 | Hide __atexit and __atexit_register_cleanup() | Philip Guenther |
2015-10-25 | Missing initializer; spotted by coverity. | Miod Vallat |
2015-10-25 | Use dprintf() instead of fprintf() in the signal handler | Philip Guenther |
2015-10-23 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-10-23 | Add ifnameindex to te libc regress tests | Claudio Jeker |
2015-10-22 | Add a regress test for if_indextoname() and if_nametoindex() | Claudio Jeker |
2015-10-22 | Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL | Joel Sing |
2015-10-22 | Fix case where we wanted to test ASN1_TIME_set_string() but were testing | Joel Sing |
2015-10-22 | Fix case where we wanted to test ASN1_TIME_set_string() but were testing | Joel Sing |
2015-10-22 | Add a regress for libc handling of SIGTHR | Philip Guenther |
2015-10-19 | Change regress to not believe legacy times are valid | Bob Beck |
2015-10-18 | Need <string.h> for memset() | Philip Guenther |
2015-10-13 | Single byte read/write tests. | Joel Sing |
2015-10-13 | Add test coverage for peer certificate info and connection info. | Joel Sing |
2015-10-13 | Make regress work again post hackathon tls_handshake/tls_read/tls_write | Joel Sing |
2015-10-02 | Add another invalid time, which is currently accepted. | Joel Sing |
2015-09-30 | Fix a bug in the regress, and be much more pedantic about what is allowed | Bob Beck |
2015-09-29 | Add an rfc5280 test suite to test x509_cmp_time. | Bob Beck |
2015-09-29 | Fix sha2 regression test for libcrypto. | Doug Hogan |
2015-09-27 | check if openssl(1) actually works before proceeding | Brent Cook |
2015-09-25 | Add DER encoding/decoding coverage for ASN.1 GENERALIZEDTIME and UTCTIME. | Joel Sing |
2015-09-25 | Add initial regress tests for ASN.1 times. | Joel Sing |
2015-09-14 | init a variable to avoid spurious failure | Philip Guenther |
2015-09-14 | Check pselect, poll, and ppoll too | Philip Guenther |
2015-09-14 | Add regress for cancellation of wait/waitpid/wait3/wait4 | Philip Guenther |
2015-09-14 | Test the exported strsignal() API, not the (now hidden) internal API | Philip Guenther |
2015-09-14 | Temporarily revive MD4 for MS CHAP support. | Doug Hogan |
2015-09-13 | Remove MD4 support from LibreSSL. | Doug Hogan |
2015-09-13 | Another style(9) grenade. | Joel Sing |
2015-09-13 | Remove SHA-0 support. | Doug Hogan |
2015-09-13 | Revise regression test so that it works correctly with AES taking priority | Joel Sing |
2015-09-13 | Remove explicit NULL checks before *_free() calls and tidy some code. | Joel Sing |
2015-09-13 | Use ECDH_size() and do some other clean up. | Joel Sing |
2015-09-13 | remove e_os2.h includes | Brent Cook |
2015-09-13 | Wrap long lines. | Joel Sing |
2015-09-13 | style(9) grenade. | Joel Sing |
2015-09-12 | Cleanup enginetest a bit. | Brent Cook |
2015-09-11 | regress test that we do not allow a wildcard match for ".openbsd.org" | Bob Beck |
2015-09-11 | fix verify to allow for servername->name | Bob Beck |
2015-09-01 | Add an initial TLS client regress, which currently covers ClientHello | Joel Sing |