summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-27The DSA test vectors were split up and more tests were added.tb1-2/+2
2019-11-27New failure mode for AES-CCM: "very long nonce".tb1-2/+2
2019-11-27Prepare update of wycheproof-testvectors. Skip some tests for thingstb1-2/+10
2019-11-26Add support for TLS 1.3 post handshake messages and key updating.beck3-20/+217
2019-11-26Nuke trailing whitespace that is annoying before changing things in herebeck1-6/+6
2019-11-25gcc3, like clang and unlike our gcc4, doesn't support redirecting builtinsguenther1-6/+12
2019-11-25Add option for cms test in appstest.shinoguchi1-2/+2
2019-11-24Add test for cms operations in appstest.shinoguchi1-2/+100
2019-11-22Sync tests with current NetBSD. Enable t_mkfifo test.bluhm6-27/+44
2019-11-21A touch of style(9)tim1-6/+6
2019-11-21Use explicit_bzero() to clear key materialtim1-1/+2
2019-11-20Add accessors to change the buffer in a handshake message.beck3-3/+20
2019-11-20Add test for cms -keyopt in appstest.shinoguchi1-2/+4
2019-11-20Fix rsa key output formatinoguchi1-5/+12
2019-11-19Link system call tests to build.bluhm1-1/+2
2019-11-19Import NetBSD system call regression tests. They were written withbluhm49-0/+10692
2019-11-19More return value check in openssl(1) cmsinoguchi1-23/+29
2019-11-19Add manual descriptions for openssl(1) req -addextinoguchi1-2/+10
2019-11-18Add prototypes for the functions that update application secretsbeck1-1/+3
2019-11-18Remove typedef and check sk_push return value in openssl(1) cmsinoguchi1-23/+33
2019-11-18Add -keyopt opiton to openssl(1) cms subcommandinoguchi1-8/+128
2019-11-18Provide a clean interface for sending TLSv1.3 alerts.jsing2-5/+17
2019-11-18fix printing of client app secretbeck1-2/+2
2019-11-18Add regress for the updating of sever and client application secretsbeck1-2/+47
2019-11-17Change tls13_record_layer_phh() to take a CBS as this avoids ownershipjsing2-8/+6
2019-11-17Correct update of application traffic secrets to use an empty contextbeck1-3/+7
2019-11-17Bring back the ssl_shutdown internal method pointer.jsing3-4/+21
2019-11-17Add a reference for the non-standard post-handshake handshake (PHH).tb1-2/+2
2019-11-17Ensure that we are never operating in plaintext mode once the handshakejsing1-1/+7
2019-11-17fail to usage if extra argv are presentderaadt1-8/+4
2019-11-17Provide framework for sending alerts and post-handshake handshake messages.jsing2-15/+174
2019-11-17indent with a tab instead of 8 spacestb1-2/+2
2019-11-17Move the TLSv1.3 server message handling stubs.jsing2-125/+125
2019-11-17Add the initial framework for the TLSv1.3 server.jsing3-3/+84
2019-11-17tls13_connect() should be static.jsing1-2/+2
2019-11-17Fix backoff to legacy when in client auth mode.beck1-2/+2
2019-11-17Drop back to the legacy tls method if we are doing client authenticaitonbeck1-1/+7
2019-11-17Separate the callbacks for recieved and completed post handshake messagesbeck3-10/+22
2019-11-16Allow 1.3 ciphers in libtls.beck1-2/+2
2019-11-16Revert previous deduplication diff, I broke portable in a strange way.beck1-47/+58
2019-11-16Allow portable to override the default CA bundle locationbeck2-3/+7
2019-11-15Deduplicate some extension processing code.beck1-58/+47
2019-11-14Add missing cross-reference to NOTES section.millert1-3/+3
2019-11-13refactor the nc pool loop to not shut down the socket early, andbeck1-36/+64
2019-11-10It has been called to my attention that the cookie monster ascii artbeck1-17/+7
2019-11-09Add test for req -addext in appstest.shinoguchi1-1/+2
2019-11-06Check return value and remove unnecessary variableinoguchi1-7/+7
2019-11-06Add -addext option to openssl(1) req subcommandinoguchi1-3/+133
2019-11-06use curly braces for consistencytb1-2/+2
2019-11-05Remove trailing space in appstest.shinoguchi1-15/+15