aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* fix docs for unsupportedalgorithm exception (thanks nitpicky)Paul Kehrer2015-02-191-2/+2
|
* add examplesPaul Kehrer2015-02-191-0/+41
|
* support DER public and private key loading in the openssl backendPaul Kehrer2015-02-192-0/+59
|
* This link is also HTTPSAlex Gaynor2015-02-181-1/+1
|
* Use HTTPS for a few URLs in the docs that support itAlex Gaynor2015-02-172-2/+2
|
* Fixed a link that the EFF movedAlex Gaynor2015-02-171-1/+1
|
* Merge pull request #1668 from reaperhulk/move-kdf-interfacesAlex Gaynor2015-02-172-42/+51
|\ | | | | move KDF interface
| * move KDF interfacePaul Kehrer2015-02-162-42/+51
| |
* | Fixed URL in the docsAlex Gaynor2015-02-161-1/+1
|/
* move asymmetric signature interface docsPaul Kehrer2015-02-162-31/+34
|
* move asymmetric signature/verification interfacesPaul Kehrer2015-02-165-32/+40
|
* move asymmetric padding interface to primitives.asymmetric.paddingPaul Kehrer2015-02-163-11/+14
|
* Merge pull request #1659 from reaperhulk/move-cipher-interfacesAlex Stapleton2015-02-165-118/+125
|\ | | | | Move cipher and mode interfaces
| * export interfaces from base in ciphers, update docsPaul Kehrer2015-02-143-19/+19
| |
| * 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
| |
* | Merge pull request #1612 from reaperhulk/x509-dnAlex Gaynor2015-02-142-0/+49
|\ \ | |/ |/| X509 distinguished name parsing support in the OpenSSL backend
| * update docsPaul Kehrer2015-02-141-1/+1
| |
| * simplify things based on review feedbackPaul Kehrer2015-02-141-5/+6
| |
| * make x509.Name iterable and address other review feedbackPaul Kehrer2015-02-132-12/+12
| |
| * refactor x509.Name to use get_attributes_by_oidPaul Kehrer2015-02-121-95/+6
| |
| * X509 distinguished name parsing support in the OpenSSL backendPaul Kehrer2015-02-121-0/+137
| |
* | 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
|