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-03-19Add AEADs for AES-CTR with HMAC-SHA256.Adam Langley
2015-03-18Add SSL_get_rc4_state.Adam Langley
2015-03-18Document exactly how the stateful AEADs are weird.David Benjamin
2015-03-06Don't delay-initialize legacy AEADs.David Benjamin
2015-01-22More documentation fixes.David Benjamin
2015-01-14Implement SSLv3 ciphers with stateful AEADs.David Benjamin
2015-01-14Implement all TLS ciphers with stateful AEADs.David Benjamin
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-21Prefer AES-GCM when hardware support is available.David Benjamin
2014-08-15Remove AES-GCM cipher indices.David Benjamin
2014-08-01Add visibility rules.Adam Langley
2014-07-29Add AES Key Wrap mode.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21AEAD interface.Adam Langley