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
*
Make DER reader into a context manager (#4957)
Alex Gaynor
2019-07-28
1
-37
/
+35
*
Remove asn1crypto dependency (#4941)
David Benjamin
2019-07-28
1
-22
/
+76
*
some test improvements (#4954)
Paul Kehrer
2019-07-27
1
-1
/
+25
*
Write a test for an uncovered line (#4940)
Alex Gaynor
2019-07-06
1
-0
/
+24
*
ed25519 support in x509 certificate builder (#4937)
Paul Kehrer
2019-07-06
1
-3
/
+122
*
Small style cleanup (#4891)
Alex Gaynor
2019-05-19
1
-1
/
+1
*
add name for ExtensionOID.PRECERT_POISON (#4853)
redshiftzero
2019-05-19
1
-1
/
+8
*
fix from_issuer_subject_key_identifier to take the right type (#4864)
Paul Kehrer
2019-05-04
1
-2
/
+9
*
4810 bugfix: avoid UnicodeEncodeError on python 2 (#4846)
redshiftzero
2019-04-16
1
-4
/
+19
*
Fixes #4830 -- handle negative serial numbers (#4843)
Alex Gaynor
2019-04-13
1
-0
/
+8
*
fix != comparison in py2 (fixes #4821) (#4822)
Mathias Ertl
2019-03-25
1
-4
/
+10
*
implement eq__, __hash__ and __repr__ for OCSPNoCheck and PrecertPoison (#4819)
Mathias Ertl
2019-03-25
1
-0
/
+44
*
Fixes for the latest pep8-naming (#4744)
Alex Gaynor
2019-02-02
1
-1
/
+1
*
Fixes #4734 -- Deal with deprecated things (#4736)
Alex Gaynor
2019-01-23
2
-27
/
+6
*
allow asn1 times of 1950-01-01 and later. (#4728)
Paul Kehrer
2019-01-22
3
-8
/
+37
*
allow 32-bit platforms to encode certs with dates > unix epoch (#4727)
Paul Kehrer
2019-01-21
1
-8
/
+13
*
add signature_hash_algorithm to OCSPResponse (#4681)
Paul Kehrer
2019-01-10
1
-18
/
+32
*
Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)
Marti Raudsepp
2018-12-18
1
-4
/
+4
*
Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...
Marti Raudsepp
2018-12-08
2
-67
/
+46
*
remove idna as a primary dependency (#4624)
Paul Kehrer
2018-12-06
1
-4
/
+22
*
encode IssuingDistributionPoint (#4618)
Paul Kehrer
2018-12-02
1
-0
/
+137
*
allow multi-valued RDNs (#4616)
Paul Kehrer
2018-11-30
1
-0
/
+17
*
IssuingDistributionPoint support (parse only) (#4552)
Paul Kehrer
2018-11-30
1
-0
/
+288
*
Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)
Paul Kehrer
2018-10-29
1
-0
/
+154
*
OCSP response builder (#4485)
Paul Kehrer
2018-10-28
1
-0
/
+382
*
next_update is not a required field on OCSP responses (#4513)
Paul Kehrer
2018-10-23
1
-0
/
+8
*
OCSP response serialization (#4482)
Paul Kehrer
2018-10-06
1
-0
/
+19
*
support extensions in the OCSP request builder (#4481)
Paul Kehrer
2018-10-06
1
-0
/
+32
*
add OCSP basic response extension parsing (#4479)
Paul Kehrer
2018-10-06
1
-0
/
+15
*
support OCSP response parsing (#4452)
Paul Kehrer
2018-10-01
1
-0
/
+137
*
OCSP request extension parsing (#4464)
Paul Kehrer
2018-09-09
2
-0
/
+44
*
don't sort the serial numbers in a parsed CRL (#4457)
Paul Kehrer
2018-09-04
1
-0
/
+29
*
Fixes #4333 -- added support for precert poison extension (#4442)
Alex Gaynor
2018-08-31
1
-0
/
+29
*
refactor ocsp request parsing and generation to support only one cert (#4439)
Paul Kehrer
2018-08-31
1
-69
/
+25
*
fixed test name (#4433)
Alex Gaynor
2018-08-30
1
-1
/
+1
*
make an ocsp request (#4402)
Paul Kehrer
2018-08-30
1
-0
/
+64
*
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
[next]