| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | go fmt | tb | 2019-11-27 | 1 | -10/+9 |
* | Run RSAES-PKCS1-v1_5 test vectors against libcrypto. | tb | 2019-11-27 | 1 | -9/+104 |
* | 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 |
* | 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 |
* | Add support for TLS 1.3 post handshake messages and key updating. | beck | 2019-11-26 | 3 | -20/+217 |
* | Nuke trailing whitespace that is annoying before changing things in here | beck | 2019-11-26 | 1 | -6/+6 |
* | gcc3, like clang and unlike our gcc4, doesn't support redirecting builtins | guenther | 2019-11-25 | 1 | -6/+12 |
* | Add option for cms test in appstest.sh | inoguchi | 2019-11-25 | 1 | -2/+2 |
* | Add test for cms operations in appstest.sh | inoguchi | 2019-11-24 | 1 | -2/+100 |
* | Sync tests with current NetBSD. Enable t_mkfifo test. | bluhm | 2019-11-22 | 6 | -27/+44 |
* | A touch of style(9) | tim | 2019-11-21 | 1 | -6/+6 |
* | Use explicit_bzero() to clear key material | tim | 2019-11-21 | 1 | -1/+2 |
* | Add accessors to change the buffer in a handshake message. | beck | 2019-11-20 | 3 | -3/+20 |
* | Add test for cms -keyopt in appstest.sh | inoguchi | 2019-11-20 | 1 | -2/+4 |
* | Fix rsa key output format | inoguchi | 2019-11-20 | 1 | -5/+12 |
* | 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 |
* | More return value check in openssl(1) cms | inoguchi | 2019-11-19 | 1 | -23/+29 |
* | Add manual descriptions for openssl(1) req -addext | inoguchi | 2019-11-19 | 1 | -2/+10 |
* | Add prototypes for the functions that update application secrets | beck | 2019-11-18 | 1 | -1/+3 |
* | Remove typedef and check sk_push return value in openssl(1) cms | inoguchi | 2019-11-18 | 1 | -23/+33 |
* | Add -keyopt opiton to openssl(1) cms subcommand | inoguchi | 2019-11-18 | 1 | -8/+128 |
* | Provide a clean interface for sending TLSv1.3 alerts. | jsing | 2019-11-18 | 2 | -5/+17 |
* | 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 |
* | Change tls13_record_layer_phh() to take a CBS as this avoids ownership | jsing | 2019-11-17 | 2 | -8/+6 |
* | Correct update of application traffic secrets to use an empty context | beck | 2019-11-17 | 1 | -3/+7 |
* | Bring back the ssl_shutdown internal method pointer. | jsing | 2019-11-17 | 3 | -4/+21 |
* | Add a reference for the non-standard post-handshake handshake (PHH). | tb | 2019-11-17 | 1 | -2/+2 |
* | Ensure that we are never operating in plaintext mode once the handshake | jsing | 2019-11-17 | 1 | -1/+7 |
* | fail to usage if extra argv are present | deraadt | 2019-11-17 | 1 | -8/+4 |
* | Provide framework for sending alerts and post-handshake handshake messages. | jsing | 2019-11-17 | 2 | -15/+174 |
* | indent with a tab instead of 8 spaces | tb | 2019-11-17 | 1 | -2/+2 |
* | Move the TLSv1.3 server message handling stubs. | jsing | 2019-11-17 | 2 | -125/+125 |
* | Add the initial framework for the TLSv1.3 server. | jsing | 2019-11-17 | 3 | -3/+84 |
* | tls13_connect() should be static. | jsing | 2019-11-17 | 1 | -2/+2 |
* | Fix backoff to legacy when in client auth mode. | beck | 2019-11-17 | 1 | -2/+2 |
* | Drop back to the legacy tls method if we are doing client authenticaiton | beck | 2019-11-17 | 1 | -1/+7 |
* | Separate the callbacks for recieved and completed post handshake messages | beck | 2019-11-17 | 3 | -10/+22 |
* | Allow 1.3 ciphers in libtls. | beck | 2019-11-16 | 1 | -2/+2 |
* | Revert previous deduplication diff, I broke portable in a strange way. | beck | 2019-11-16 | 1 | -47/+58 |
* | Allow portable to override the default CA bundle location | beck | 2019-11-16 | 2 | -3/+7 |
* | Deduplicate some extension processing code. | beck | 2019-11-15 | 1 | -58/+47 |
* | Add missing cross-reference to NOTES section. | millert | 2019-11-14 | 1 | -3/+3 |
* | refactor the nc pool loop to not shut down the socket early, and | beck | 2019-11-13 | 1 | -36/+64 |
* | It has been called to my attention that the cookie monster ascii art | beck | 2019-11-10 | 1 | -17/+7 |