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-06Don't delay-initialize legacy AEADs.David Benjamin
2015-02-23EVP_CIPHER_CTX_cleanup cannot fail.David Benjamin
2015-02-12Reset all the error codes.David Benjamin
2015-01-14Implement SSLv3 ciphers with stateful AEADs.David Benjamin
2015-01-14Implement all TLS ciphers with stateful AEADs.David Benjamin
2015-01-08Add declarations for Android compatibility funcs.Adam Langley
2014-12-18Update EVP_Cipher documentation some more.David Benjamin
2014-12-16Fix EVP_Cipher error-handling.David Benjamin
2014-09-27Add deprecated functions for tcpdump.Adam Langley
2014-08-27Readd EVP_CIPHER_CTX_set_key_length.Adam Langley
2014-08-26Add 40-bit RC2 support.Adam Langley
2014-08-01Add visibility rules.Adam Langley
2014-07-29Make EVP_CIPHER_CTX_copy work in GCM mode.Adam Langley
2014-07-29Add AES Key Wrap mode.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley