Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support byteslike in KBKDFHMAC (#4711) | Paul Kehrer | 2019-01-17 | 1 | -1/+2 |
| | |||||
* | support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709) | Paul Kehrer | 2019-01-17 | 1 | -3/+6 |
| | | | | | | | | * byteslike concatkdf * byteslike scrypt * byteslike x963kdf | ||||
* | Support byteslike in HKDF and PBKDF2HMAC (#4707) | Paul Kehrer | 2019-01-17 | 1 | -2/+4 |
| | | | | | | | | * support byteslike in HKDF * support byteslike in PBKDF2HMAC * add missing docs | ||||
* | Fixed some confusing type descriptions in docs (#4231) | Alex Gaynor | 2018-05-12 | 1 | -4/+1 |
| | |||||
* | Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929) | Alex Gaynor | 2017-09-20 | 1 | -3/+3 |
| | |||||
* | don't use long keys because they can be confusing wrt bits/bytes (#3734) | Paul Kehrer | 2017-06-28 | 1 | -17/+17 |
| | | | | | | | | * don't use long keys because they can be confusing wrt bits/bytes * make sure we say bytes everywhere * shorten the scrypt output to 32 bytes as well | ||||
* | scrypt can be doctested now that we're using 1.1.0 (#3688) | Paul Kehrer | 2017-06-07 | 1 | -1/+1 |
| | |||||
* | Let's help out the newbies (#3572) | Cory Benfield | 2017-05-22 | 1 | -2/+5 |
| | |||||
* | Update NIST urls in docs (#3418) | Alex Gaynor | 2017-02-27 | 1 | -2/+2 |
| | |||||
* | Scrypt docs code example contradict RFC 7914 (#3302) (#3303) | Nick Badger | 2016-12-10 | 1 | -12/+14 |
| | | | | | | | | | | | | * Scrypt docs code example contradict RFC 7914 (#3302) * More secure example difficulty of parameter n in scrypt docs (#3302) * Change link text to scrypt paper (#3302) * Change link text to scrypt paper, part deux (#3302) * Add "logins" to spelling wordlist | ||||
* | Link to our implementation of scrypt, now that we have it (#3189) | Alex Gaynor | 2016-10-07 | 1 | -2/+2 |
| | |||||
* | Add bounds checking for Scrypt parameters. (#3130) | Terry Chia | 2016-09-02 | 1 | -0/+3 |
| | | | | | | | | | | * Add bounds checking for Scrypt parameters. * Pep8. * More PEP8. * Change wording. | ||||
* | Scrypt Implementation (#3117) | Terry Chia | 2016-09-01 | 1 | -0/+107 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Scrypt implementation. * Docs stuff. * Make example just an example and not a doctest. * Add changelog entry. * Docs cleanup. * Add more tests. * Add multibackend tests. * PEP8. * Add docs about Scrypt parameters. * Docs cleanup. * Add AlreadyFinalized. | ||||
* | some docs cleanups + changelog (#3122) | Alex Gaynor | 2016-08-30 | 1 | -3/+2 |
| | |||||
* | Remove provider language from docs (#3072) | Gabriel Orisaka | 2016-07-31 | 1 | -38/+26 |
| | |||||
* | NIST SP 800-108 Counter Mode KDF (#2748) | Jared | 2016-05-29 | 1 | -0/+150 |
| | | | | | | | | | | | | | | | | | | * NIST SP 800-108 Counter Mode and Feedback Mode KDF * CounterKDF unit tests * Refactor to support multiple key based KDF modes. * Extracting supported algorithms for KBKDF Counter Mode test vectors * Adding support for different rlen and counter location in KBKDF * support for multiple L lengths and 24 bit counter length. * Adding KBKDF Documentation. * Refactoring KBKDF to KBKDFHMAC to describe hash algorithm used. | ||||
* | Some cleanups | Alex Gaynor | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | Add X963KDF from ANSI X9.63:2001 | Simo Sorce | 2015-09-24 | 1 | -0/+95 |
| | | | | | | | | | | The implemention allows the use a Hash function to implement a KDF very similar to ConcatKDFHash, just different enough to require a separate derivation function. Closes #2203 Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Remove mention of extract/expand operations from ConcatKDF docs. | Terry Chia | 2015-06-13 | 1 | -4/+2 |
| | |||||
* | cleanup a doctest and add a changelog entry for concatkdf | Paul Kehrer | 2015-06-12 | 1 | -1/+0 |
| | |||||
* | Add ConcatKDF from NIST SP 800-56A | Simo Sorce | 2015-06-12 | 1 | -0/+187 |
| | | | | | | | | | The implemention allows the use an HMAC function as per Revision 2 of the document. Conformance of the formatting of the OtherInfo argument is responsability of the calling application. Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | move KDF interface | Paul Kehrer | 2015-02-16 | 1 | -2/+49 |
| | |||||
* | move hash interfaces | Paul Kehrer | 2015-02-13 | 1 | -3/+3 |
| | |||||
* | A few more docs fixes | Alex Gaynor | 2014-11-23 | 1 | -4/+4 |
| | |||||
* | Simplified exception message | Ayrx | 2014-05-17 | 1 | -14/+6 |
| | |||||
* | Fixed TypeError and added documentation | Ayrx | 2014-05-17 | 1 | -0/+21 |
| | |||||
* | Merge pull request #1016 from Ayrx/hkdf-expand-only | Alex Stapleton | 2014-05-10 | 1 | -0/+92 |
|\ | | | | | HKDF Expand Only implementation | ||||
| * | Added missing exception to documentation | Ayrx | 2014-05-10 | 1 | -0/+6 |
| | | |||||
| * | Renamed HKDFExpandOnly to HKDFExpand | Ayrx | 2014-05-07 | 1 | -5/+5 |
| | | |||||
| * | Added documentation | Ayrx | 2014-05-06 | 1 | -0/+86 |
| | | |||||
* | | Fixed misspelling | Ayrx | 2014-05-06 | 1 | -1/+1 |
|/ | |||||
* | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 1 | -2/+2 |
| | |||||
* | Standardise on sentence case for titles | Alex Stapleton | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Added backend check to kdf primitives | Ayrx | 2014-03-15 | 1 | -0/+8 |
| | |||||
* | Fix ":param:" syntax in KDF docs | Wouter Bolsterlee | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Switch this to a warning block | Alex Gaynor | 2014-02-12 | 1 | -1/+4 |
| | |||||
* | Be clear about HKDF's applicability for password storage | Alex Gaynor | 2014-02-12 | 1 | -0/+1 |
| | |||||
* | Strings have quote marks at both ends. | David Reid | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | HKDF example. | David Reid | 2014-02-03 | 1 | -0/+26 |
| | |||||
* | Remove language about the separate stages of HKDF until we expose multiple ↵ | David Reid | 2014-02-03 | 1 | -5/+0 |
| | | | | stages of HKDF. | ||||
* | Lose the bit about passwords. | David Reid | 2014-02-03 | 1 | -3/+1 |
| | |||||
* | https a bunch of links. | David Reid | 2014-02-03 | 1 | -5/+5 |
| | |||||
* | Pseudorandom is a word. | David Reid | 2014-02-03 | 1 | -2/+2 |
| | |||||
* | Backtick the entire equation. | David Reid | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Clarify salt language and link to the paper in addition to the RFC. | David Reid | 2014-02-03 | 1 | -4/+13 |
| | |||||
* | HKDF docs | David Reid | 2014-02-03 | 1 | -1/+65 |
| | |||||
* | Fixed up some backwards syntax in the docs | Alex Gaynor | 2014-01-29 | 1 | -3/+3 |
| | |||||
* | PBKDF2HMAC requires a PBKDF2HMACBackend provider. | Paul Kehrer | 2014-01-29 | 1 | -1/+1 |
| | | | | I cannot be trusted with a pasteboard | ||||
* | a bit more language work + changelog changes for pbkdf2hmac | Paul Kehrer | 2014-01-29 | 1 | -9/+11 |
| | |||||
* | expand docs to talk more about the purposes of KDFs | Paul Kehrer | 2014-01-29 | 1 | -4/+20 |
| |