aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends/test_commoncrypto.py
Commit message (Expand)AuthorAgeFilesLines
* Fix two bugs with CommonCrypto GCM that can result in invalid output.Paul Kehrer2014-09-111-0/+31
* Fix test failuresTerry Chia2014-07-281-2/+3
* rename the rest of the methodPaul Kehrer2014-07-011-3/+3
* Fixes to @alex's commentsAlex Stapleton2014-03-271-3/+1
* Update tests and raise sitesAlex Stapleton2014-03-271-2/+6
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-2/+2
* import order fixes for future automated checkingPaul Kehrer2014-03-191-1/+1
* Added future imports and licenses that are missingAlex Gaynor2014-03-081-0/+2
* Convert stuffAlex Gaynor2014-03-061-2/+2
* Switch to using our own InternalError, instead of SystemErrorAlex Gaynor2014-01-241-3/+3
* GCM support for CommonCrypto backendPaul Kehrer2014-01-221-1/+20
* make register_cipher_adapter private and fix cryptorref releasePaul Kehrer2014-01-201-1/+1
* change cipher registry to store enumsPaul Kehrer2014-01-201-1/+4
* add error handlerPaul Kehrer2014-01-191-0/+12
* add cipher support to the commoncrypto backendPaul Kehrer2014-01-191-0/+31