aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends/test_commoncrypto.py
Commit message (Collapse)AuthorAgeFilesLines
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-201-54/+0
| | | | | | | | | | | | | | | | * time to remove commoncrypto, fare thee well * remove even more * update the changelog * remove more things * don't need this function * remove CAST5 CTR tests since that was only supported in commoncrypto * assert a thing
* Un-double the test doublesAlex Gaynor2016-03-051-10/+3
|
* export interfaces from base in ciphers, update docsPaul Kehrer2015-02-141-1/+1
|
* move cipher and mode interfacesPaul Kehrer2015-02-131-3/+2
|
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
| | | | Fixes #1209
* Make sure algorithm classes fully implement their interfaceAlex Gaynor2014-10-301-2/+2
|
* Added attributes that are part of hte interface to several test fakesAlex Gaynor2014-10-271-0/+1
|
* 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