| Commit message (Expand) | Author | Age | Files | Lines |
* | Update regress test to handle change to ssl_cipher_list_to_bytes(). | jsing | 2016-12-04 | 1 | -10/+11 |
* | Update regress for IDEA cipher suite removal. | jsing | 2016-11-06 | 1 | -83/+83 |
* | Add regress test script for openssl command. | inoguchi | 2016-11-06 | 3 | -2/+966 |
* | Add regress for X25519, converted from BoringSSL. | jsing | 2016-11-05 | 3 | -1/+150 |
* | Set PROG so that the binary correctly gets recompiled when the libraries | miod | 2016-11-05 | 1 | -11/+5 |
* | Move pqueue regress from libcrypto to libssl, since that's where the pqueue | jsing | 2016-11-04 | 5 | -5/+5 |
* | Some tests require internal symbols; have them link with the static | guenther | 2016-11-04 | 4 | -8/+10 |
* | Update client hello messages to follow the removal of fixed ECDH. | jsing | 2016-10-19 | 1 | -89/+65 |
* | Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works. | schwarze | 2016-09-05 | 1 | -2/+2 |
* | test wcrtomb(3) | schwarze | 2016-09-04 | 2 | -0/+93 |
* | test mbrtowc(3) in conjunction with mbsinit(3) | schwarze | 2016-09-03 | 2 | -0/+93 |
* | import new BN tests from OpenSSL | bcook | 2016-09-03 | 2 | -167/+434 |
* | remove unneeded reach-around include | bcook | 2016-09-03 | 1 | -2/+2 |
* | Print SKIPPED if a regress test cannot be executed for some reason. | bluhm | 2016-09-02 | 1 | -2/+3 |
* | Fix build of regress after source moves | beck | 2016-09-02 | 1 | -2/+2 |
* | Make this regress build again | beck | 2016-09-02 | 2 | -4/+4 |
* | Enable ALPN regress now that it passes. | jsing | 2016-08-27 | 1 | -4/+2 |
* | Pull in <stdio.h> for NULL | guenther | 2016-08-27 | 1 | -1/+2 |
* | Fix usage() output and getopt sorting | guenther | 2016-07-13 | 1 | -6/+6 |
* | add ca cert error check and make the path configurable | bcook | 2016-07-07 | 1 | -1/+9 |
* | remove extra assignment of s from 1.11, fix regression test | bcook | 2016-07-05 | 1 | -2/+1 |
* | On systems where we do not have BN_ULLONG defined (most 64-bit systems), | bcook | 2016-07-05 | 1 | -4/+24 |
* | make less awful.. test against cloudflare too | beck | 2016-07-05 | 2 | -9/+19 |
* | Add a nasty little ocsp regress test in the hope pedants will make it better. | beck | 2016-07-04 | 3 | -1/+140 |
* | Remove flags for disabling constant-time operations. | bcook | 2016-06-30 | 2 | -70/+33 |
* | Gix misleading indent pointed out by GCC 6.1.libressl-v2.4.0 | bcook | 2016-05-30 | 1 | -4/+4 |
* | Nuke sigret.c | beck | 2016-05-29 | 2 | -198/+0 |
* | We don't have sigreturn anymore | beck | 2016-05-29 | 1 | -2/+2 |
* | tests for the two segfaults in backref() that were just fixed | schwarze | 2016-05-26 | 1 | -1/+4 |
* | Fix an oversight that caused the test program to segfault: | schwarze | 2016-05-26 | 1 | -2/+2 |
* | systematically test all combinations of REG_STARTEND, REG_NEWLINE, | schwarze | 2016-05-26 | 1 | -9/+85 |
* | support for testing REG_STARTEND together with REG_NOTBOL | schwarze | 2016-05-26 | 1 | -1/+4 |
* | Update regress test to reflect changes in the cipher list. | jsing | 2016-04-28 | 1 | -61/+62 |
* | Update AEAD regress to match EVP_aead_chacha20_poly1305() changes. | jsing | 2016-04-28 | 2 | -83/+83 |
* | After opening an AEAD, ensure that the decrypted output matches the | jsing | 2016-04-13 | 1 | -0/+5 |
* | check return value for BN_hex2bn in regression tests | bcook | 2016-03-13 | 1 | -4/+10 |
* | Add a test for negated POSIX characer classes. | millert | 2016-02-26 | 1 | -0/+1 |
* | initialize pointer to avoid undefined free on failure | bcook | 2015-12-28 | 1 | -2/+2 |
* | Make sure we use a sigjmp_buf in the sigsetjmp() part of the test. | miod | 2015-11-08 | 4 | -4/+7 |
* | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | reyk | 2015-11-02 | 2 | -0/+42 |
* | print unsigned ints with %u, not %d. Reported by Pascal Cuoq. | miod | 2015-10-30 | 1 | -2/+2 |
* | Add explicit LL suffixes to the numerical constants which do not fit in 32 bits. | miod | 2015-10-30 | 1 | -8/+8 |
* | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | miod | 2015-10-30 | 2 | -0/+2 |
* | Change test to use length 128 (shortest long-form encoding).libressl-v2.3.1 | doug | 2015-10-25 | 1 | -2/+2 |
* | Hide __atexit and __atexit_register_cleanup() | guenther | 2015-10-25 | 1 | -2/+3 |
* | Missing initializer; spotted by coverity. | miod | 2015-10-25 | 1 | -2/+2 |
* | Use dprintf() instead of fprintf() in the signal handler | guenther | 2015-10-25 | 1 | -3/+4 |
* | Cast ctype functions' arguments to unsigned char. | mmcc | 2015-10-23 | 1 | -5/+5 |
* | Add ifnameindex to te libc regress tests | claudio | 2015-10-23 | 1 | -3/+3 |
* | Add a regress test for if_indextoname() and if_nametoindex() | claudio | 2015-10-22 | 2 | -0/+42 |