aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1874 from eeshangarg/starter-project-1870-2Alex Gaynor2015-04-293-25/+23
|\
| * Replace the remaining occurrences of six.u with the u prefixEeshan Garg2015-04-293-25/+23
* | Refs #1870 - replace six.u with u prefix in tests/hazmat/primitivesEeshan Garg2015-04-297-32/+18
|/
* add URI general name supportPaul Kehrer2015-04-281-0/+21
* support registeredID general name in OpenSSL backendPaul Kehrer2015-04-221-0/+18
* return only an int for unsupported general name type, update docsPaul Kehrer2015-04-221-1/+1
* update exception to contain detailPaul Kehrer2015-04-211-1/+3
* handle otherName, x400Address, and ediPartyName in OpenSSL backendPaul Kehrer2015-04-211-0/+11
* Merge pull request #1857 from reaperhulk/san-check-list-elementsAlex Gaynor2015-04-211-0/+6
|\
| * add a check to require that the list passed to SAN is all general namesPaul Kehrer2015-04-211-0/+6
* | Support Subject Alternative Name in the OpenSSL backendPaul Kehrer2015-04-201-0/+21
|/
* AuthorityKeyIdentifier supportPaul Kehrer2015-04-181-0/+51
* Merge pull request #1783 from reaperhulk/san-classAlex Gaynor2015-04-181-0/+156
|\
| * Add GeneralName and SubjectAlternativeName classesPaul Kehrer2015-04-141-0/+156
* | improve KeyUsage reprPaul Kehrer2015-04-151-2/+2
* | Merge pull request #1848 from reaperhulk/invalid-tokenAlex Gaynor2015-04-142-2/+4
|\ \
| * | Move cryptography.exceptions.InvalidToken to cryptography.hazmat.primitives.t...Steven Buss2015-04-132-2/+4
| |/
* / Work around pyasn1's willingness to return endOfOctets in DER parsingGeoffrey Thomas2015-04-131-0/+5
|/
* keyusage support in the OpenSSL backendPaul Kehrer2015-04-121-0/+60
* Merge pull request #1814 from reaperhulk/keyusage-reprAlex Gaynor2015-04-121-0/+38
|\
| * add repr to KeyUsagePaul Kehrer2015-04-021-0/+38
* | let's make that repr actually goodPaul Kehrer2015-04-111-3/+4
* | add repr for x509 namesPaul Kehrer2015-04-111-0/+12
* | alter approach to just use digest, no hexdigestPaul Kehrer2015-04-101-9/+17
* | python 3.2 you are terriblePaul Kehrer2015-04-101-7/+7
* | add subjectkeyidentifier supportPaul Kehrer2015-04-101-0/+72
* | add extendedkeyusage reprPaul Kehrer2015-04-021-0/+11
|/
* add keyusage extensionPaul Kehrer2015-03-311-0/+97
* add extendedkeyusage extensionPaul Kehrer2015-03-311-0/+17
* add load_der_x509_csr to support loading DER encoded CSRsPaul Kehrer2015-03-302-20/+57
* add test for invalid PEM CSRPaul Kehrer2015-03-291-0/+4
* rename request to CSRPaul Kehrer2015-03-292-7/+7
* basic support for parsing x509 requestsPaul Kehrer2015-03-292-0/+73
* rename test class namePaul Kehrer2015-03-281-1/+1
* basicConstraints support for OpenSSL X509 backendPaul Kehrer2015-03-281-0/+108
* add x509 extensions class and basic tests (no extensions supported)Paul Kehrer2015-03-281-0/+57
* allow zero value bn using _bn_to_int in the openssl backendPaul Kehrer2015-03-251-0/+4
* use kwargs for BasicConstraints creationPaul Kehrer2015-03-231-9/+9
* rework BasicConstraints and Extension.Paul Kehrer2015-03-221-11/+28
* basic constraints class & extensions interfacePaul Kehrer2015-03-211-0/+40
* pep8! *shakes fist at the sky*Paul Kehrer2015-03-141-1/+1
* DER serialization of DSA private keysPaul Kehrer2015-03-142-40/+86
* support DER encoded EC private key serializationPaul Kehrer2015-03-131-12/+93
* support RSA DER private key serializationPaul Kehrer2015-03-132-23/+95
* Merge pull request #1741 from reaperhulk/serialize-der-public-keysAlex Gaynor2015-03-104-43/+81
|\
| * support DER serialization of public keysPaul Kehrer2015-03-104-43/+81
* | Fixed the deprecation warnings being triggered by the testsAlex Gaynor2015-03-105-12/+12
|/
* DSA public key serializationPaul Kehrer2015-03-081-1/+44
* make tests properly skip on OpenSSLs without EC supportPaul Kehrer2015-03-081-0/+4
* serialize EC public keysPaul Kehrer2015-03-081-1/+69