summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* crank to follow minor crank in libcrypto; ok tb@ jsing@djm2018-09-122-2/+2
* Add some accessor functions:djm2018-09-128-17/+138
* Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.jsing2018-09-084-77/+28
* SSL_MAX_DIGEST is no longer needed.jsing2018-09-082-17/+10
* ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).tb2018-09-081-2/+2
* Fix indent and adjust line fit to 80 columns.inoguchi2018-09-081-930/+961
* indent labelstb2018-09-082-8/+8
* missing word & a couple of typostb2018-09-081-3/+3
* Split test blocks into a function. Test contents are not changed.inoguchi2018-09-081-62/+86
* Test more ciphers and randomize the order in regress appstest.shinoguchi2018-09-081-5/+9
* tests all available TLSv1.2 ciphersinoguchi2018-09-071-11/+14
* Declare strings passed to local_listen() as const. This makes itbluhm2018-09-071-3/+3
* Drop SSL_CIPHER_ALGORITHM2_AEAD flag.jsing2018-09-064-31/+25
* Do not close the socket twice in netcat.bluhm2018-09-061-5/+6
* Use the newer/more sensible names for EVP_MD_CTX_* functions.jsing2018-09-055-16/+16
* Correctly clear the current cipher state, when changing cipher state.jsing2018-09-053-41/+37
* use timing-safe compares for checking results in signature verificationdjm2018-09-054-9/+10
* Stop using composite EVP_CIPHER AEADs.jsing2018-09-031-25/+7
* Stop handling AES-GCM via ssl_cipher_get_evp().jsing2018-09-031-20/+3
* Clean up SSL_DES and SSL_IDEA remnants.jsing2018-09-031-41/+13
* Remove a few unnecessary caststb2018-09-021-5/+5
* Print SKIPPED if package wycheproof-testvectors is missing. Thisbluhm2018-09-021-2/+2
* Remove ECDH from TODO list. Done!tb2018-09-021-2/+1
* Unify FAIL printfs.tb2018-09-021-8/+8
* After libcrypto/ecdh/ech_key.c -r1.8 fixed the failing test cases, removetb2018-09-021-13/+3
* Elliptic curve arithmetic only makes sense between points that belong totb2018-09-021-1/+5
* Run Wycheproof ECDH tests against libcrypto. Some tests currently fail,tb2018-09-021-1/+154
* Use a Boolean rather than repeated string comparison.tb2018-09-021-3/+5
* Tweak comment.tb2018-09-011-5/+2
* Remove RSA-PSS from todo-listtb2018-09-011-2/+2
* Run Wycheproof RSASSA-PSS testvectors against libcrypto.tb2018-09-011-2/+144
* Remove unused argument to tls1_change_cipher_state_cipher().jsing2018-08-311-7/+4
* Instead of enumerating the files to clean by hand, set PROGS=${TESTS}.tb2018-08-312-5/+7
* Make sure to clean up the .d files with 'make clean'tb2018-08-301-2/+2
* Nuke ssl_pending/ssl_shutdown function pointers.jsing2018-08-309-56/+14
* AES is now done also.tb2018-08-291-3/+3
* Pass algorithm as a string to all *TestGroup functions for consistency.tb2018-08-291-22/+22
* Run Wycheproof AES-GCM testvectors against libcrypto.tb2018-08-291-42/+83
* Calculate and check tag during AES-CCM encryption test.tb2018-08-291-1/+25
* typotb2018-08-291-2/+2
* Don't fatal on keys of invalid sice, just print an INFO.tb2018-08-291-2/+3
* Run Wycheproof AES-CMAC testvectors against libcrypto.tb2018-08-281-2/+116
* remove some extra parens and fix some other formatting issuestb2018-08-281-17/+17
* Remove extra "and" in "These functions and have been available"tb2018-08-281-3/+3
* zap trailing whitespacetb2018-08-281-7/+7
* Drop SSLv2, SSLv3 support.cheloha2018-08-281-6/+2
* Check for SSL_write(3) error.cheloha2018-08-281-3/+4
* tweak failure messagestb2018-08-271-9/+9
* dedup AES-CBC-PKCS5 encryption and decryption checkstb2018-08-271-66/+24
* 2x missing "..."tb2018-08-271-3/+3