Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-01Add tests from cipher_test.txt to the AEAD test suite.Brian Smith
2015-08-21Re-add |EVP_des_ede|, which is ECB.Matt Braithwaite
2015-08-21Re-add |EVP_des_ede_cbc|.Matt Braithwaite
2015-08-20Add |EVP_des_ecb| from OpenSSL at fd682e4c.Matt Braithwaite
2015-06-19Add a GCM test with non-standard nonce length.Adam Langley
2015-05-13Port cipher_test to file_test.David Benjamin
2015-05-05Add AES-192 ECB.Adam Langley
2015-04-07Support several flavours of AES-192.Adam Langley
2015-04-07Add OFB mode.Adam Langley
2015-03-19Add AEADs for AES-CTR with HMAC-SHA256.Adam Langley
2015-03-13Import additional AES-GCM test vector from upstream.David Benjamin
2015-01-15Add tests for padding variations.David Benjamin
2015-01-14Implement SSLv3 ciphers with stateful AEADs.David Benjamin
2015-01-14Implement all TLS ciphers with stateful AEADs.David Benjamin