aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Handle multiple errors on the stackAlex Stapleton2014-02-011-2/+10
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Rename and documentAlex Gaynor2014-02-032-3/+3
| | | | | | |
* | | | | | | pep8 fixesAlex Gaynor2014-01-311-0/+2
| | | | | | |
* | | | | | | FixAlex Gaynor2014-01-301-9/+26
| | | | | | |
* | | | | | | Only make teh default onceAlex Gaynor2014-01-301-1/+2
| | | | | | |
* | | | | | | Added PBKDF2HMAC supportAlex Gaynor2014-01-301-1/+16
| | | | | | |
* | | | | | | Added support for HMAC backendAlex Gaynor2014-01-301-1/+15
| | | | | | |
* | | | | | | HashBackend is now supported by PrioritizedMultiBackendAlex Gaynor2014-01-301-1/+13
| | | | | | |
* | | | | | | Initial work on a prioritized multibackend for which implements CipherBackendAlex Gaynor2014-01-302-3/+49
|/ / / / / /
* | | | | | Merge pull request #531 from reaperhulk/pbkdf2-commoncryptoAlex Gaynor2014-01-291-1/+32
|\ \ \ \ \ \ | | | | | | | | | | | | | | PBKDF2HMAC (CommonCrypto)
| * | | | | | simplify check for algorithmPaul Kehrer2014-01-291-6/+1
| | | | | | |
| * | | | | | Merge branch 'master' into pbkdf2-commoncryptoPaul Kehrer2014-01-292-9/+10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: a bit more language work + changelog changes for pbkdf2hmac one more style fix a few typo fixes, capitalization, etc switch to private attributes in pbkdf2hmac expand docs to talk more about the purposes of KDFs update docs re: PBKDF2HMAC iterations add test for null char replacement Added installation section to index.rst called -> used quotes inside, diff examples Expose this method because probably someone will need it eventually fix spacing, remove versionadded since HashAlgorithm was in 0.1 document HashAlgorithm Added canonical installation document with details about various platforms, fixes #519 update docs for pbkdf2 Add bindings for X509_REQ_get_extensions. add Konstantinos Koukopoulos to AUTHORS.rst review fixes doc updates based on review Conflicts: docs/changelog.rst
| * | | | | | | update commoncrypto pbkdf2 with new namingPaul Kehrer2014-01-281-7/+8
| | | | | | | |
| * | | | | | | commoncrypto PBKDF2 supportPaul Kehrer2014-01-281-1/+36
| | | | | | | |
* | | | | | | | one more replacementPaul Kehrer2014-01-291-5/+1
| | | | | | | |
* | | | | | | | simplify hmac supported and hash supported calls for commoncryptoPaul Kehrer2014-01-291-12/+2
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #520 from reaperhulk/pbkdf2-opensslDavid Reid2014-01-294-2/+128
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | PBKDF2 Support (OpenSSL backend)
| * | | | | | | switch to private attributes in pbkdf2hmacPaul Kehrer2014-01-291-4/+4
| | | | | | | |
| * | | | | | | called -> usedPaul Kehrer2014-01-291-1/+1
| | | | | | | |
| * | | | | | | review fixesPaul Kehrer2014-01-281-4/+3
| |/ / / / / /
| * | | | | | add some unicode checks for salt on init and key_material on derivePaul Kehrer2014-01-281-0/+13
| | | | | | |
| * | | | | | simplify pbkdf2_hmac_supported in openssl backendPaul Kehrer2014-01-281-3/+1
| | | | | | |
| * | | | | | Merge branch 'master' into pbkdf2-opensslPaul Kehrer2014-01-282-3/+7
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fuck, fix C is not a good programming language This needs to be first Doh, reorder This type is not defined either of course Whoops, backwards Fixed #521 -- work on systems with no ec header at all
| * | | | | | | finish PBKDF2HMAC rename, more docsPaul Kehrer2014-01-281-2/+2
| | | | | | | |
| * | | | | | | rename PBKDF2 to PBKDF2HMAC, address many other review commentsPaul Kehrer2014-01-283-9/+15
| | | | | | | |
| * | | | | | | remove length check (which cffi handles)Paul Kehrer2014-01-281-2/+0
| | | | | | | |
| * | | | | | | test coverage, other changesPaul Kehrer2014-01-281-4/+13
| | | | | | | |
| * | | | | | | pbkdf2 docsPaul Kehrer2014-01-281-1/+1
| | | | | | | |
| * | | | | | | PBKDF2 support for OpenSSL backendPaul Kehrer2014-01-284-2/+105
| | | | | | | |
* | | | | | | | Expose this method because probably someone will need it eventuallyAlex Gaynor2014-01-291-0/+1
| | | | | | | |
* | | | | | | | Add bindings for X509_REQ_get_extensions.Stephen Holsapple2014-01-291-0/+1
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Without this binding it is impossible to get any extension objects from an X509Req object.
* | | | | | | Fuck, fixAlex Gaynor2014-01-281-1/+1
| | | | | | |
* | | | | | | C is not a good programming languageAlex Gaynor2014-01-281-4/+3
| | | | | | |
* | | | | | | This needs to be firstAlex Gaynor2014-01-281-1/+2
| | | | | | |
* | | | | | | Doh, reorderAlex Gaynor2014-01-281-1/+1
| | | | | | |
* | | | | | | This type is not defined either of courseAlex Gaynor2014-01-281-0/+1
| | | | | | |
* | | | | | | Whoops, backwardsAlex Gaynor2014-01-281-1/+1
| | | | | | |
* | | | | | | Fixed #521 -- work on systems with no ec header at allAlex Gaynor2014-01-281-0/+3
|/ / / / / /
* | | | | | Begin designing the KDF interfaces. Fixes #511Alex Gaynor2014-01-272-0/+20
| | | | | |
* | | | | | update docstringsPaul Kehrer2014-01-261-8/+8
| | | | | |
* | | | | | make public_key an abstractmethod, update docsPaul Kehrer2014-01-261-1/+1
| | | | | |
* | | | | | RSA private/public key interface + docsPaul Kehrer2014-01-251-0/+88
| | | | | |
* | | | | | Merge pull request #492 from public/py-thread-safeAlex Gaynor2014-01-243-1/+53
|\ \ \ \ \ \ | | | | | | | | | | | | | | Python implementation of OpenSSL locking callback
| * | | | | | Python implementation of OpenSSL locking callbackAlex Stapleton2014-01-243-1/+53
| | | | | | |
* | | | | | | Typo fixAlex Gaynor2014-01-241-2/+2
| | | | | | |
* | | | | | | Switch to using our own InternalError, instead of SystemErrorAlex Gaynor2014-01-243-5/+14
|/ / / / / /
* | | | | | remove advapi32 until we need it (for cryptgenrandom)Paul Kehrer2014-01-231-1/+1
| | | | | |
* | | | | | add library switch for windows supportPaul Kehrer2014-01-231-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Temporarily using pragma: no cover on it until we have windows coverage on travis. Windows builds will be done via jenkins for now.
* | | | | | Merge pull request #497 from reaperhulk/pbkdf2-commoncrypto-bindingsAlex Gaynor2014-01-232-0/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add CommonCrypto PBKDF2 bindings
| * | | | | | add commoncrypto PBKDF2 bindingsPaul Kehrer2014-01-222-0/+49
| | | | | | |