aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* We test on 3.5Alex Gaynor2015-09-251-2/+2
|
* We ship statically linked wheels for OS X as wellAlex Gaynor2015-09-251-3/+4
|
* appeasementAlex Gaynor2015-09-241-1/+1
|
* some commas that look correctAlex Gaynor2015-09-244-4/+4
|
* Some cleanupsAlex Gaynor2015-09-241-1/+1
|
* Add X963KDF from ANSI X9.63:2001Simo Sorce2015-09-242-0/+96
| | | | | | | | | | 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>
* add docs on how to upgrade OpenSSL on OS X and windows buildersPaul Kehrer2015-09-221-5/+20
|
* Fixes #2353 -- document that we need PyPy 2.6+Alex Gaynor2015-09-191-1/+1
|
* Add NIST Vectors for ANSI X9.63 KDFSimo Sorce2015-09-181-0/+1
| | | | | | | Source: http://csrc.nist.gov/groups/STM/cavp/documents/components/800-135testvectors/ansx963_2001.zip Signed-off-by: Simo Sorce <simo@redhat.com>
* Correct order of parameters in documentationMatěj Grabovský2015-09-161-1/+1
|
* rework OS X install docs to describe static/dynamic linkingPaul Kehrer2015-09-051-14/+41
|
* Merge branch 'master' into docs-fixPaul Kehrer2015-09-041-6/+9
|\
| * Fixed #2318 -- added the missing critical flag to the x509 tutorialAlex Gaynor2015-09-031-6/+9
| |
* | fix a docs typo and convert it to a doctest to prevent future problemsPaul Kehrer2015-09-041-22/+24
|/
* Merge pull request #2304 from Ayrx/fernet-docs-kdfPaul Kehrer2015-08-302-0/+42
|\ | | | | Add some text regarding using passwords with Fernet.
| * Add bcrypt to word list.Terry Chia2015-08-301-0/+1
| |
| * Mention bcrypt and scrypt.Terry Chia2015-08-301-1/+2
| |
| * Fix imports and wordings.Terry Chia2015-08-291-5/+6
| |
| * Add Django to wordlist.Terry Chia2015-08-291-0/+1
| |
| * Fixed PBKDF2 class target.Terry Chia2015-08-291-1/+1
| |
| * Fix link.Terry Chia2015-08-291-1/+1
| |
| * Add some text regarding using passwords with Fernet.Terry Chia2015-08-291-0/+38
| |
* | line lengthAlex Gaynor2015-08-291-4/+4
| |
* | spellingAlex Gaynor2015-08-291-1/+1
| |
* | Fixed #2270 -- update citation to something that worksAlex Gaynor2015-08-291-5/+5
|/
* Merge pull request #2297 from fxfitz/patch-1Alex Gaynor2015-08-271-1/+1
|\ | | | | Update fernet.rst - removed a word!
| * Update fernet.rst - removed a word!Fran Fitzpatrick2015-08-251-1/+1
| |
* | Write as binaryTim Buchwaldt2015-08-261-2/+2
|/ | | At least on Python3 it fails otherwise.
* Update tutorial.rst as it was missing an importAbhijeet Rastogi2015-08-151-0/+1
|
* Fixed a pair of examples in teh docsAlex Gaynor2015-08-121-2/+2
|
* Merge pull request #2267 from queenp/iss2255Paul Kehrer2015-08-121-0/+17
|\ | | | | added get_extension_for_class #2255
| * Added ::versionadded 1.1 tag to get_extension_for_classPhoebe Queen2015-08-121-0/+2
| |
| * added docs for get_extension_for_classPhoebe Queen2015-08-121-0/+15
| |
* | Update the docs for the correct RFC in more placesAlex Gaynor2015-08-122-4/+4
| |
* | Merge pull request #2250 from reaperhulk/fix-2246Alex Gaynor2015-08-123-9/+11
|\ \ | |/ |/| resolve incorrect docs/naming around DSA (r, s) tuple encode/decode
| * resolve incorrect docs/naming around DSA (r, s) tuple encode/decodePaul Kehrer2015-08-103-9/+11
| |
* | make import consistentPaul Kehrer2015-08-111-6/+6
| |
* | update tutorial to use namespace OIDsPaul Kehrer2015-08-111-5/+6
| |
* | update x509 reference to use namespaced OIDsPaul Kehrer2015-08-111-210/+236
|/
* add versionadded to the get_provision_uri methods on TOTP/HOTPPaul Kehrer2015-08-091-0/+4
|
* Document how to get a random number as an integer, fixes #2190Alex Gaynor2015-08-081-0/+8
|
* address review commentsPaul Kehrer2015-08-081-6/+11
|
* update prose for from_issuer_public_keyPaul Kehrer2015-08-081-4/+8
|
* add AuthorityKeyIdentifier from_issuer_public_keyPaul Kehrer2015-08-081-0/+30
| | | | | Refactored SKI's creation code into a separate function, added doctest examples
* Merge pull request #2204 from reaperhulk/ski-classmethodAlex Gaynor2015-08-081-0/+17
|\ | | | | SubjectKeyIdentifier classmethod
| * add more prose about how the digest is generatedPaul Kehrer2015-08-081-1/+3
| |
| * rename to classmethod to from_public_keyPaul Kehrer2015-08-051-1/+1
| |
| * add SubjectKeyIdentifier.create_from_public_keyPaul Kehrer2015-08-051-0/+15
| |
* | Merge pull request #2217 from reaperhulk/extensions-oidsAlex Gaynor2015-08-071-4/+119
|\ \ | | | | | | Add OIDs to extension types and add ExtensionType interface
| * | fix missed change for OID docsPaul Kehrer2015-08-071-1/+1
| | |