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