aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | use !r for explicit_text in NoticeReference reprPaul Kehrer2015-05-111-3/+3
| | |
* | | remove policyqualifierinfo objectPaul Kehrer2015-05-101-40/+29
| | |
* | | certificate policies extension supportPaul Kehrer2015-05-101-0/+117
| | | | | | | | | | | | Adds a bunch of ancillary classes to support this.
* | | Merge pull request #1906 from reaperhulk/cdpAlex Gaynor2015-05-101-0/+292
|\ \ \ | | | | | | | | add CRLDistributionPoints and associated classes
| * | | repr tests are the worst. frozenset has diff repr on py3Paul Kehrer2015-05-101-14/+32
| | | |
| * | | fix repr testsPaul Kehrer2015-05-091-15/+8
| | | |
| * | | switch reasons to frozensetPaul Kehrer2015-05-091-36/+42
| | | |
| * | | separate full_name/relative_name and change reasons to an enumerationPaul Kehrer2015-05-091-107/+100
| | | |
| * | | add CRLDistributionPoints and associated classesPaul Kehrer2015-05-061-0/+282
| | | |
* | | | add support for secp256k1Paul Kehrer2015-05-081-4/+11
| |_|/ |/| |
* | | Merge pull request #1876 from simo5/ECDHPaul Kehrer2015-05-062-1/+397
|\ \ \ | |/ / |/| | Add loader for ECDH test vectors
| * | Add loader for ECDH test vectorsSimo Sorce2015-05-012-1/+397
| | | | | | | | | | | | | | | | | | | | | Also fix test vector files, they had a truncated line for the EE set in both init and resp files. Signed-off-by: Simo Sorce <simo@redhat.com>
* | | add support for authority information access in the openssl backendPaul Kehrer2015-05-041-0/+98
| | |
* | | authority key identifier support in the openssl backendPaul Kehrer2015-05-031-0/+84
| | |
* | | Merge pull request #1896 from reaperhulk/aki-fixAlex Gaynor2015-05-031-20/+26
|\ \ \ | | | | | | | | Fix AKI authority_cert_issuer type
| * | | Fix AKI authority_cert_issuer typePaul Kehrer2015-05-031-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | It was originally defined as an X509 Name, but in reality it is a list of GeneralName objects (albeit typically a list of one DirectoryName).
* | | | Support loading of SECP256K1 vectorsAlex Stapleton2015-05-031-0/+1
|/ / /
* | | updates based on review feedbackPaul Kehrer2015-05-021-1/+1
| | |
* | | add authority information access classesPaul Kehrer2015-05-021-0/+142
| | |
* | | Extended key usage support for the openssl backendPaul Kehrer2015-05-021-0/+29
| | |
* | | Merge pull request #1890 from reaperhulk/add-eq-ne-ekuAlex Gaynor2015-05-021-0/+15
|\ \ \ | | | | | | | | add eq/ne to ExtendedKeyUsage
| * | | add eq/ne to ExtendedKeyUsagePaul Kehrer2015-05-021-0/+15
| |/ /
* | | Merge pull request #1881 from reaperhulk/san-rfc822nameAlex Gaynor2015-05-021-0/+88
|\ \ \ | |/ / |/| | add support for rfc822name general names
| * | missed a uPaul Kehrer2015-05-021-1/+1
| | |
| * | add support for rfc822name general namesPaul Kehrer2015-04-301-0/+88
| | |
* | | add support for equality testing to x509.CertificatePaul Kehrer2015-04-301-0/+30
|/ /
* | add support for directory name general namesPaul Kehrer2015-04-301-0/+25
| |
* | add support for ipaddress to general name parsingPaul Kehrer2015-04-301-0/+22
| |
* | 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 prefix
| * | 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 names
| * 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
|/ | | | Adds only DNS support first
* AuthorityKeyIdentifier supportPaul Kehrer2015-04-181-0/+51
|
* Merge pull request #1783 from reaperhulk/san-classAlex Gaynor2015-04-181-0/+156
|\ | | | | Add GeneralName and SubjectAlternativeName classes
| * Add GeneralName and SubjectAlternativeName classesPaul Kehrer2015-04-141-0/+156
| |
* | improve KeyUsage reprPaul Kehrer2015-04-151-2/+2
| | | | | | | | fixes #1834
* | Merge pull request #1848 from reaperhulk/invalid-tokenAlex Gaynor2015-04-142-2/+4
|\ \ | | | | | | Twofactor invalid token
| * | Move cryptography.exceptions.InvalidToken to ↵Steven Buss2015-04-132-2/+4
| |/ | | | | | | cryptography.hazmat.primitives.twofactor
* / Work around pyasn1's willingness to return endOfOctets in DER parsingGeoffrey Thomas2015-04-131-0/+5
|/ | | | See #1838 for discussion.
* 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 KeyUsage
| * add repr to KeyUsagePaul Kehrer2015-04-021-0/+38
| |
* | let's make that repr actually goodPaul Kehrer2015-04-111-3/+4
| |