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
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2015-12-17Point EVP_aead_chacha20_poly1305 at the standardized version.David Benjamin
2015-11-05Fix up several comments and detect problems in the future.Adam Langley
2015-11-04Add missing newline in aead.h.Adam Langley
2015-11-04Add SSL_get_ivs.Adam Langley
2015-11-04Correct the spelling of "primitive".Matt Braithwaite
2015-10-28Fix aead.h header typo.David Benjamin
2015-10-27For now, give the unsuffixed ChaCha20 AEAD name to the old version.Adam Langley
2015-10-27Add the RFC 7539 ChaCha20-Poly1305 AEAD.Brian Smith
2015-09-12Restore the NULL-SHA ciphersuite. (Alas.)Matt Braithwaite
2015-08-25Add EVP_AEAD_CTX_zero.David Benjamin
2015-06-23AEADs don't go through ENGINE.David Benjamin
2015-05-12AEAD: allow _cleanup after failed _init.Adam Langley
2015-05-08Fix doc reference to EVP_AEAD_max_overhead.Adam Langley
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