Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
0a0293e535c8bfd1cf329f77b51d31400aadd5d1
/
tests
/
test_x509.py
58ddc11
support unrecognized extensions in x509
by Paul Kehrer
· 10 years ago
991cc0e
move two tests to the openssl backend tests where they belong
by Paul Kehrer
· 10 years ago
23c0bbc
add invaliditydate class for crl entry extensions
by Paul Kehrer
· 10 years ago
7058ece
switch CRLReason to use a class
by Paul Kehrer
· 10 years ago
49bb756
start switching the CRL entry extensions to be full-fledged classes
by Paul Kehrer
· 10 years ago
a3fa8d6
full indexing support + testsg
by Alex Gaynor
· 10 years ago
9f71bf7
tests on indexing
by Alex Gaynor
· 10 years ago
7e75b62
address review comments
by Paul Kehrer
· 10 years ago
1f943ab
add test that fails if CRL references aren't properly retained
by Paul Kehrer
· 10 years ago
3b95cd7
CRLNumber needs to be a class for reasons.
by Paul Kehrer
· 10 years ago
2587d30
add support for parsing AuthorityInfoAccess and IssuerAltName CRL exts
by Paul Kehrer
· 10 years ago
51f39cb
support parsing CRL extensions in the OpenSSL backend
by Paul Kehrer
· 10 years ago
2c91858
add test for byte matching
by Paul Kehrer
· 10 years ago
54a837d
add a CRL public_bytes method
by Paul Kehrer
· 10 years ago
394cca5
Merge pull request #2538 from reaperhulk/empty-crls-are-beautiful-too
by Alex Gaynor
· 10 years ago
9543a33
support CRLs with no revoked certificates
by Paul Kehrer
· 10 years ago
db5360b
Dealing with the pedantry of pep8
by Nick Bastin
· 10 years ago
79d9e6a
Test for non-standard AIA support in CertificateBuilder
by Nick Bastin
· 10 years ago
2219256
Merge pull request #2530 from nbastin/20151214-oid-val
by Paul Kehrer
· 10 years ago
f9c30b3
Avoid IndexError on too-short OIDs, add test for regression
by Nick Bastin
· 10 years ago
6721fb8
OID validation
by Nick Bastin
· 10 years ago
f328b31
require not_valid_after >= not_valid_before
by Paul Kehrer
· 10 years ago
f389373
add some missing skips
by Paul Kehrer
· 10 years ago
ab20939
expose tbs_certrequest_bytes and signature on CertificateSigningRequest
by Paul Kehrer
· 10 years ago
8b399b7
implement support for encoding name constraints
by Paul Kehrer
· 10 years ago
569aa6a
test name fix
by Erik Trauschke
· 10 years ago
6abe2bb
add tbsCertList and signature interfaces to CRLs
by Erik Trauschke
· 10 years ago
d289805
rename tbs_certificate to tbs_certificate_bytes, add a comment
by Paul Kehrer
· 10 years ago
aa74abb
skip check
by Paul Kehrer
· 10 years ago
d91e7c1
add support for Certificate signature and tbs_certificate
by Paul Kehrer
· 10 years ago
d984959
Merge pull request #2435 from reaperhulk/fix-2407
by Alex Gaynor
· 10 years ago
225a08f
work on py3
by Paul Kehrer
· 10 years ago
39c4445
remove unneeded str
by Paul Kehrer
· 10 years ago
8b5d094
switch to using pyasn1_modules for the test
by Paul Kehrer
· 10 years ago
df38700
support encoding certificate policies in CertificateBuilder
by Paul Kehrer
· 10 years ago
1aecec7
typo
by Alex Gaynor
· 10 years ago
9442fa9
Fixed #2444 -- added an __hash__ to x509 Names
by Alex Gaynor
· 10 years ago
0219e66
fix some indentation
by Paul Kehrer
· 10 years ago
cee79f8
test fix
by Erik Trauschke
· 10 years ago
32bbfe0
remove convenience functions for revoked extensions
by Erik Trauschke
· 10 years ago
5a2bb54
encode countryName with PrintableString
by Paul Kehrer
· 10 years ago
c219b96
Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into crl_ossl_backend
by Erik Trauschke
· 10 years ago
d4e7d43
removing caching mechanism for x509 properties
by Erik Trauschke
· 10 years ago
77f5a25
use X509ExtensionParser for Revoked extensions
by Erik Trauschke
· 10 years ago
3cdabaf
fix indentations
by Erik Trauschke
· 10 years ago
96605fc
Fixed #2404 -- handle a certificate with an unknown public key
by Alex Gaynor
· 10 years ago
6b55c4e
test build ca request with path_length None
by vicente.fiebig
· 10 years ago
396a282
use openssl assert
by Erik Trauschke
· 10 years ago
dc57040
OpenSSL backend code for CRLs
by Erik Trauschke
· 10 years ago
1b3b3ce
Adds _name property to ObjectIdentifier
by Brendan McCollam
· 10 years ago
9e102db
convert the rest of the OIDs in the tests to use the new namespaces
by Paul Kehrer
· 10 years ago
d44e413
switch tests to use ExtensionOID namespace
by Paul Kehrer
· 10 years ago
eba19e6
switch tests to use NameOID
by Paul Kehrer
· 10 years ago
d9df39a
Merge pull request #2233 from reaperhulk/encode-nocheck
by Alex Gaynor
· 10 years ago
a03c325
move a test
by Paul Kehrer
· 10 years ago
f7d1b72
add support for OCSPNoCheck to the CertificateBuilder
by Paul Kehrer
· 10 years ago
69b64e4
support issuer alternative name encoding
by Paul Kehrer
· 10 years ago
e59fd22
simplify the CSRBuilder
by Paul Kehrer
· 10 years ago
08f950e
remove a lot of if/elif chains in the certificate builder
by Paul Kehrer
· 10 years ago
683d4d8
support InhibitAnyPolicy in CertificateBuilder
by Paul Kehrer
· 10 years ago
cbdc10b
add support for AuthorityKeyIdentifier in CertificateBuilder
by Paul Kehrer
· 10 years ago
2c9d6f1
add support for encoding SubjectKeyIdentifier to CertificateBuilder
by Paul Kehrer
· 10 years ago
c6cf8f3
modify a CRL encode test to have multiple full_names
by Paul Kehrer
· 10 years ago
1cd8fee
add missing test
by Paul Kehrer
· 10 years ago
a4d5bab
support CRLDistributionPoints in the CertificateBuilder
by Paul Kehrer
· 10 years ago
7d792fc
fix a few tests that were missed
by Paul Kehrer
· 10 years ago
25f1922
check that required fields are present in builder when signing
by Paul Kehrer
· 10 years ago
2d135b7
Merge pull request #2193 from reaperhulk/encode-aia
by Alex Gaynor
· 10 years ago
2748d8a
support keyusage and extendedkeyusage in certificatebuilder
by Paul Kehrer
· 10 years ago
3b54ce2
add support for AIA to CertificateBuilder and OpenSSL backend
by Paul Kehrer
· 10 years ago
9add80e
reorder CertificateBuilder sign arguments
by Paul Kehrer
· 10 years ago
a0f00f4
Merge remote-tracking branch 'upstream/master' into cert-builder
by Ian Cordasco
· 10 years ago
47e9408
Check for subject alternative name in test
by Ian Cordasco
· 10 years ago
b4a155d
Add some extra test coverage
by Ian Cordasco
· 10 years ago
91a461e
Slim tests by removing extra NameAttributes
by Ian Cordasco
· 10 years ago
85fc4d5
Minor pep8 and doc fixes
by Ian Cordasco
· 10 years ago
19f5a49
Add check for an RSA Key being too small
by Ian Cordasco
· 10 years ago
6a71f8d
py3 fixin'
by Paul Kehrer
· 10 years ago
4e4a9ba
handle RSA key too small and consume errors on CSR signature failure
by Paul Kehrer
· 10 years ago
8690eff
Add extra CertificateBuilder test using SHA512 and 512-bit RSA key
by Ian Cordasco
· 10 years ago
56561b1
Check result of setting the serial number
by Ian Cordasco
· 10 years ago
893246f
Remove CertificateBuilder.version
by Ian Cordasco
· 10 years ago
0b8f327
Support encoding ExtendedKeyUsage into certificate signing requests
by Paul Kehrer
· 10 years ago
dce91f0
Support encoding KeyUsage into certificate signing requests
by Paul Kehrer
· 10 years ago
8bfbace
when building a CSR adding > 1 extension would trigger a bug
by Paul Kehrer
· 10 years ago
b77c716
Add tests to test_openssl backend for extra coverage
by Ian Cordasco
· 10 years ago
9e0666e
Add another extension to our CertificateBuilder test
by Ian Cordasco
· 10 years ago
747a217
Add test coverage for x509.CertificateBuilder
by Ian Cordasco
· 10 years ago
8887a57
Use explicit keyword args in the tests
by Ian Cordasco
· 10 years ago
e4e52a4
Use test fixtures instead of generating private keys
by Ian Cordasco
· 10 years ago
be9985b
Fix x509.Name creation in CertificateBuilder tests
by Ian Cordasco
· 10 years ago
b3ed484
Make the CertificateBuilder interface more like the CSRBuilder
by Ian Cordasco
· 10 years ago
9bbfcea
Adds certificate builder.
by Andre Caron
· 10 years ago
474a647
encode uri
by Paul Kehrer
· 10 years ago
f32abd7
support rfc822Name general name encoding
by Paul Kehrer
· 10 years ago
500ed9d
raise a nice error if bad ASN.1 is provided
by Paul Kehrer
· 10 years ago
22f5fbb
support for OtherName encoding for general names
by Paul Kehrer
· 10 years ago
235e5a1
support IPAddress encoding for general names
by Paul Kehrer
· 10 years ago
c8e9861
Merge pull request #2134 from reaperhulk/encode-dirname
by Alex Gaynor
· 10 years ago
9ce25a9
support DirectoryName encoding for general names
by Paul Kehrer
· 10 years ago
Next »