summaryrefslogtreecommitdiff
path: root/src/regress/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make error messages look like other test cases.tb2019-11-271-4/+4
* Add glue for new RSA-OAEP tests.tb2019-11-271-2/+158
* Skip tests with unsupported signature algorithm SHA512/224 as well.tb2019-11-271-2/+2
* The DSA test vectors were split up and more tests were added.tb2019-11-271-2/+2
* New failure mode for AES-CCM: "very long nonce".tb2019-11-271-2/+2
* Prepare update of wycheproof-testvectors. Skip some tests for thingstb2019-11-271-2/+10
* Nuke trailing whitespace that is annoying before changing things in herebeck2019-11-261-6/+6
* Sync tests with current NetBSD. Enable t_mkfifo test.bluhm2019-11-226-27/+44
* Link system call tests to build.bluhm2019-11-191-1/+2
* Import NetBSD system call regression tests. They were written withbluhm2019-11-1949-0/+10692
* fix printing of client app secretbeck2019-11-181-2/+2
* Add regress for the updating of sever and client application secretsbeck2019-11-181-2/+47
* It has been called to my attention that the cookie monster ascii artbeck2019-11-101-17/+7
* use curly braces for consistencytb2019-11-061-2/+2
* Add regress for CMS sign and verify.jsing2019-11-041-2/+125
* Hook cms regress.jsing2019-11-021-1/+2
* Include cms.h.jsing2019-11-021-1/+2
* Initial regress for cms.jsing2019-11-022-0/+199
* Add tls_conn_cipher_strength() to gotls regress.jsing2019-11-022-2/+20
* Feed the bntest output to bc(1). This checks the result of the bigbluhm2019-09-052-13/+16
* check for asprintf failing allocationderaadt2019-06-271-1/+4
* Set malloc_options in global scope with an initializer.bluhm2019-06-122-10/+8
* Disable junking with malloc options. If set, the test hangs on lowbluhm2019-06-111-2/+5
* Move to env var, likelky the possibility to set malloc options fromotto2019-06-042-19/+8
* Throw malloc_conceal and freezero into the mix.otto2019-05-231-3/+8
* Use propper regress target to integrate better into test framework.bluhm2019-05-141-2/+4
* The call to fseek(fp, -1, SEEK_END) also sets the reported size tobluhm2019-05-131-10/+10
* Add a test vector for Streebog 512 from Guido Vrankentb2019-05-091-1/+2
* Proper prototype for main(). Make sparc64 happier.claudio2019-05-091-2/+4
* Add test fseek(,-1) works properly.yasuoka2019-05-021-3/+8
* Do not check for working go executable during make clean cleandir obj.bluhm2019-04-241-1/+3
* Do not check for working go executable during make clean cleandir obj.bluhm2019-04-241-1/+3
* Add a test for the bn_to_string() function introduced in v3_utl.c r1.32.tb2019-04-132-6/+133
* exitting -> exitingtb2019-04-071-1/+1
* whitespace consistencytb2019-04-051-1/+2
* Add SERVER_HELLO_RETRY statetb2019-04-051-1/+7
* I forgot to mark some targets as .PHONYtb2019-04-041-1/+5
* Use correct define.jsing2019-04-041-2/+2
* Enable GOST cipher selection test after libssl has been fixed.bluhm2019-03-281-6/+1
* Update regress following sigalgs changes.jsing2019-03-251-17/+1
* Fix typo in usage and comment.bluhm2019-03-213-6/+6
* Add regress tests for the EVP_aes_*_wrap() API. Based on the tests intb2019-03-172-4/+19
* link sm4 regress to the buildtb2019-03-171-1/+2
* Add a regress test for the SM4 block cipher from the Chinese standardtb2019-03-172-0/+117
* Test that all supported TLS ciphers actually work. Establishbluhm2019-02-218-26/+308
* one more error message that should go to stderrtb2019-02-131-2/+3
* getopt(3) returns int, not char. Fix type of ch variable to preventbluhm2019-02-112-6/+6
* Use malloc() and memcpy() the test X25519 x25519_peer_public value.jsing2019-02-031-3/+6
* zap a commented out line. 0RTT will need more thought thantb2019-01-271-2/+1
* refactor and clean up the code generating dot output.tb2019-01-271-53/+76