Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | update docs re: PBKDF2HMAC iterations | Paul Kehrer | 2014-01-29 | 1 | -1/+3 |
| | |||||
* | update docs for pbkdf2 | Paul Kehrer | 2014-01-29 | 1 | -5/+4 |
| | |||||
* | some alternate language | Paul Kehrer | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | update docs with more detailed info re: PBKDF2 usage | Paul Kehrer | 2014-01-28 | 1 | -3/+48 |
| | |||||
* | okay this time really finish the rename. Up example iterations to 100k | Paul Kehrer | 2014-01-28 | 1 | -2/+2 |
| | |||||
* | finish PBKDF2HMAC rename, more docs | Paul Kehrer | 2014-01-28 | 1 | -6/+20 |
| | |||||
* | rename PBKDF2 to PBKDF2HMAC, address many other review comments | Paul Kehrer | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | documentation improvements for KDF | Paul Kehrer | 2014-01-28 | 1 | -12/+19 |
| | |||||
* | pbkdf2 docs | Paul Kehrer | 2014-01-28 | 1 | -0/+40 |