Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
02467dda61be0413413bc88a85e0290ca7001847
/
tests
/
test_x509_ext.py
02467dd
Make DistributionPoint relative_name a set of NameAttribute (#3210)
by Fraser Tweedale
· 9 years ago
40f1999
Allow passing iterators where collections are expected (#3078)
by Marti
· 9 years ago
4739cfc
Add code style settings, new excludes, run 'test_x509_ext (Py3)' (#3041)
by Marti
· 9 years ago
61ff356
Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier
by Paul Kehrer
· 9 years ago
ebb7fa1
added another test
by Alex Gaynor
· 9 years ago
3f040c4
better name for this test
by Alex Gaynor
· 9 years ago
99d90e8
whitespace
by Alex Gaynor
· 9 years ago
a988560
Fixed #2732 -- added support for x.509 policy constraints extension
by Alex Gaynor
· 9 years ago
7e8fe9d
add policy constraints class
by Paul Kehrer
· 10 years ago
0a0293e
Refs #2578 -- implement __hash__ on InhibitAnyPolicy
by Eeshan Garg
· 10 years ago
d8e0d85
Refs #2578 -- implement __hash__ on AccessDescription
by Eeshan Garg
· 10 years ago
0d943bb
refactor the init validation of AuthorityKeyIdentifier
by Paul Kehrer
· 10 years ago
9d8390c
Merge pull request #2635 from alex/rfc-hash
by Paul Kehrer
· 10 years ago
d1b5681
Implement __hash__ on UniformResourceIdentifier
by Alex Gaynor
· 10 years ago
b642dee
Implement __hash__ on RFC822Name
by Alex Gaynor
· 10 years ago
e22309c
Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux
by Alex Gaynor
· 10 years ago
e69c5fe
don't allow UnrecognizedExtension with get_extension_for_class
by Paul Kehrer
· 10 years ago
58ddc11
support unrecognized extensions in x509
by Paul Kehrer
· 10 years ago
50e9dd8
py3 repr will be different
by Paul Kehrer
· 10 years ago
14fd697
add UnrecognizedExtension class
by Paul Kehrer
· 10 years ago
fb7659c
Merge pull request #2598 from reaperhulk/index-cp
by Alex Gaynor
· 10 years ago
8b69cb9
Merge pull request #2597 from reaperhulk/index-cdp
by Alex Gaynor
· 10 years ago
e8db7bd
support indexing in CertificatePolicies
by Paul Kehrer
· 10 years ago
ee2e92d
support indexing in CDP
by Paul Kehrer
· 10 years ago
ad4b359
support indexing in AIA
by Paul Kehrer
· 10 years ago
58fb257
Merge pull request #2595 from alex/crl-reason-hash
by Paul Kehrer
· 10 years ago
07d5cae
Refs #2578 -- implement __hash__ on CRLReason
by Alex Gaynor
· 10 years ago
b39af8d
hash ne test
by Paul Kehrer
· 10 years ago
2eb69f6
implement hash on basicconstraints
by Paul Kehrer
· 10 years ago
5c999d3
make CertificateIssuer and IssuerAlternativeName indexable
by Paul Kehrer
· 10 years ago
f0dd2e7
A handful of small cleanups and simplifications
by Alex Gaynor
· 10 years ago
15bd026
Merge pull request #2585 from reaperhulk/san-iterable
by Alex Gaynor
· 10 years ago
945ee6e
Merge pull request #2583 from alex/ski-hash
by Paul Kehrer
· 10 years ago
8adb596
support indexing on GeneralNames and SubjectAlternativeName
by Paul Kehrer
· 10 years ago
410fe35
Refs #2578 -- implement __hash__ on SubjectKeyIdentifier
by Alex Gaynor
· 10 years ago
3bcd2d7
Merge pull request #2581 from reaperhulk/crlentry-invaliditydate
by Alex Gaynor
· 10 years ago
c0297dd
...pep8
by Paul Kehrer
· 10 years ago
67cde76
add __hash__ to InvalidityDate
by Paul Kehrer
· 10 years ago
23c0bbc
add invaliditydate class for crl entry extensions
by Paul Kehrer
· 10 years ago
f9a77b6
Refs #2578 -- implement __hash__ on CRLNumber
by Alex Gaynor
· 10 years ago
7058ece
switch CRLReason to use a class
by Paul Kehrer
· 10 years ago
0860ef6
Merge pull request #2575 from reaperhulk/crlentry-extensions-classes
by Alex Gaynor
· 10 years ago
5b90c97
make the Extensions class support indexing
by Paul Kehrer
· 10 years ago
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
Next »