aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* fix docs linksPaul Kehrer2015-02-132-3/+3
|
* move paddingPaul Kehrer2015-02-132-4/+14
|
* move cipher and mode interfacesPaul Kehrer2015-02-134-111/+108
|
* move hash interfacesPaul Kehrer2015-02-139-74/+72
|
* make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-1213-38/+41
|
* remove unused X509 certificate interfacePaul Kehrer2015-02-121-4/+2
| | | | | | We merged this interface and then changed our approach and use the cryptography.x509.Certificate interface instead. This one was never directly used.
* Merge pull request #1652 from reaperhulk/move-ecAlex Stapleton2015-02-122-140/+123
|\ | | | | Move EC interface definitions
| * move EC interfacesPaul Kehrer2015-02-122-140/+123
| |
* | document that we moved the DSA interfacesPaul Kehrer2015-02-121-0/+6
|/
* Merge pull request #1645 from reaperhulk/x509-attrsAlex Gaynor2015-02-102-0/+124
|\ | | | | add attribute and objectidentifier classes for x509 name
| * note that the OIDs listed are typically seen in x.509 namesPaul Kehrer2015-02-071-17/+29
| |
| * more x509 oid doc updatesPaul Kehrer2015-02-071-4/+12
| |
| * whoopsPaul Kehrer2015-02-061-16/+16
| |
| * more doc fixesPaul Kehrer2015-02-062-18/+18
| |
| * add descriptions to each OID constant, update object to instancePaul Kehrer2015-02-051-0/+30
| |
| * rename ObjectIdentifier.value to dotted_stringPaul Kehrer2015-02-041-1/+1
| |
| * fix some formatting in the docsPaul Kehrer2015-02-041-2/+2
| |
| * UnknownNameAttribute is not needed nowPaul Kehrer2015-02-041-6/+0
| |
| * rename Attribute to NameAttribute and remove name from OIDPaul Kehrer2015-02-021-5/+5
| |
| * add some prose trying to explain Attribute and ObjectIdentifierPaul Kehrer2015-01-301-0/+5
| |
| * update docsPaul Kehrer2015-01-302-1/+5
| |
| * add attribute and objectidentifier classes for x509 namePaul Kehrer2015-01-291-0/+71
| |
* | Have the pem public/private key loading docs point to x.509Alex Gaynor2015-01-271-0/+8
| |
* | Include an example of loading a public keyAlex Gaynor2015-01-271-0/+15
|/
* Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsaAlex Stapleton2015-01-245-140/+150
|
* Merge pull request #1634 from public/deprecate-dsaPaul Kehrer2015-01-233-173/+172
|\ | | | | Move DSA* interfaces to interfaces.dsa module
| * Move DSA* interfaces to interfaces.dsa moduleAlex Stapleton2015-01-223-173/+172
| |
* | we now test against 1.0.2 finalPaul Kehrer2015-01-221-1/+1
|/
* doc updatePaul Kehrer2015-01-181-2/+2
|
* various improvements to rsa_recover_prime_factors per review feedbackPaul Kehrer2015-01-181-4/+3
|
* recover (p, q) given (n, e, d). fixes #975Paul Kehrer2015-01-181-0/+15
|
* add utf8 certificatePaul Kehrer2015-01-171-0/+3
|
* wrap a thingPaul Kehrer2015-01-171-1/+2
|
* add two custom certificates for x509 name parsing testsPaul Kehrer2015-01-171-0/+4
|
* Merge pull request #1608 from reaperhulk/der-backend-interfacesAlex Gaynor2015-01-171-0/+24
|\ | | | | add DER backend interfaces
| * add DER backend interfacesPaul Kehrer2015-01-041-0/+24
| |
* | Fixed the paths in the go cast verifier.Alex Gaynor2015-01-091-22/+22
| | | | | | | | Also made some changes to appease go vet and other linters.
* | Bump some more yearsAlex Gaynor2015-01-082-2/+2
| |
* | Increase the year in some of our docsAlex Gaynor2015-01-082-4/+4
| |
* | fix path mistakePaul Kehrer2015-01-061-2/+2
| |
* | add DER asymmetric keysPaul Kehrer2015-01-041-7/+18
|/
* Merge pull request #1606 from reaperhulk/doc-dsa-keysDonald Stufft2015-01-041-0/+4
|\ | | | | document DSA key we added long ago
| * fix a doc8 violationPaul Kehrer2015-01-041-2/+2
| |
| * document DSA keys we added long agoPaul Kehrer2015-01-031-0/+4
| |
* | Merge pull request #1593 from ↵Paul Kehrer2015-01-041-6/+3
|\ \ | |/ |/| | | | | greghaynes/feature/make-symmetric-enc-example-an-example Make the symmetric-enc example an example
| * IV should be 16 bytesGregory Haynes2015-01-031-1/+1
| |
| * iv should be 32 bytesGregory Haynes2015-01-031-1/+1
| |
| * Assign iv to var and remove testsetup blockGregory Haynes2015-01-031-8/+3
| |
| * Make the symmetric-enc example an exampleGregory Haynes2014-12-301-1/+3
| | | | | | | | | | Making some minor tweaks to the doc example for symmetric encryption so it is an actual, runable example.
* | provide paths from the cryptography vectors root for custom asym vectorsPaul Kehrer2015-01-011-18/+19
|/