index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test_x509_ext.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
add support for authority information access in the openssl backend
Paul Kehrer
2015-05-04
1
-0
/
+98
*
authority key identifier support in the openssl backend
Paul Kehrer
2015-05-03
1
-0
/
+84
*
Fix AKI authority_cert_issuer type
Paul Kehrer
2015-05-03
1
-20
/
+26
*
updates based on review feedback
Paul Kehrer
2015-05-02
1
-1
/
+1
*
add authority information access classes
Paul Kehrer
2015-05-02
1
-0
/
+142
*
Extended key usage support for the openssl backend
Paul Kehrer
2015-05-02
1
-0
/
+29
*
Merge pull request #1890 from reaperhulk/add-eq-ne-eku
Alex Gaynor
2015-05-02
1
-0
/
+15
|
\
|
*
add eq/ne to ExtendedKeyUsage
Paul Kehrer
2015-05-02
1
-0
/
+15
*
|
missed a u
Paul Kehrer
2015-05-02
1
-1
/
+1
*
|
add support for rfc822name general names
Paul Kehrer
2015-04-30
1
-0
/
+88
|
/
*
add support for directory name general names
Paul Kehrer
2015-04-30
1
-0
/
+25
*
add support for ipaddress to general name parsing
Paul Kehrer
2015-04-30
1
-0
/
+22
*
Replace the remaining occurrences of six.u with the u prefix
Eeshan Garg
2015-04-29
1
-19
/
+19
*
add URI general name support
Paul Kehrer
2015-04-28
1
-0
/
+21
*
support registeredID general name in OpenSSL backend
Paul Kehrer
2015-04-22
1
-0
/
+18
*
return only an int for unsupported general name type, update docs
Paul Kehrer
2015-04-22
1
-1
/
+1
*
update exception to contain detail
Paul Kehrer
2015-04-21
1
-1
/
+3
*
handle otherName, x400Address, and ediPartyName in OpenSSL backend
Paul Kehrer
2015-04-21
1
-0
/
+11
*
Merge pull request #1857 from reaperhulk/san-check-list-elements
Alex Gaynor
2015-04-21
1
-0
/
+6
|
\
|
*
add a check to require that the list passed to SAN is all general names
Paul Kehrer
2015-04-21
1
-0
/
+6
*
|
Support Subject Alternative Name in the OpenSSL backend
Paul Kehrer
2015-04-20
1
-0
/
+21
|
/
*
AuthorityKeyIdentifier support
Paul Kehrer
2015-04-18
1
-0
/
+51
*
Merge pull request #1783 from reaperhulk/san-class
Alex Gaynor
2015-04-18
1
-0
/
+156
|
\
|
*
Add GeneralName and SubjectAlternativeName classes
Paul Kehrer
2015-04-14
1
-0
/
+156
*
|
improve KeyUsage repr
Paul Kehrer
2015-04-15
1
-2
/
+2
|
/
*
keyusage support in the OpenSSL backend
Paul Kehrer
2015-04-12
1
-0
/
+60
*
Merge pull request #1814 from reaperhulk/keyusage-repr
Alex Gaynor
2015-04-12
1
-0
/
+38
|
\
|
*
add repr to KeyUsage
Paul Kehrer
2015-04-02
1
-0
/
+38
*
|
alter approach to just use digest, no hexdigest
Paul Kehrer
2015-04-10
1
-9
/
+17
*
|
python 3.2 you are terrible
Paul Kehrer
2015-04-10
1
-7
/
+7
*
|
add subjectkeyidentifier support
Paul Kehrer
2015-04-10
1
-0
/
+72
*
|
add extendedkeyusage repr
Paul Kehrer
2015-04-02
1
-0
/
+11
|
/
*
add keyusage extension
Paul Kehrer
2015-03-31
1
-0
/
+97
*
add extendedkeyusage extension
Paul Kehrer
2015-03-31
1
-0
/
+17
*
rename test class name
Paul Kehrer
2015-03-28
1
-1
/
+1
*
basicConstraints support for OpenSSL X509 backend
Paul Kehrer
2015-03-28
1
-0
/
+108
*
add x509 extensions class and basic tests (no extensions supported)
Paul Kehrer
2015-03-28
1
-0
/
+57
*
use kwargs for BasicConstraints creation
Paul Kehrer
2015-03-23
1
-9
/
+9
*
rework BasicConstraints and Extension.
Paul Kehrer
2015-03-22
1
-11
/
+28
*
basic constraints class & extensions interface
Paul Kehrer
2015-03-21
1
-0
/
+40