aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | support the EKU OIDs specified in RFC 5280 section 4.2.1.12Paul Kehrer2015-03-301-0/+33
| |/ /
* / / Added some more words to our dictionary. These are needed for #1785Alex Gaynor2015-03-301-0/+3
|/ /
* | Merge pull request #1799 from reaperhulk/san-csr-vectorAlex Gaynor2015-03-301-0/+3
|\ \ | | | | | | add SAN CSR vectors
| * | add SAN CSR vectorsPaul Kehrer2015-03-301-0/+3
| | |
* | | add load_der_x509_csr to support loading DER encoded CSRsPaul Kehrer2015-03-301-0/+16
|/ /
* | add DER CSR vectorsPaul Kehrer2015-03-301-10/+10
| |
* | 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 backend
| * 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 vectors
| * 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
|\ | | | | basic constraints class & extensions interface
| * 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 NIST
| * add keywrap test vectors from NISTPaul Kehrer2015-03-151-0/+5
| | | | | | | | From http://csrc.nist.gov/groups/STM/cavp/documents/mac/kwtestvectors.zip
* | 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
|\ | | | | Do the deprecation dance
| * 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 link
| * | 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 keys
| * serialize DSA private keysPaul Kehrer2015-03-022-3/+53
| |
* | Merge pull request #1714 from reaperhulk/asymmetric-public-vectorsAlex Stapleton2015-03-041-1/+7
|\ \ | | | | | | add RSA/DSA PKCS1 public keys
| * | DER conversion of PKCS1 rsa.pub.pemPaul Kehrer2015-03-021-2/+3
| | |
| * | add RSA/DSA PKCS1 public keysPaul Kehrer2015-03-021-1/+6
| |/ | | | | | | | | | | unenc-rsa-pkcs8.pub.pem is PEM PKCS1 formatted public key converted from the subjectPublicKeyInfo version dsa.pub.pem is the DSA key from the ruby OpenSSL tests