summaryrefslogtreecommitdiff
path: root/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-13Document how to make getopt_long(3) process arguments in order and stopstsp1-2/+18
2020-01-13Make clean should not require SUDO.bluhm1-3/+1
2020-01-13Fix printf compiler warnings in wfp regress. Convert wchar to abluhm1-9/+18
2020-01-13Link forgotten libc tests to the build.bluhm2-6/+10
2020-01-13Split setjmp-fpu regress into separate tests. Use errx(3) to explainbluhm6-32/+69
2020-01-12Avoid leak in error path of PKCS5_PBE_keyivgeninoguchi1-1/+2
2020-01-11Set "Content-Type: application/ocsp-request" in ocspcheck(1)'s POSTs,sthen1-1/+2
2020-01-09Avoid leak in error path of asn1_parse2inoguchi1-17/+21
2020-01-07If the client provides a TLS certificate and the user specifies abluhm1-5/+6
2020-01-06The unveil(2) for nc -U -u -l was wrong. The server cannot unveilbluhm1-4/+23
2020-01-06When using UNIX domain sockets, always call report_sock() with thebluhm1-6/+10
2020-01-04Check CMS API return value in openssl(1) cmsinoguchi1-11/+21
2020-01-04Avoid leak in error path of dh_priv_decodeinoguchi1-1/+2
2020-01-02In ssl.h rev. 1.167 and s3_lib.c rev. 1.188, jsing@ providedschwarze1-4/+21
2020-01-02Revise SSL_CTX_get_extra_chain_certs() to match OpenSSL behaviour.jsing2-8/+23
2020-01-02Provide TLSEXT_TYPE_* aliases for TLS 1.3.jsing1-1/+10
2019-12-20drand48(3) returns values in [0.0, 1.0).tb1-3/+3
2019-12-19spelling; from bryan stensonjmc1-3/+3
2019-12-18use "Currently" in the doc for "openssl enc" when talking about defaultsthen1-2/+2
2019-12-18In January, the default digest used in the openssl enc command wastb1-7/+4
2019-12-14whitespace from go fmt + update a commenttb1-4/+4
2019-12-14Run Wycheproof HMAC test vectors against libcrypto.tb1-1/+96
2019-12-14Fix documented signatures of HMAC(3) and HMAC_Update(3). The n and lentb1-4/+4
2019-12-11The file passed to realpath(3) must exists, adjust man page to newbluhm1-3/+3
2019-12-09update to-do listtb1-2/+1
2019-12-09Run Wycheproof DSA P1363 test vectors against libcrypto.tb1-19/+71
2019-12-05Document X509_STORE_CTX_set_flags() which is a handy way to change theclaudio1-3/+18
2019-12-03update to-do listtb1-2/+2
2019-12-03Run Wycheproof ECDSA P1363 test vectors against libcrypto.tb1-8/+8
2019-12-03Add an EcPoint variant and pass it to the ECDH test runner.tb1-20/+31
2019-12-03Annotate test vector files with an enum which we can then pass to thetb1-27/+48
2019-12-03Add missing RCS tag.tb1-0/+1
2019-12-03Fix typo: ECHD -> ECDH.tb1-4/+4
2019-11-28Run additional 3004 ECDH and 1575 ECDSA test vectors against libcrypto.tb1-3/+12
2019-11-28move the HKDF tests up a bittb1-68/+68
2019-11-28update to-do listtb1-2/+1
2019-11-28go fmttb1-10/+10
2019-11-28no need for fallthroughtb1-19/+7
2019-11-28Run HKDF test vectors against libcrypto.tb1-1/+95
2019-11-28Run XChaCha20-Poly1305 test vectors against libcrypto.tb1-14/+43
2019-11-28Add manual for openssl(1) cmsinoguchi1-2/+518
2019-11-28typotb1-2/+2
2019-11-27Add to do list.tb1-1/+7
2019-11-27Only run the test vectors from x25519_test.json for now.tb1-2/+6
2019-11-27RSASig now has the more specific name RSASSA-PKCS1-v1_5.tb1-10/+14
2019-11-27Only print the basename of skipped test files.tb1-2/+3
2019-11-27go fmttb1-10/+9
2019-11-27Run RSAES-PKCS1-v1_5 test vectors against libcrypto.tb1-9/+104
2019-11-27Make error messages look like other test cases.tb1-4/+4
2019-11-27Add glue for new RSA-OAEP tests.tb1-2/+158