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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
This module has been renamed.
Alex Gaynor
2015-02-23
1
-9
/
+7
*
implement signature_hash_algorithm instead
Paul Kehrer
2015-02-14
1
-4
/
+14
*
add support for signature_algorithm in x509.Certificate
Paul Kehrer
2015-02-14
1
-0
/
+4
*
simplify things based on review feedback
Paul Kehrer
2015-02-14
1
-16
/
+4
*
make x509.Name iterable and address other review feedback
Paul Kehrer
2015-02-13
1
-6
/
+20
*
refactor x509.Name to use get_attributes_by_oid
Paul Kehrer
2015-02-12
1
-146
/
+4
*
X509 distinguished name parsing support in the OpenSSL backend
Paul Kehrer
2015-02-12
1
-0
/
+332
*
add repr for x509.NameAttribute
Paul Kehrer
2015-02-12
1
-0
/
+7
*
Added test coverage for missing branch.
Alex Gaynor
2015-02-10
1
-0
/
+4
*
rename Attribute to NameAttribute and remove name from OID
Paul Kehrer
2015-02-02
1
-28
/
+23
*
add attribute and objectidentifier classes for x509 name
Paul Kehrer
2015-01-29
1
-0
/
+47
*
add parsed_version attribute to InvalidVersion
Paul Kehrer
2014-12-15
1
-1
/
+3
*
rename X509 classes to remove X509 and improve some tests
Paul Kehrer
2014-12-15
1
-10
/
+67
*
update test with proper filename
Paul Kehrer
2014-12-15
1
-1
/
+1
*
raise error on unnamed EC curve certificates when calling public_key
Paul Kehrer
2014-12-15
1
-0
/
+10
*
reorganize a bunch of things related to the x509certificate interface
Paul Kehrer
2014-12-15
1
-2
/
+2
*
change it to not_valid_* why not
Paul Kehrer
2014-12-15
1
-14
/
+18
*
refactor a test function to avoid string typing
Paul Kehrer
2014-12-15
1
-18
/
+13
*
learn to bytes
Paul Kehrer
2014-12-15
1
-1
/
+1
*
test x509 fingerprint
Paul Kehrer
2014-12-15
1
-1
/
+4
*
py3 fixes
Paul Kehrer
2014-12-15
1
-48
/
+61
*
address review feedback
Paul Kehrer
2014-12-15
1
-4
/
+3
*
clean up x509 tests & add DSA/ECDSA tests
Paul Kehrer
2014-12-15
1
-15
/
+57
*
improve tests, remove some outdated comments
Paul Kehrer
2014-12-15
1
-7
/
+19
*
improve x509 load error handling
Paul Kehrer
2014-12-15
1
-0
/
+8
*
add x509v1 test
Paul Kehrer
2014-12-15
1
-0
/
+9
*
update docs, test invalid x509 version
Paul Kehrer
2014-12-15
1
-1
/
+12
*
move x509 to top level, add more docs
Paul Kehrer
2014-12-15
1
-0
/
+85