index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
x509
Commit message (
Expand
)
Author
Age
Files
Lines
*
OCSP request parsing (#4393)
Paul Kehrer
2018-08-15
1
-0
/
+115
*
Use A-label strings in tests (#4374)
Tim Burke
2018-07-30
1
-2
/
+2
*
add crl.get_revoked_certificate method (#4331)
Paul Kehrer
2018-07-16
1
-0
/
+12
*
fix encoding BMPString in x509 name entries (#4321)
Paul Kehrer
2018-07-09
1
-0
/
+18
*
Make RelativeDistinguishedName preserve attribtue order (#4306)
Marti Raudsepp
2018-07-09
1
-6
/
+9
*
Future proofing use of the six python version constants (#4238)
Eric Brown
2018-05-14
2
-25
/
+25
*
Raise ve on bad gt (#4180)
Joshua Crowgey
2018-04-03
1
-0
/
+12
*
Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)
Alex Gaynor
2018-03-20
1
-4
/
+0
*
don't allow GeneralNames to be an empty list (#4128)
Paul Kehrer
2018-03-05
1
-0
/
+4
*
Fixed deprecation warnings in x509 tests (#4040)
Alex Gaynor
2017-12-04
1
-26
/
+18
*
Fix ASN1 string type encoding for several Name OIDs (#4035)
Paul Kehrer
2017-11-30
1
-16
/
+135
*
Use a different warning class so users get warnings (#4014)
Alex Gaynor
2017-11-11
1
-2
/
+2
*
Inline calls to bit_length now that it's trivial (#3966)
Alex Gaynor
2017-10-12
1
-1
/
+1
*
backwards incompatible change to UniformResourceIdentifier (#3954)
Paul Kehrer
2017-10-10
2
-167
/
+166
*
backwards incompatible change to RFC822Name (#3953)
Paul Kehrer
2017-10-10
2
-38
/
+47
*
Backwards incompatible change to DNSName (#3951)
Paul Kehrer
2017-10-10
3
-142
/
+162
*
both parse and encode the ASN1 string type for Name attributes (#3896)
Paul Kehrer
2017-09-25
1
-0
/
+58
*
FreshestCRL extension support (#3937)
Paul Kehrer
2017-09-23
2
-0
/
+259
*
support delta crl indicator extension (#3936)
Paul Kehrer
2017-09-22
3
-0
/
+44
*
parametrize a bunch of x509 extension tests that were identical (#3931)
Paul Kehrer
2017-09-21
1
-377
/
+139
*
implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)
Paul Kehrer
2017-09-13
1
-0
/
+74
*
add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)
Paul Kehrer
2017-09-13
1
-0
/
+34
*
add __hash__ to PolicyConstraints and Extension (#3917)
Paul Kehrer
2017-09-13
1
-0
/
+26
*
implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)
Paul Kehrer
2017-09-13
1
-0
/
+48
*
implement __hash__ on CertificatePolicies and its child classes (#3914)
Paul Kehrer
2017-09-13
1
-0
/
+45
*
add aki hash (#3910)
Paul Kehrer
2017-09-13
1
-1
/
+10
*
name constraints __hash__ (#3912)
Paul Kehrer
2017-09-13
1
-0
/
+21
*
AIA hashing (#3911)
Paul Kehrer
2017-09-13
1
-0
/
+34
*
fix a bug with URI value when parsing a string with no hostname (#3909)
Paul Kehrer
2017-09-13
1
-4
/
+5
*
implement __hash__ on all GeneralName types (#3907)
Paul Kehrer
2017-09-13
1
-0
/
+41
*
compare against bytes values, not the U-label decoded ones (#3906)
Paul Kehrer
2017-09-12
1
-0
/
+5
*
[WIP] add support for the TLSFeature extension in x509 (#3899)
Paul Kehrer
2017-09-10
2
-0
/
+115
*
move x509 tests into a module (#3889)
Paul Kehrer
2017-09-06
5
-0
/
+8621