Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
49bb7565120b181752dc2574cd0e3660393c707c
/
tests
/
test_x509_ext.py
49bb756
start switching the CRL entry extensions to be full-fledged classes
by Paul Kehrer
· 10 years ago
a9718fc
missed a test for CRLNumber not being an integer, oops
by Paul Kehrer
· 10 years ago
3b95cd7
CRLNumber needs to be a class for reasons.
by Paul Kehrer
· 10 years ago
d2ecf86
Dangling pep8 fix
by Nick Bastin
· 10 years ago
99de318
PEP8 fixes
by Nick Bastin
· 10 years ago
326fc8e
Style cleanup, missing import
by Nick Bastin
· 10 years ago
11f0f8a
Add test for arbitrary access_method
by Nick Bastin
· 10 years ago
d06763d
Allow any OID for access_method, validate OIDs at creation time, fix tests.
by Nick Bastin
· 10 years ago
6721fb8
OID validation
by Nick Bastin
· 10 years ago
afbe75b
add __repr__ to x509.Extensions
by Paul Kehrer
· 10 years ago
87bb957
fix to handle malformed certificates without hostname
by Dominic Chen
· 10 years ago
cb5ec4e
Swap test vector verisign for cryptography.io.pem
by Phoebe Queen
· 10 years ago
062dec7
fixed pep8 error
by Phoebe Queen
· 10 years ago
85fa546
fixed pep8 error
by Phoebe Queen
· 10 years ago
e3c1007
undid erroneous assertion
by Phoebe Queen
· 10 years ago
c93752b
making tests more explicit
by Phoebe Queen
· 10 years ago
ecae981
added test to raise error
by Phoebe Queen
· 10 years ago
2cc111a
fixing pep8 errors #2255
by Phoebe Queen
· 10 years ago
9fbb889
added test for get_extension_for_class
by Phoebe Queen
· 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
253929a
add AuthorityKeyIdentifier from_issuer_public_key
by Paul Kehrer
· 10 years ago
d4a7f06
rename to classmethod to from_public_key
by Paul Kehrer
· 10 years ago
f22f612
add SubjectKeyIdentifier.create_from_public_key
by Paul Kehrer
· 10 years ago
1b7500f
corrupt -> invalid
by Paul Kehrer
· 10 years ago
a08693f
check if the extension decoded to internal openssl repr
by Paul Kehrer
· 10 years ago
e28d6c4
expand UniformResourceIdentiier to parse and internally IDNA encode
by Paul Kehrer
· 10 years ago
66e28cf
Merge pull request #2141 from reaperhulk/better-rfc822name
by Alex Gaynor
· 10 years ago
01d5d0b
expand RFC822Name to validate and (internally) IDNA encode
by Paul Kehrer
· 10 years ago
a72ebaf
simplify and handle /32 and /128
by Paul Kehrer
· 10 years ago
cfb8aa2
name constraints - support IP addresses with netmask
by Paul Kehrer
· 10 years ago
d2afad3
special-case GeneralNames.get_values_for_type to return OtherName instances directly rather than their value properties; tests updated
by Joshua Tauberer
· 10 years ago
18b6fc8
additional tests and doc spelling error fix for OtherName
by Joshua Tauberer
· 10 years ago
2ee5e3c
parse SAN otherNames into OtherName instances rather than raising an exception
by Joshua Tauberer
· 10 years ago
7bdf657
change unsupported generalname test to use x400address
by Paul Kehrer
· 10 years ago
4237683
name constraints - support leading periods
by Paul Kehrer
· 10 years ago
870d7e8
support name constraints in the openssl backend
by Paul Kehrer
· 10 years ago
3c6bba5
handle wildcard DNSNames with IDNA.
by Paul Kehrer
· 10 years ago
3189428
add eq/ne support to NameConstraints
by Paul Kehrer
· 10 years ago
e0017be
add nameconstraints classes
by Paul Kehrer
· 10 years ago
f1c1767
Refs #1947 -- add support for IAN to the OpenSSL backend
by Alex Gaynor
· 10 years ago
ca6ce99
inhibit any policy extension support for the openssl backend
by Paul Kehrer
· 10 years ago
f54a50b
support OCSPNoCheck in the OpenSSL backend
by Paul Kehrer
· 10 years ago
a908d69
Conditionally construct the repr of NameAttributes
by Ian Cordasco
· 10 years ago
82fc376
Correct x509.NameAttribute test passing bytes
by Ian Cordasco
· 10 years ago
99125c9
issuer alternative name support
by Paul Kehrer
· 10 years ago
13dcdf8
Merge pull request #1954 from reaperhulk/inhibitanypolicy
by Alex Gaynor
· 10 years ago
2dcce90
add bindings and interfaces for CRL objects
by Erik Trauschke
· 10 years ago
16fae76
InhibitAnyPolicy class
by Paul Kehrer
· 10 years ago
b896881
add test to confirm IDNA2003 is disallowed
by Paul Kehrer
· 10 years ago
eb17793
IPAddress needs to support networks for nameconstraints
by Paul Kehrer
· 10 years ago
58e870c
x509 extension equality
by Paul Kehrer
· 10 years ago
92fb537
Merge pull request #1920 from reaperhulk/x509-ossl-cdp
by Alex Gaynor
· 10 years ago
6caa5bb
Merge pull request #1944 from reaperhulk/bc-eq
by Alex Gaynor
· 10 years ago
3325b0e
Merge pull request #1943 from reaperhulk/san-eq
by Alex Gaynor
· 10 years ago
3a69b13
add eq/ne support to BasicConstraints
by Paul Kehrer
· 10 years ago
58cc397
add eq/ne support to SubjectAlternativeName
by Paul Kehrer
· 10 years ago
8565f5e
add eq/ne support to KeyUsage
by Paul Kehrer
· 10 years ago
594a2ed
change approach for parsing CDP reason flags
by Paul Kehrer
· 10 years ago
9a10d59
support CRLDistributionPoints in the OpenSSL backend
by Paul Kehrer
· 10 years ago
11026fe
support certificate policies in the openssl backend
by Paul Kehrer
· 10 years ago
6e198b0
notice_numbers are not optional in NoticeReference
by Paul Kehrer
· 10 years ago
2ca2eb3
add eq/ne methods for AuthorityKeyIdentifier
by Paul Kehrer
· 10 years ago
c56ab62
add eq/ne methods for all certificate policies classes
by Paul Kehrer
· 10 years ago
73be2ca
alter the repr a bit, pass unicode everywhere
by Paul Kehrer
· 10 years ago
9aaef9e
use !r for explicit_text in NoticeReference repr
by Paul Kehrer
· 10 years ago
ba35b3b
remove policyqualifierinfo object
by Paul Kehrer
· 10 years ago
2b62258
certificate policies extension support
by Paul Kehrer
· 10 years ago
749da3b
repr tests are the worst. frozenset has diff repr on py3
by Paul Kehrer
· 10 years ago
96ef63c
fix repr tests
by Paul Kehrer
· 10 years ago
3fd0260
switch reasons to frozenset
by Paul Kehrer
· 10 years ago
4e8dacd
separate full_name/relative_name and change reasons to an enumeration
by Paul Kehrer
· 10 years ago
5a48552
add CRLDistributionPoints and associated classes
by Paul Kehrer
· 10 years ago
a147699
add support for authority information access in the openssl backend
by Paul Kehrer
· 10 years ago
d774de9
authority key identifier support in the openssl backend
by Paul Kehrer
· 10 years ago
c6e0f06
Fix AKI authority_cert_issuer type
by Paul Kehrer
· 10 years ago
f506bca
updates based on review feedback
by Paul Kehrer
· 10 years ago
3e6d558
add authority information access classes
by Paul Kehrer
· 10 years ago
94c6960
Extended key usage support for the openssl backend
by Paul Kehrer
· 10 years ago
fdec095
Merge pull request #1890 from reaperhulk/add-eq-ne-eku
by Alex Gaynor
· 10 years ago
b047617
add eq/ne to ExtendedKeyUsage
by Paul Kehrer
· 10 years ago
e3a330c
missed a u
by Paul Kehrer
· 10 years ago
e06cab4
add support for rfc822name general names
by Paul Kehrer
· 10 years ago
2187a05
add support for directory name general names
by Paul Kehrer
· 10 years ago
a5f030c
add support for ipaddress to general name parsing
by Paul Kehrer
· 10 years ago
f123415
Replace the remaining occurrences of six.u with the u prefix
by Eeshan Garg
· 10 years ago
b8ef82e
add URI general name support
by Paul Kehrer
· 10 years ago
4db9662
support registeredID general name in OpenSSL backend
by Paul Kehrer
· 10 years ago
0a621bf
return only an int for unsupported general name type, update docs
by Paul Kehrer
· 10 years ago
bed0735
update exception to contain detail
by Paul Kehrer
· 10 years ago
9089c91
handle otherName, x400Address, and ediPartyName in OpenSSL backend
by Paul Kehrer
· 10 years ago
e37ca98
Merge pull request #1857 from reaperhulk/san-check-list-elements
by Alex Gaynor
· 10 years ago
d04b39b
add a check to require that the list passed to SAN is all general names
by Paul Kehrer
· 10 years ago
40f8338
Support Subject Alternative Name in the OpenSSL backend
by Paul Kehrer
· 10 years ago
2eb4ed9
AuthorityKeyIdentifier support
by Paul Kehrer
· 10 years ago
702ef6a
Merge pull request #1783 from reaperhulk/san-class
by Alex Gaynor
· 10 years ago
b372e67
improve KeyUsage repr
by Paul Kehrer
· 10 years ago
31bdf79
Add GeneralName and SubjectAlternativeName classes
by Paul Kehrer
· 10 years ago
5508ee2
keyusage support in the OpenSSL backend
by Paul Kehrer
· 10 years ago
Next »