aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bindings/test_openssl.py
Commit message (Expand)AuthorAgeFilesLines
* Move the bindings into the hazmat moduleDonald Stufft2013-10-281-41/+0
* Move primtives into a hazmat packageDonald Stufft2013-10-281-2/+2
* split backend up (refs #170)Paul Kehrer2013-10-221-2/+2
* the great api -> backend renamePaul Kehrer2013-10-221-6/+6
* Up our coverageAlex Gaynor2013-10-161-0/+8
* Refactor how cipher names are computedAlex Gaynor2013-10-161-1/+1
* rebase and modify to support some changed behaviorsPaul Kehrer2013-10-061-17/+2
* Camellia block cipher supportPaul Kehrer2013-10-061-0/+18
* modify modes to use abc so api can determine what attribute to callPaul Kehrer2013-09-101-4/+1
* rename get_null_for_ecb to get_iv_for_ecb per alex's commentsPaul Kehrer2013-09-101-2/+2
* add get_iv_or_nonce() methods to replace _get_iv() on apiPaul Kehrer2013-09-101-5/+2
* add ECB support to create_block_cipher_contextPaul Kehrer2013-09-101-0/+6
* Update docstring to pass alex8 lintingPaul Kehrer2013-09-091-1/+2
* openssl_version_text now calls startswith rather than findPaul Kehrer2013-09-091-1/+1
* ascii decode on openssl_version_text + doc string improvementsPaul Kehrer2013-09-091-0/+7
* Add method to bindings to get OPENSSL_VERSION_TEXTPaul Kehrer2013-09-091-0/+3
* Refactor into latest design decisionHynek Schlawack2013-08-081-0/+19