summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2018-08-272x missing "..."Theo Buehler
2018-08-27Run Wycheproof AES-CCM testvectors against libcrypto.Theo Buehler
2018-08-27Add protocol and cipher patterns in regress appstest.shKinichiro Inoguchi
2018-08-26Check return value of EVP_CipherInit_ex()Theo Buehler
2018-08-26Run Wycheproof AES-CBC-PKCS5 testvectors against libcrypto.Theo Buehler
2018-08-26Remove some redundant info from log.FatalfTheo Buehler
2018-08-26simplify returned valueTheo Buehler
2018-08-26Stop s_server if error occurs in regress appstest.shKinichiro Inoguchi
2018-08-26Add regress for kcov. It will only run if /dev/kcov can be opened successfully.anton
2018-08-26Add test cases for private versus non-private futexes.Visa Hankala
2018-08-25oops, hook up the tests for the roff(7) .char requestIngo Schwarze
2018-08-25Rudimentary implementation of the roff(7) .char (output glyphIngo Schwarze
2018-08-25If man(7) next-line scope is open and the line ends with \c,Ingo Schwarze
2018-08-25Also run DSA tests with the PEM encoded public key.Theo Buehler
2018-08-24Fix dates that got broken by committing from one day to anotherIngo Schwarze
2018-08-24Rudimentary implementation of the roff(7) .while request.Ingo Schwarze
2018-08-24Add my copyright.Theo Buehler
2018-08-24Remove DSA from TODO list and add RSA-PSS back.Theo Buehler
2018-08-24Also test DSA with the DER encoded key. Lots of help from jsing, thanks!Theo Buehler
2018-08-24Add a regression test for the kernel stack exhaustion bug.Visa Hankala
2018-08-23Run our DSA against wycheproof test vectors.Theo Buehler
2018-08-23Add license header.Kinichiro Inoguchi
2018-08-23Check reusing SSL/TLS session ticket by regression testKinichiro Inoguchi
2018-08-23Implement the roff(7) .shift and .return requests,Ingo Schwarze
2018-08-21Link arch amd64 regress to build.Alexander Bluhm
2018-08-21Check the FPU environment of user land processes after exec and theAlexander Bluhm
2018-08-21fix return valueTheo Buehler
2018-08-21Remove ChaCha20-Poly1305 from the TODO listTheo Buehler
2018-08-21A failure to _seal() should be looked into, so turn this into anTheo Buehler
2018-08-21Factor the calls to EVP_AEAD_CTX_open() and EVP_AEAD_CTX_seal() intoTheo Buehler
2018-08-21Improve the ASCII rendering of \(Po (Pound Sterling)Ingo Schwarze
2018-08-21Fix some issues found looking at groff_char(7):Ingo Schwarze
2018-08-20add two missing \nTheo Buehler
2018-08-20Test EVP_AEAD_CTX_open() at the same time as EVP_AEAD_CTX_seal()Theo Buehler
2018-08-20remove two redundant testsTheo Buehler
2018-08-20Use sealed instead of out in a couple of places in preparation ofTheo Buehler
2018-08-20Shuffle the decoding of the hex strings to the top and group all lengthTheo Buehler
2018-08-20Run the Wycheproof ChaCha20-Poly1305 test vectors against libcrypto.Theo Buehler
2018-08-19Disable one test for now that is broken after the addition of \).Ingo Schwarze
2018-08-16Add regress coverage for CBB_add_u32().Joel Sing
2018-08-16Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze
2018-08-14support tail arguments on the .ME and .UE macros,Ingo Schwarze
2018-08-13Add a test covering the recently fixed issue with dangling knote references uponanton
2018-08-10Run the wycheproof ECDSA test vectors against libcrypto.Joel Sing
2018-08-10Run the X25519 wycheproof test vectors against libcrypto.Joel Sing
2018-08-10Rework regress so that it is easier to add additional test types.Joel Sing
2018-08-10Use a table rather than a switch when converting strings to NIDs.Joel Sing
2018-08-10Add a regress test that checks file descriptor allocation across fork.Joel Sing
2018-08-10The script that cooks up PuTTY format host keys does not understandDarren Tucker
2018-08-04Add regress test to ensure that chmod fails when unveiled with "r"Bob Beck