aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* add missing "signing"Paul Kehrer2015-03-291-1/+1
* move testsetup around and improve some verbiagePaul Kehrer2015-03-291-32/+29
* move test setupPaul Kehrer2015-03-291-23/+23
* rename to CertificateSigningRequestPaul Kehrer2015-03-292-10/+12
* address some review commentsPaul Kehrer2015-03-291-4/+4
* rename request to CSRPaul Kehrer2015-03-292-10/+10
* basic support for parsing x509 requestsPaul Kehrer2015-03-292-0/+103
* Merge pull request #1769 from reaperhulk/x509-extension-bcAlex Gaynor2015-03-281-0/+34
|\
| * basicConstraints support for OpenSSL X509 backendPaul Kehrer2015-03-281-0/+34
* | Merge pull request #1786 from reaperhulk/san-vectorsAlex Gaynor2015-03-281-0/+8
|\ \ | |/ |/|
| * add X509 SAN extension vectorsPaul Kehrer2015-03-281-0/+8
* | add x509 extensions class and basic tests (no extensions supported)Paul Kehrer2015-03-281-1/+38
|/
* add unsupported extension marked criticalPaul Kehrer2015-03-271-0/+3
* add unsupported extension x509 test vectorPaul Kehrer2015-03-271-0/+3
* add new basic constraints vector with path length zeroPaul Kehrer2015-03-251-0/+3
* Merge pull request #1768 from reaperhulk/basic-constraintsAlex Gaynor2015-03-231-0/+65
|\
| * review feedback updatesPaul Kehrer2015-03-231-1/+3
| * doc updates and simplification of __repr__Paul Kehrer2015-03-221-2/+5
| * doc updatePaul Kehrer2015-03-221-1/+1
| * rework BasicConstraints and Extension.Paul Kehrer2015-03-221-3/+12
| * review feedback doc updatesPaul Kehrer2015-03-211-2/+2
| * add docs for the OID_BASIC_CONSTRAINTS constantPaul Kehrer2015-03-211-0/+8
| * basic constraints class & extensions interfacePaul Kehrer2015-03-211-0/+43
* | Merge pull request #1759 from reaperhulk/aes-keywrap-vectorsAlex Gaynor2015-03-211-0/+5
|\ \ | |/ |/|
| * add keywrap test vectors from NISTPaul Kehrer2015-03-151-0/+5
* | add 3 new certificate vectors for upcoming basic constraints testsPaul Kehrer2015-03-201-0/+7
|/
* Merge pull request #1738 from reaperhulk/deprecation-danceAlex Gaynor2015-03-092-24/+2
|\
| * missed some linksPaul Kehrer2015-03-091-2/+2
| * Do the deprecation dancePaul Kehrer2015-03-091-22/+0
* | Merge pull request #1740 from alex/fixed-gitorious-linkPaul Kehrer2015-03-091-1/+1
|\ \
| * | Updated one more gitorious linkAlex Gaynor2015-03-091-1/+1
| |/
* / Use full path in the documentationAlex Gaynor2015-03-091-1/+1
|/
* DSA public key serializationPaul Kehrer2015-03-082-2/+37
* fix a docs linkPaul Kehrer2015-03-081-1/+1
* update docs to add ECPublicKey to list of classes that have public_bytesPaul Kehrer2015-03-081-1/+3
* serialize EC public keysPaul Kehrer2015-03-082-2/+36
* update docs to note PKCS1 is essentially RSA onlyPaul Kehrer2015-03-081-1/+1
* support RSA public key serializationPaul Kehrer2015-03-072-1/+73
* gitorious is no longer a thing so gnutls is now hosted by gitlabPaul Kehrer2015-03-061-5/+5
* Merge pull request #1712 from reaperhulk/serialize-dsa-private-keyAlex Gaynor2015-03-052-3/+53
|\
| * serialize DSA private keysPaul Kehrer2015-03-022-3/+53
* | Merge pull request #1714 from reaperhulk/asymmetric-public-vectorsAlex Stapleton2015-03-041-1/+7
|\ \
| * | DER conversion of PKCS1 rsa.pub.pemPaul Kehrer2015-03-021-2/+3
| * | add RSA/DSA PKCS1 public keysPaul Kehrer2015-03-021-1/+6
| |/
* | Fixed URL that changed in docsAlex Gaynor2015-03-031-1/+1
* | Update OpenSSL test vector link to point at Github repositoryPaul Kehrer2015-03-021-1/+1
|/
* format to privateformatPaul Kehrer2015-03-021-4/+4
* add support for serialization of EC private keysPaul Kehrer2015-03-012-6/+53
* s/Format/PrivateFormatPaul Kehrer2015-03-012-8/+9
* Merge pull request #1503 from reaperhulk/serialize-some-keysAlex Stapleton2015-03-013-1/+143
|\