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.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
updates based on review feedback
Paul Kehrer
2015-05-02
1
-1
/
+8
*
add authority information access classes
Paul Kehrer
2015-05-02
1
-0
/
+36
*
add URI general name support
Paul Kehrer
2015-04-28
1
-1
/
+6
*
return only an int for unsupported general name type, update docs
Paul Kehrer
2015-04-22
1
-1
/
+5
*
update exception to contain detail
Paul Kehrer
2015-04-21
1
-0
/
+7
*
handle otherName, x400Address, and ediPartyName in OpenSSL backend
Paul Kehrer
2015-04-21
1
-0
/
+5
*
UnsupportedExtension raises when accessing cert.extensions
Paul Kehrer
2015-04-21
1
-3
/
+3
*
https
Paul Kehrer
2015-04-19
1
-1
/
+1
*
update doc language to point more strongly at rfc 5280
Paul Kehrer
2015-04-19
1
-2
/
+5
*
add more words
Paul Kehrer
2015-04-18
1
-1
/
+2
*
add more prose for AKI
Paul Kehrer
2015-04-18
1
-0
/
+7
*
AuthorityKeyIdentifier support
Paul Kehrer
2015-04-18
1
-0
/
+19
*
Merge pull request #1783 from reaperhulk/san-class
Alex Gaynor
2015-04-18
1
-0
/
+90
|
\
|
*
Add GeneralName and SubjectAlternativeName classes
Paul Kehrer
2015-04-14
1
-0
/
+90
*
|
update the docs too
Paul Kehrer
2015-04-15
1
-1
/
+1
|
/
*
keyusage support in the OpenSSL backend
Paul Kehrer
2015-04-12
1
-0
/
+1
*
alter approach to just use digest, no hexdigest
Paul Kehrer
2015-04-10
1
-7
/
+1
*
add subjectkeyidentifier support
Paul Kehrer
2015-04-10
1
-0
/
+20
*
update doc language
Paul Kehrer
2015-04-01
1
-23
/
+22
*
add keyusage extension
Paul Kehrer
2015-03-31
1
-0
/
+98
*
add extendedkeyusage extension
Paul Kehrer
2015-03-31
1
-0
/
+11
*
support the EKU OIDs specified in RFC 5280 section 4.2.1.12
Paul Kehrer
2015-03-30
1
-0
/
+33
*
add load_der_x509_csr to support loading DER encoded CSRs
Paul Kehrer
2015-03-30
1
-0
/
+16
*
move testsetup around and improve some verbiage
Paul Kehrer
2015-03-29
1
-32
/
+29
*
move test setup
Paul Kehrer
2015-03-29
1
-23
/
+23
*
rename to CertificateSigningRequest
Paul Kehrer
2015-03-29
1
-9
/
+10
*
address some review comments
Paul Kehrer
2015-03-29
1
-4
/
+4
*
rename request to CSR
Paul Kehrer
2015-03-29
1
-8
/
+8
*
basic support for parsing x509 requests
Paul Kehrer
2015-03-29
1
-0
/
+95
*
basicConstraints support for OpenSSL X509 backend
Paul Kehrer
2015-03-28
1
-0
/
+34
*
add x509 extensions class and basic tests (no extensions supported)
Paul Kehrer
2015-03-28
1
-1
/
+38
*
review feedback updates
Paul Kehrer
2015-03-23
1
-1
/
+3
*
doc updates and simplification of __repr__
Paul Kehrer
2015-03-22
1
-2
/
+5
*
doc update
Paul Kehrer
2015-03-22
1
-1
/
+1
*
rework BasicConstraints and Extension.
Paul Kehrer
2015-03-22
1
-3
/
+12
*
review feedback doc updates
Paul Kehrer
2015-03-21
1
-2
/
+2
*
add docs for the OID_BASIC_CONSTRAINTS constant
Paul Kehrer
2015-03-21
1
-0
/
+8
*
basic constraints class & extensions interface
Paul Kehrer
2015-03-21
1
-0
/
+43
*
surrender to alex's feels and name our constants consistently
Paul Kehrer
2015-02-19
1
-7
/
+7
*
address review feedback, fix short names for sig alg OIDs
Paul Kehrer
2015-02-19
1
-12
/
+8
*
attempt to clarify signature hash algorithm a bit more
Paul Kehrer
2015-02-16
1
-1
/
+5
*
try to make this a bit more clear
Paul Kehrer
2015-02-16
1
-3
/
+3
*
implement signature_hash_algorithm instead
Paul Kehrer
2015-02-14
1
-7
/
+8
*
add support for signature_algorithm in x509.Certificate
Paul Kehrer
2015-02-14
1
-0
/
+84
*
Merge pull request #1612 from reaperhulk/x509-dn
Alex Gaynor
2015-02-14
1
-0
/
+48
|
\
|
*
update docs
Paul Kehrer
2015-02-14
1
-1
/
+1
|
*
simplify things based on review feedback
Paul Kehrer
2015-02-14
1
-5
/
+6
|
*
make x509.Name iterable and address other review feedback
Paul Kehrer
2015-02-13
1
-12
/
+11
|
*
refactor x509.Name to use get_attributes_by_oid
Paul Kehrer
2015-02-12
1
-95
/
+6
|
*
X509 distinguished name parsing support in the OpenSSL backend
Paul Kehrer
2015-02-12
1
-0
/
+137
[next]