| Commit message (Expand) | Author | Files | Lines |
2018-09-15 | add a brief comment on the acceptable AES CCM and AES GCM cases | tb | 1 | -2/+8 |
2018-09-15 | Also exercise EVP_aead_aes_128_gcm() and EVP_aead_aes_256_gcm(). | tb | 1 | -6/+26 |
2018-09-15 | rename checkChaCha20Poly1305{Open,Seal}() into checkAead{Open,Seal}(). | tb | 1 | -5/+5 |
2018-09-15 | Merge AES CCM, AES GCM and ChaCha20 data structures into | tb | 1 | -42/+21 |
2018-09-15 | Add missing conversion specifier | tb | 1 | -2/+2 |
2018-09-15 | Modify regress appstest.sh for interoperability testing with OpenSSL 1.1.x | inoguchi | 1 | -16/+40 |
2018-09-14 | Add interoperability test mode for regress appstest.sh | inoguchi | 1 | -35/+79 |
2018-09-12 | sync with mozilla-release (one removal, TURKTRUST, more details at | sthen | 1 | -48/+1 |
2018-09-12 | tweak previous; | jmc | 2 | -4/+4 |
2018-09-12 | crank to follow minor crank in libcrypto; ok tb@ jsing@ | djm | 2 | -2/+2 |
2018-09-12 | Add some accessor functions: | djm | 8 | -17/+138 |
2018-09-08 | Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE. | jsing | 4 | -77/+28 |
2018-09-08 | SSL_MAX_DIGEST is no longer needed. | jsing | 2 | -17/+10 |
2018-09-08 | ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3). | tb | 1 | -2/+2 |
2018-09-08 | Fix indent and adjust line fit to 80 columns. | inoguchi | 1 | -930/+961 |
2018-09-08 | indent labels | tb | 2 | -8/+8 |
2018-09-08 | missing word & a couple of typos | tb | 1 | -3/+3 |
2018-09-08 | Split test blocks into a function. Test contents are not changed. | inoguchi | 1 | -62/+86 |
2018-09-08 | Test more ciphers and randomize the order in regress appstest.sh | inoguchi | 1 | -5/+9 |
2018-09-07 | tests all available TLSv1.2 ciphers | inoguchi | 1 | -11/+14 |
2018-09-07 | Declare strings passed to local_listen() as const. This makes it | bluhm | 1 | -3/+3 |
2018-09-06 | Drop SSL_CIPHER_ALGORITHM2_AEAD flag. | jsing | 4 | -31/+25 |
2018-09-06 | Do not close the socket twice in netcat. | bluhm | 1 | -5/+6 |
2018-09-05 | Use the newer/more sensible names for EVP_MD_CTX_* functions. | jsing | 5 | -16/+16 |
2018-09-05 | Correctly clear the current cipher state, when changing cipher state. | jsing | 3 | -41/+37 |
2018-09-05 | use timing-safe compares for checking results in signature verification | djm | 4 | -9/+10 |
2018-09-03 | Stop using composite EVP_CIPHER AEADs. | jsing | 1 | -25/+7 |
2018-09-03 | Stop handling AES-GCM via ssl_cipher_get_evp(). | jsing | 1 | -20/+3 |
2018-09-03 | Clean up SSL_DES and SSL_IDEA remnants. | jsing | 1 | -41/+13 |
2018-09-02 | Remove a few unnecessary casts | tb | 1 | -5/+5 |
2018-09-02 | Print SKIPPED if package wycheproof-testvectors is missing. This | bluhm | 1 | -2/+2 |
2018-09-02 | Remove ECDH from TODO list. Done! | tb | 1 | -2/+1 |
2018-09-02 | Unify FAIL printfs. | tb | 1 | -8/+8 |
2018-09-02 | After libcrypto/ecdh/ech_key.c -r1.8 fixed the failing test cases, remove | tb | 1 | -13/+3 |
2018-09-02 | Elliptic curve arithmetic only makes sense between points that belong to | tb | 1 | -1/+5 |
2018-09-02 | Run Wycheproof ECDH tests against libcrypto. Some tests currently fail, | tb | 1 | -1/+154 |
2018-09-02 | Use a Boolean rather than repeated string comparison. | tb | 1 | -3/+5 |
2018-09-01 | Tweak comment. | tb | 1 | -5/+2 |
2018-09-01 | Remove RSA-PSS from todo-list | tb | 1 | -2/+2 |
2018-09-01 | Run Wycheproof RSASSA-PSS testvectors against libcrypto. | tb | 1 | -2/+144 |
2018-08-31 | Remove unused argument to tls1_change_cipher_state_cipher(). | jsing | 1 | -7/+4 |
2018-08-31 | Instead of enumerating the files to clean by hand, set PROGS=${TESTS}. | tb | 2 | -5/+7 |
2018-08-30 | Make sure to clean up the .d files with 'make clean' | tb | 1 | -2/+2 |
2018-08-30 | Nuke ssl_pending/ssl_shutdown function pointers. | jsing | 9 | -56/+14 |
2018-08-29 | AES is now done also. | tb | 1 | -3/+3 |
2018-08-29 | Pass algorithm as a string to all *TestGroup functions for consistency. | tb | 1 | -22/+22 |
2018-08-29 | Run Wycheproof AES-GCM testvectors against libcrypto. | tb | 1 | -42/+83 |
2018-08-29 | Calculate and check tag during AES-CCM encryption test. | tb | 1 | -1/+25 |
2018-08-29 | typo | tb | 1 | -2/+2 |
2018-08-29 | Don't fatal on keys of invalid sice, just print an INFO. | tb | 1 | -2/+3 |