summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* remove some unneeded checkstb2018-09-221-15/+5
* gather and print some statistics on the acceptable cases we need totb2018-09-221-8/+60
* more flags printingtb2018-09-221-23/+23
* improve logic involving acceptableAudittb2018-09-221-5/+5
* Swap order of "action" and "wt.Flags" in a few fmt.Printfs.tb2018-09-221-17/+17
* Introduce a couple of convenience targets to help with auditing thetb2018-09-222-5/+41
* Print the flags field in INFO: and FAIL: messages. It's helpful intb2018-09-211-17/+17
* fix order of arguments in fmt.Printf()tb2018-09-181-2/+2
* Simplify initialization of asn1_cb; use correct spelling of NULL.tb2018-09-171-4/+2
* Move tally mark printing out of the main benchmark loop; ok tb@cheloha2018-09-171-14/+21
* add missing default case to switchtb2018-09-161-1/+3
* EVP_aead_chacha20_poly1305() can't actually fail.tb2018-09-161-4/+1
* Rename *AesCcmOrGcm* into the slightly less ugly *AesAead*.tb2018-09-161-9/+9
* another typo. time to sleeptb2018-09-151-2/+2
* typostb2018-09-151-3/+3
* add a brief comment on the acceptable AES CCM and AES GCM casestb2018-09-151-2/+8
* Also exercise EVP_aead_aes_128_gcm() and EVP_aead_aes_256_gcm().tb2018-09-151-6/+26
* rename checkChaCha20Poly1305{Open,Seal}() into checkAead{Open,Seal}().tb2018-09-151-5/+5
* Merge AES CCM, AES GCM and ChaCha20 data structures intotb2018-09-151-42/+21
* Add missing conversion specifiertb2018-09-151-2/+2
* Modify regress appstest.sh for interoperability testing with OpenSSL 1.1.xinoguchi2018-09-151-16/+40
* Add interoperability test mode for regress appstest.shinoguchi2018-09-141-35/+79
* sync with mozilla-release (one removal, TURKTRUST, more details atsthen2018-09-121-48/+1
* tweak previous;jmc2018-09-122-4/+4
* 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