Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also clean up this syntax | Alex Gaynor | 2014-02-13 | 1 | -7/+7 |
| | |||||
* | Fixed a missing word in the RSA docs | Alex Gaynor | 2014-02-13 | 1 | -10/+10 |
| | |||||
* | add versionadded to cast5 | Paul Kehrer | 2014-02-13 | 1 | -0/+2 |
| | |||||
* | Merge pull request #604 from reaperhulk/cast5-cbc-and-more | Alex Gaynor | 2014-02-13 | 1 | -1/+10 |
|\ | | | | | CAST5 Support (ECB, CBC, CFB, OFB) | ||||
| * | remove some extra linebreaks | Paul Kehrer | 2014-02-12 | 1 | -2/+0 |
| | | |||||
| * | add cast5 docs | Paul Kehrer | 2014-02-12 | 1 | -0/+11 |
| | | |||||
* | | 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 |
|/ | |||||
* | Don't throw away the result of finalize either. | David Reid | 2014-02-12 | 1 | -1/+2 |
| | |||||
* | Don't throw away the result of padder.update because it confuses users. | David Reid | 2014-02-12 | 1 | -8/+9 |
| | |||||
* | Add RSAPrivateKey.generate | Alex Stapleton | 2014-02-12 | 1 | -3/+23 |
| | |||||
* | Merge pull request #579 from public/words | Alex Gaynor | 2014-02-08 | 2 | -2/+2 |
|\ | | | | | s/which/that/ | ||||
| * | s/which/that/ | Alex Stapleton | 2014-02-08 | 2 | -2/+2 |
| | | | | | | | | | | Which is usually for descriptive clauses in technical writing, while that is restrictive. Most of the time we are being being restrictive. | ||||
* | | Merge pull request #559 from public/rsa-keys | Paul Kehrer | 2014-02-07 | 2 | -0/+59 |
|\ \ | | | | | | | RSA keys | ||||
| * | | . | Alex Stapleton | 2014-02-07 | 1 | -1/+1 |
| | | | |||||
| * | | Add warning about untrusted private keys | Alex Stapleton | 2014-02-07 | 1 | -0/+7 |
| | | | |||||
| * | | More sanity checks | Alex Stapleton | 2014-02-06 | 1 | -3/+3 |
| | | | |||||
| * | | RSA key docs | Alex Stapleton | 2014-02-05 | 2 | -0/+52 |
| |/ | |||||
* | | Rephrase for additional clairyt | Alex Gaynor | 2014-02-06 | 2 | -17/+17 |
| | | |||||
* | | Update padding.rst | Jay Parlar | 2014-02-06 | 1 | -1/+1 |
|/ | | | Small typo fix | ||||
* | Some reST markup nonsense | Alex Gaynor | 2014-02-04 | 1 | -3/+4 |
| | |||||
* | More clearly describe the behavior of constant_time.bytes_eq | Alex Gaynor | 2014-02-04 | 1 | -2/+4 |
| | |||||
* | 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 |
| | |||||
* | Refer to the `d` param of RSA as `private_exponent`. | Alex Gaynor | 2014-02-03 | 1 | -1/+7 |
| | |||||
* | Rename RSAs key_length to key_size | Alex Stapleton | 2014-02-02 | 1 | -2/+2 |
| | | | | So that it matches the existing documented CipherContext stuff. | ||||
* | 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 | ||||
* | Merge pull request #520 from reaperhulk/pbkdf2-openssl | David Reid | 2014-01-29 | 2 | -0/+126 |
|\ | | | | | PBKDF2 Support (OpenSSL backend) | ||||
| * | 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 | 2 | -13/+20 |
| | | |||||
| * | pbkdf2 docs | Paul Kehrer | 2014-01-28 | 2 | -0/+41 |
| | | |||||
* | | quotes inside, diff examples | Paul Kehrer | 2014-01-29 | 1 | -2/+2 |
| | | |||||
* | | fix spacing, remove versionadded since HashAlgorithm was in 0.1 | Paul Kehrer | 2014-01-29 | 1 | -3/+0 |
| | | |||||
* | | document HashAlgorithm | Paul Kehrer | 2014-01-29 | 1 | -0/+28 |
|/ |