Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make error messages look like other test cases. | tb | 2019-11-27 | 1 | -4/+4 | |
| | ||||||
* | Add glue for new RSA-OAEP tests. | tb | 2019-11-27 | 1 | -2/+158 | |
| | ||||||
* | Skip tests with unsupported signature algorithm SHA512/224 as well. | tb | 2019-11-27 | 1 | -2/+2 | |
| | ||||||
* | The DSA test vectors were split up and more tests were added. | tb | 2019-11-27 | 1 | -2/+2 | |
| | | | | Enable them, as all of them pass. | |||||
* | New failure mode for AES-CCM: "very long nonce". | tb | 2019-11-27 | 1 | -2/+2 | |
| | ||||||
* | Prepare update of wycheproof-testvectors. Skip some tests for things | tb | 2019-11-27 | 1 | -2/+10 | |
| | | | | | we don't support in LibreSSL and make sure we run as many tests as possible. | |||||
* | Nuke trailing whitespace that is annoying before changing things in here | beck | 2019-11-26 | 1 | -6/+6 | |
| | ||||||
* | Sync tests with current NetBSD. Enable t_mkfifo test. | bluhm | 2019-11-22 | 6 | -27/+44 | |
| | | | | from Moritz Buhl | |||||
* | Link system call tests to build. | bluhm | 2019-11-19 | 1 | -1/+2 | |
| | ||||||
* | Import NetBSD system call regression tests. They were written with | bluhm | 2019-11-19 | 49 | -0/+10692 | |
| | | | | | | | | ATF (Automated Testing Framework), so we use a small wrapper to map it to our bsd.regress.mk framework. Only half of the 80 NetBSD tests have been taken, the others need more work to adapt. Of them 34 syscall tests pass. Moritz Buhl ported the tests to OpenBSD. | |||||
* | fix printing of client app secret | beck | 2019-11-18 | 1 | -2/+2 | |
| | ||||||
* | Add regress for the updating of sever and client application secrets | beck | 2019-11-18 | 1 | -2/+47 | |
| | ||||||
* | It has been called to my attention that the cookie monster ascii art | beck | 2019-11-10 | 1 | -17/+7 | |
| | | | | | | | | | in this test which I had obtained from a site purporting it to be free for use with artist attribtion might not be. After looking at at some other muppett ascii art for inspiration I am replacing this with my own ascii art muppet to replace the previously used cookie monster. The copyright for the art is the same as my code. | |||||
* | use curly braces for consistency | tb | 2019-11-06 | 1 | -2/+2 | |
| | ||||||
* | Add regress for CMS sign and verify. | jsing | 2019-11-04 | 1 | -2/+125 | |
| | ||||||
* | Hook cms regress. | jsing | 2019-11-02 | 1 | -1/+2 | |
| | ||||||
* | Include cms.h. | jsing | 2019-11-02 | 1 | -1/+2 | |
| | ||||||
* | Initial regress for cms. | jsing | 2019-11-02 | 2 | -0/+199 | |
| | ||||||
* | Add tls_conn_cipher_strength() to gotls regress. | jsing | 2019-11-02 | 2 | -2/+20 | |
| | ||||||
* | Feed the bntest output to bc(1). This checks the result of the big | bluhm | 2019-09-05 | 2 | -13/+16 | |
| | | | | | | num calculations and avoids lots of ugly output to stdout. Remove fflush(3) of stderr, it is unbuffered anyway. with Moritz Buhl | |||||
* | check for asprintf failing allocation | deraadt | 2019-06-27 | 1 | -1/+4 | |
| | ||||||
* | Set malloc_options in global scope with an initializer. | bluhm | 2019-06-12 | 2 | -10/+8 | |
| | | | | recommended by otto@ | |||||
* | Disable junking with malloc options. If set, the test hangs on low | bluhm | 2019-06-11 | 1 | -2/+5 | |
| | | | | | memory arm64 machines. found by patrick@; OK otto@ | |||||
* | Move to env var, likelky the possibility to set malloc options from | otto | 2019-06-04 | 2 | -19/+8 | |
| | | | | main is going away. | |||||
* | Throw malloc_conceal and freezero into the mix. | otto | 2019-05-23 | 1 | -3/+8 | |
| | ||||||
* | Use propper regress target to integrate better into test framework. | bluhm | 2019-05-14 | 1 | -2/+4 | |
| | ||||||
* | The call to fseek(fp, -1, SEEK_END) also sets the reported size to | bluhm | 2019-05-13 | 1 | -10/+10 | |
| | | | | | | this value. To match the expectation of the test again, move this line before the the code that sets the final position. OK yasuoka@ | |||||
* | Add a test vector for Streebog 512 from Guido Vranken | tb | 2019-05-09 | 1 | -1/+2 | |
| | ||||||
* | Proper prototype for main(). Make sparc64 happier. | claudio | 2019-05-09 | 1 | -2/+4 | |
| | ||||||
* | Add test fseek(,-1) works properly. | yasuoka | 2019-05-02 | 1 | -3/+8 | |
| | ||||||
* | Do not check for working go executable during make clean cleandir obj. | bluhm | 2019-04-24 | 1 | -1/+3 | |
| | | | | reminded by jsing@ | |||||
* | Do not check for working go executable during make clean cleandir obj. | bluhm | 2019-04-24 | 1 | -1/+3 | |
| | ||||||
* | Add a test for the bn_to_string() function introduced in v3_utl.c r1.32. | tb | 2019-04-13 | 2 | -6/+133 | |
| | ||||||
* | exitting -> exiting | tb | 2019-04-07 | 1 | -1/+1 | |
| | | | | From Michael Scovetta, PR #108 | |||||
* | whitespace consistency | tb | 2019-04-05 | 1 | -1/+2 | |
| | ||||||
* | Add SERVER_HELLO_RETRY state | tb | 2019-04-05 | 1 | -1/+7 | |
| | ||||||
* | I forgot to mark some targets as .PHONY | tb | 2019-04-04 | 1 | -1/+5 | |
| | ||||||
* | Use correct define. | jsing | 2019-04-04 | 1 | -2/+2 | |
| | ||||||
* | Enable GOST cipher selection test after libssl has been fixed. | bluhm | 2019-03-28 | 1 | -6/+1 | |
| | ||||||
* | Update regress following sigalgs changes. | jsing | 2019-03-25 | 1 | -17/+1 | |
| | ||||||
* | Fix typo in usage and comment. | bluhm | 2019-03-21 | 3 | -6/+6 | |
| | ||||||
* | Add regress tests for the EVP_aes_*_wrap() API. Based on the tests in | tb | 2019-03-17 | 2 | -4/+19 | |
| | | | | OpenSSL 1.0.2r which is still freely licenced with a tweak by jsing. | |||||
* | link sm4 regress to the build | tb | 2019-03-17 | 1 | -1/+2 | |
| | ||||||
* | Add a regress test for the SM4 block cipher from the Chinese standard | tb | 2019-03-17 | 2 | -0/+117 | |
| | | | | | | | GB/T 32907-2016. Patch from Daniel Wyatt ok inoguchi, jsing | |||||
* | Test that all supported TLS ciphers actually work. Establish | bluhm | 2019-02-21 | 8 | -26/+308 | |
| | | | | | | connections between client and server implemented with LibreSSL or OpenSSL with a fixed cipher on each side. Check the used cipher in the session print out. | |||||
* | one more error message that should go to stderr | tb | 2019-02-13 | 1 | -2/+3 | |
| | ||||||
* | getopt(3) returns int, not char. Fix type of ch variable to prevent | bluhm | 2019-02-11 | 2 | -6/+6 | |
| | | | | sign error during arm regress. | |||||
* | Use malloc() and memcpy() the test X25519 x25519_peer_public value. | jsing | 2019-02-03 | 1 | -3/+6 | |
| | | | | | | | Otherwise, if tlsext_keyshare_server_build() fails we call free with a pointer to static memory and bad things happen. Reported by bcook@ | |||||
* | zap a commented out line. 0RTT will need more thought than | tb | 2019-01-27 | 1 | -2/+1 | |
| | | | | just uncommenting this. | |||||
* | refactor and clean up the code generating dot output. | tb | 2019-01-27 | 1 | -53/+76 | |
| |