index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Markup fix.
Alex Gaynor
2014-12-16
1
-1
/
+2
|
*
Slightly more descriptive docs
Alex Gaynor
2014-12-16
1
-2
/
+2
|
*
fix some docs
Paul Kehrer
2014-12-16
1
-5
/
+5
|
*
add examples for accessing each attr
Paul Kehrer
2014-12-16
1
-2
/
+35
|
*
add parsed_version attribute to InvalidVersion
Paul Kehrer
2014-12-15
1
-0
/
+4
|
*
improve the docs a bit more
Paul Kehrer
2014-12-15
1
-2
/
+5
|
*
rename X509 classes to remove X509 and improve some tests
Paul Kehrer
2014-12-15
1
-14
/
+16
|
*
reorganize a bunch of things related to the x509certificate interface
Paul Kehrer
2014-12-15
3
-59
/
+58
|
*
change it to not_valid_* why not
Paul Kehrer
2014-12-15
1
-2
/
+2
|
*
improve phrasing on X509Certificate fingerprint method param
Paul Kehrer
2014-12-15
1
-2
/
+2
|
*
move x509 to the top of our docs
Paul Kehrer
2014-12-15
1
-1
/
+1
|
*
address review feedback
Paul Kehrer
2014-12-15
2
-6
/
+6
|
*
update docs, test invalid x509 version
Paul Kehrer
2014-12-15
3
-2
/
+7
|
*
move x509 to top level, add more docs
Paul Kehrer
2014-12-15
2
-0
/
+98
*
|
update docs, hoist b64decode up and re-add test for it
Paul Kehrer
2014-12-17
1
-4
/
+9
|
/
*
Merge pull request #1527 from alex/pr/1517
Paul Kehrer
2014-12-15
1
-0
/
+39
|
\
|
*
A handful of tiny fixes
Alex Gaynor
2014-12-15
1
-2
/
+3
|
*
Minor documentation corrections for load_ssh_public_key
Mark Adams
2014-12-13
1
-2
/
+3
|
*
Privatized the load_ssh_rsa_public_key function and fixed some coverage issue...
Mark Adams
2014-12-13
1
-18
/
+0
|
*
Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow for...
Mark Adams
2014-12-13
1
-0
/
+55
*
|
Merge pull request #1498 from reaperhulk/x509-more-vectors
Alex Stapleton
2014-12-13
1
-21
/
+42
|
\
\
|
|
/
|
/
|
|
*
rename DSA test vector certificate to be more clear
Paul Kehrer
2014-12-12
1
-1
/
+2
|
*
add ECDSA certificate that does not have a named curve OID
Paul Kehrer
2014-12-12
1
-0
/
+2
|
*
add several new x509 test vectors
Paul Kehrer
2014-11-26
1
-21
/
+39
*
|
Merge pull request #1519 from alex/class-naming
Paul Kehrer
2014-12-12
2
-0
/
+4
|
\
\
|
*
|
this is a word
Alex Gaynor
2014-12-12
1
-0
/
+1
|
*
|
Fixes #1518 -- document the captilazation of lcass names
Alex Gaynor
2014-12-12
1
-0
/
+3
*
|
|
Use HTTPS for a number of URLs in the docs
Alex Gaynor
2014-12-12
8
-10
/
+10
|
/
/
*
|
Merge pull request #1502 from reaperhulk/fix-1285
Alex Gaynor
2014-12-08
4
-2
/
+32
|
\
\
|
*
|
add encode_rfc6979_signature and refactor tests to use it
Paul Kehrer
2014-11-27
1
-0
/
+10
|
*
|
add decode_rfc6979_signature helper for DSA/ECDSA
Paul Kehrer
2014-11-27
4
-2
/
+22
|
|
/
*
/
update docs to fix #1481
Paul Kehrer
2014-11-29
1
-0
/
+4
|
/
*
Merge pull request #1493 from reaperhulk/x509-test-vectors
Donald Stufft
2014-11-26
1
-0
/
+6
|
\
|
*
add NIST PKITS X.509 vectors
Paul Kehrer
2014-11-24
1
-0
/
+6
*
|
Merge pull request #1442 from reaperhulk/x509-interface
Alex Gaynor
2014-11-26
3
-0
/
+74
|
\
\
|
*
|
add X509Certificate version attribute
Paul Kehrer
2014-11-25
1
-0
/
+6
|
*
|
add load_der_x509_certificate X509Backend method
Paul Kehrer
2014-11-24
1
-0
/
+7
|
*
|
link datetime better and add naïve to spelling list
Paul Kehrer
2014-11-24
2
-2
/
+3
|
*
|
update docs with review feedback
Paul Kehrer
2014-11-24
2
-8
/
+10
|
*
|
add backend interface for loading x509 certificates
Paul Kehrer
2014-11-24
1
-0
/
+14
|
*
|
Initial minimal X509Certificate interfaces
Paul Kehrer
2014-11-24
1
-0
/
+44
|
|
/
*
/
add Yosemite to our list of tested/supported platforms
Paul Kehrer
2014-11-26
1
-1
/
+1
|
/
*
A few more docs fixes
Alex Gaynor
2014-11-23
2
-6
/
+5
*
A handful of different fixes for the interface docs
Alex Gaynor
2014-11-22
1
-11
/
+12
*
fixed a syntax error in the docs
Alex Gaynor
2014-11-20
3
-10
/
+10
*
Update docs
Alex Gaynor
2014-11-18
1
-2
/
+3
*
Merge pull request #1480 from alex/document-in-more-places
David Reid
2014-11-17
2
-0
/
+12
|
\
|
*
Describe teh format of the result of signer.finalize(). Fixes #1479
Alex Gaynor
2014-11-17
2
-0
/
+12
*
|
Improved the interface docs for DSA and ECDSA signatures
Alex Gaynor
2014-11-17
1
-4
/
+8
|
/
*
Update the license header for every source file, as well as the documentation.
Alex Gaynor
2014-11-16
4
-37
/
+17
[prev]
[next]