aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
Commit message (Collapse)AuthorAgeFilesLines
...
| | * doc updates based on reviewPaul Kehrer2014-01-281-2/+1
| | |
| | * rename PBKDF2 to PBKDF2HMAC, address many other review commentsPaul Kehrer2014-01-281-8/+8
| | |
| | * documentation improvements for KDFPaul Kehrer2014-01-281-1/+3
| | |
| | * pbkdf2 docsPaul Kehrer2014-01-281-2/+1
| | |
| | * PBKDF2 support for OpenSSL backendPaul Kehrer2014-01-281-0/+39
| | |
| * | a few typo fixes, capitalization, etcPaul Kehrer2014-01-291-4/+4
| | |
| * | Added canonical installation document with details about various platforms, ↵skeuomorf2014-01-291-48/+0
| |/ | | | | | | fixes #519
| * Mark that tehse are console sections so they syntax highlightAlex Gaynor2014-01-241-6/+12
| |
| * add instructions on how to install openssl via homebrewPaul Kehrer2014-01-241-2/+5
| |
| * add env so homebrew instructions work in fish as well as bash on OS XPaul Kehrer2014-01-241-1/+2
| |
| * add doc info about how to link against homebrew OpenSSL on OS XPaul Kehrer2014-01-241-0/+11
| |
* | first pass at adding docs for the engine.Paul Kehrer2014-01-201-1/+28
|/ | | | | lvh has graciously agreed to draft some language to explain the rationale behind choosing the system random over userspace rand
* Merge pull request #488 from dreid/privatize-register_cipher_adapterAlex Gaynor2014-01-201-19/+0
|\ | | | | Remove register_cipher_adapter from the interface and the documentation.
| * Remove register_cipher_adapter from the interface and the documentation.David Reid2014-01-201-19/+0
| |
* | Merge pull request #468 from reaperhulk/backend-flag-pytestDavid Reid2014-01-201-1/+5
|\ \ | |/ |/| Add backend flag for pytest runs
| * fix docsPaul Kehrer2014-01-191-2/+2
| |
| * update docs for name attributePaul Kehrer2014-01-191-2/+2
| |
| * docs for explicit backend selection and document name attribute of backendPaul Kehrer2014-01-181-1/+5
| |
* | doc updatesPaul Kehrer2014-01-192-1/+1
| |
* | added versionaddedPaul Kehrer2014-01-191-0/+2
| |
* | doc updatesPaul Kehrer2014-01-191-2/+2
| |
* | fix copy mistake in docsPaul Kehrer2014-01-191-1/+1
| |
* | increase indent and note the value of the attribute in the docsPaul Kehrer2014-01-191-2/+2
| |
* | update docs, add name attribute to backendPaul Kehrer2014-01-191-14/+4
| |
* | commoncrypto backend docsPaul Kehrer2014-01-102-0/+29
|/
* Split OpenSSL bindingAlex Stapleton2014-01-011-15/+2
|
* Document compiling OpenSSL to avoid conflictsAlex Stapleton2013-12-311-0/+27
|
* Slightly reorganize and cleanuip the backend docsAlex Gaynor2013-12-242-14/+14
|
* fix erroneous indent and add abstractmethod to HMACBackendPaul Kehrer2013-12-231-2/+2
|
* add hmac_supported method to backend.Paul Kehrer2013-12-231-2/+13
| | | | | Previously we were implicitly assuming that if a hash was supported then its hmac equivalent was as well.
* Renamed bindings to backendsAlex Gaynor2013-12-133-0/+200