| Commit message (Expand) | Author | Age | Files | Lines |
* | The call to fseek(fp, -1, SEEK_END) also sets the reported size to | bluhm | 2019-05-13 | 1 | -10/+10 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Test that all supported TLS ciphers actually work. Establish | bluhm | 2019-02-21 | 8 | -26/+308 |
* | Add tests for pkeyutl | inoguchi | 2019-02-16 | 1 | -6/+46 |
* | 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 |
* | Use malloc() and memcpy() the test X25519 x25519_peer_public value. | jsing | 2019-02-03 | 1 | -3/+6 |
* | zap a commented out line. 0RTT will need more thought than | tb | 2019-01-27 | 1 | -2/+1 |
* | refactor and clean up the code generating dot output. | tb | 2019-01-27 | 1 | -53/+76 |
* | print errors to stderr | tb | 2019-01-25 | 1 | -19/+21 |
* | sort output suffixes | tb | 2019-01-25 | 1 | -2/+2 |
* | I am retiring my old email address; replace it with my OpenBSD one. | millert | 2019-01-25 | 9 | -16/+16 |
* | Add code to visualize the state machine. Both the state machine and the | tb | 2019-01-24 | 2 | -5/+79 |
* | set the NEGOTIATED flag in the flags argument rather than | tb | 2019-01-24 | 1 | -4/+4 |
* | Add server side of versions, keyshare, and client and server of cookie | beck | 2019-01-24 | 1 | -6/+435 |
* | Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated. | beck | 2019-01-24 | 2 | -31/+21 |
* | make whitespace inside curlies consistent; sort function prototypes. | tb | 2019-01-23 | 1 | -24/+24 |
* | Rename NUM_HANDSHAKE to handshake_count and make it a variable | tb | 2019-01-23 | 2 | -10/+44 |
* | Modify sigalgs extension processing to accomodate TLS 1.3. | beck | 2019-01-23 | 2 | -25/+28 |
* | revert previous, accidentally contained another diff in addition | beck | 2019-01-23 | 2 | -28/+25 |
* | Modify sigalgs extension processing for TLS 1.3. | beck | 2019-01-23 | 2 | -25/+28 |
* | incorrrect spelling | tb | 2019-01-23 | 1 | -2/+2 |
* | do not print the command in the print: target | tb | 2019-01-23 | 1 | -2/+2 |
* | Add a regression test that builds up the handshake state table | tb | 2019-01-23 | 2 | -1/+399 |
* | add support for xchacha20 and xchacha20-poly1305 | dlg | 2019-01-22 | 3 | -3/+191 |
* | Update record regress to match functionality changes. | jsing | 2019-01-20 | 1 | -6/+37 |
* | hook handshake test | tb | 2019-01-20 | 1 | -1/+2 |
* | Add a simple test that verifies that every valid handshake | tb | 2019-01-20 | 2 | -0/+76 |
* | Hook record regress. | jsing | 2019-01-19 | 1 | -1/+3 |
* | Add regress for TLSv1.3 record handling. | jsing | 2019-01-19 | 2 | -0/+533 |
* | initialize offset value so this passes | beck | 2019-01-18 | 1 | -0/+1 |
* | Add client side of supported versions and keyshare extensions with basic regress | beck | 2019-01-18 | 1 | -1/+192 |
* | Removed unused struct members. | jsing | 2019-01-18 | 1 | -2/+0 |
* | Update regress following TLS extension renaming. | jsing | 2019-01-18 | 2 | -379/+378 |