index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
x509
Commit message (
Expand
)
Author
Age
Files
Lines
*
make an ocsp request (#4402)
Paul Kehrer
2018-08-30
1
-0
/
+113
*
OCSP request parsing (#4393)
Paul Kehrer
2018-08-15
2
-0
/
+95
*
make a certificate expire a few years in the future, fixes doctests (#4383)
Alex Gaynor
2018-08-06
1
-1
/
+1
*
add crl.get_revoked_certificate method (#4331)
Paul Kehrer
2018-07-16
1
-0
/
+9
*
Make RelativeDistinguishedName preserve attribtue order (#4306)
Marti Raudsepp
2018-07-09
1
-2
/
+3
*
Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294)
Marti Raudsepp
2018-06-29
1
-0
/
+9
*
Make AuthorityKeyIdentifier docs reflect reality (#4252)
Thom Dixon
2018-05-18
1
-1
/
+1
*
switch to py3 on docs job (#4230)
Paul Kehrer
2018-05-12
1
-13
/
+13
*
fixed #3986 -- properly use unicode for DNSName (#3988)
Alex Gaynor
2017-10-19
1
-4
/
+4
*
Update docs and changelog for URI, RFC822Name, and DNSName (#3955)
Paul Kehrer
2017-10-11
1
-57
/
+37
*
Backwards incompatible change to DNSName (#3951)
Paul Kehrer
2017-10-10
1
-1
/
+1
*
FreshestCRL extension support (#3937)
Paul Kehrer
2017-09-23
1
-0
/
+23
*
support delta crl indicator extension (#3936)
Paul Kehrer
2017-09-22
1
-0
/
+32
*
docs for what bytes means for DNSName, URI, and RFC822Name (#3904)
Paul Kehrer
2017-09-20
1
-9
/
+35
*
correct the docs for CRLReason (#3930)
Paul Kehrer
2017-09-20
1
-2
/
+1
*
[WIP] add support for the TLSFeature extension in x509 (#3899)
Paul Kehrer
2017-09-10
1
-0
/
+45
*
add changelog and a warning for is_signature_valid on crl (#3861)
Paul Kehrer
2017-08-12
1
-0
/
+6
*
Add is_signature_valid method on CertificateRevocationList (#3849)
Vincent Pelletier
2017-08-12
1
-0
/
+6
*
deprecate unicode input for RFC822Name (#3836)
Paul Kehrer
2017-08-01
1
-0
/
+16
*
deprecate auto-idna on UniformResourceIdentifier (#3832)
Paul Kehrer
2017-08-01
1
-4
/
+15
*
note version added and deprecated for bytes_value/value on DNSName (#3833)
Paul Kehrer
2017-08-01
1
-0
/
+4
*
Begin the deprecation of auto-idna for x509.DNSName (#3830)
Alex Gaynor
2017-07-30
2
-5
/
+11
*
Fixes #3745 -- add the any EKU EKU (#3750)
Alex Gaynor
2017-07-03
1
-0
/
+7
*
Refs #3461 -- parse SCTs from x.509 extension (#3480)
Alex Gaynor
2017-06-04
2
-3
/
+29
*
add some explicit instructions on determining key type in a cert (#3596)
Paul Kehrer
2017-05-24
1
-0
/
+17
*
Don't raise an UnsupportedExtension for critical extensions. (#3550)
Alex Gaynor
2017-05-20
1
-21
/
+2
*
Interfaces for SCTs, feedback wanted (#3467)
Alex Gaynor
2017-03-22
2
-0
/
+80
*
Refs #3461 -- added the OID for the SCT x.509 extension (#3464)
Alex Gaynor
2017-03-20
1
-0
/
+6
*
Update tutorial.rst (#3394)
AlexanderWeyman
2017-02-13
1
-2
/
+2
*
add a SAN to the certificatebuilder example (#3353)
Paul Kehrer
2017-01-18
1
-0
/
+6
*
add a few more OIDs (#3259)
Paul Kehrer
2016-11-19
1
-0
/
+18
*
Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)
Paul Kehrer
2016-11-13
1
-0
/
+10
*
Turns out we shouldn't call it uniqueIdentifier (#3234)
Paul Kehrer
2016-11-12
1
-1
/
+1
*
add some new oids (#3233)
Paul Kehrer
2016-11-11
1
-0
/
+12
*
Name: add support for multi-value RDNs (#3202)
Fraser Tweedale
2016-11-11
1
-1
/
+20
*
Make DistributionPoint relative_name a set of NameAttribute (#3210)
Fraser Tweedale
2016-11-07
1
-1
/
+20
*
Fixed #3143 -- added the mandatory serial number parameter (#3144)
Alex Gaynor
2016-09-09
1
-0
/
+2
*
support random_serial_number in the CertificateBuilder (#3132)
Paul Kehrer
2016-09-03
1
-8
/
+21
*
add support for signature_algorithm_oid to cert, CSR, and CRL (#3124)
Paul Kehrer
2016-08-31
1
-0
/
+46
*
Remove provider language from docs (#3072)
Gabriel Orisaka
2016-07-31
1
-2
/
+2
*
Add alias for Certificate serial as serial number (#2950)
Chelsea Winfree
2016-06-02
1
-4
/
+4
*
Fixed #2871 -- position docs next to the fucntion they are for (#2924)
Alex Gaynor
2016-05-29
1
-26
/
+26
*
rephrase
Alex Gaynor
2016-03-14
1
-1
/
+2
*
typo fix
Alex Gaynor
2016-03-14
1
-1
/
+1
*
Fixes #2301 -- write a tutorial on generating self-signed certificates
Alex Gaynor
2016-03-14
1
-0
/
+67
*
add some notes about when to use these classmethods
Paul Kehrer
2016-03-12
1
-0
/
+12
*
Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier
Paul Kehrer
2016-03-11
1
-0
/
+26
*
Merge pull request #2670 from joernheissler/x509_req_verify
Paul Kehrer
2016-03-06
1
-0
/
+6
|
\
|
*
Change method to property
Joern Heissler
2016-01-18
1
-5
/
+2
|
*
Add verify method on CertificateSigningRequest
Joern Heissler
2016-01-13
1
-0
/
+9
[next]