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-27Fix shared library build on OS X.David Benjamin
2015-08-07Clean up the DES_key_schedule logic.David Benjamin
2015-08-01Add |DES_set_key_unchecked| as an alias for |DES_set_key|.Matt Braithwaite
2015-06-24Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at c...Matt Braithwaite
2015-05-20Implement |DES_ede2_cbc_encrypt|.Matt Braithwaite
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-03-18Add support for 3DES ECB.Adam Langley
2015-03-18Add DES_set_odd_parity.Adam Langley
2014-07-30A bunch of dead assignments.David Benjamin
2014-06-21Inital import.Adam Langley