aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1612 from reaperhulk/x509-dnAlex Gaynor2015-02-141-0/+48
|\ | | | | 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-131-12/+11
| |
| * 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-131-1/+1
| |
* | make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-121-2/+2
|/
* 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-061-17/+17
|
* 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
|
* 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-301-1/+1
|
* add attribute and objectidentifier classes for x509 namePaul Kehrer2015-01-291-0/+71
|
* Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsaAlex Stapleton2015-01-241-3/+3
|
* While X.509 is definitely hazardous to one's health. It's not dragons and ↵Alex Gaynor2014-12-171-2/+0
| | | | | | sharks hazardous. (It is known to the state of california to cause cancer)
* doc update for x509Paul Kehrer2014-12-171-1/+3
|
* Markup fix.Alex Gaynor2014-12-161-1/+2
|
* Slightly more descriptive docsAlex Gaynor2014-12-161-2/+2
|
* fix some docsPaul Kehrer2014-12-161-5/+5
|
* add examples for accessing each attrPaul Kehrer2014-12-161-2/+35
|
* add parsed_version attribute to InvalidVersionPaul Kehrer2014-12-151-0/+4
|
* improve the docs a bit morePaul Kehrer2014-12-151-2/+5
|
* rename X509 classes to remove X509 and improve some testsPaul Kehrer2014-12-151-14/+16
|
* reorganize a bunch of things related to the x509certificate interfacePaul Kehrer2014-12-151-6/+57
|
* address review feedbackPaul Kehrer2014-12-151-1/+6
|
* update docs, test invalid x509 versionPaul Kehrer2014-12-151-1/+1
|
* move x509 to top level, add more docsPaul Kehrer2014-12-151-0/+97