index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
address review feedback, fix short names for sig alg OIDs
Paul Kehrer
2015-02-19
2
-33
/
+29
*
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
*
document vector provenance
Paul Kehrer
2015-02-14
1
-1
/
+3
*
refactor obj2txt to be a separate method
Paul Kehrer
2015-02-14
1
-15
/
+11
*
address review feedback
Paul Kehrer
2015-02-14
2
-23
/
+19
*
implement signature_hash_algorithm instead
Paul Kehrer
2015-02-14
6
-16
/
+55
*
add legacy Verisign PCA (MD2) root to vectors
Paul Kehrer
2015-02-14
2
-0
/
+16
*
add changelog entry
Paul Kehrer
2015-02-14
1
-0
/
+3
*
add support for signature_algorithm in x509.Certificate
Paul Kehrer
2015-02-14
5
-0
/
+134
*
Merge pull request #1612 from reaperhulk/x509-dn
Alex Gaynor
2015-02-14
6
-0
/
+323
|
\
|
*
update docs
Paul Kehrer
2015-02-14
1
-1
/
+1
|
*
simplify things based on review feedback
Paul Kehrer
2015-02-14
4
-22
/
+12
|
*
update buffer length for OBJ_obj2txt
Paul Kehrer
2015-02-13
1
-1
/
+3
|
*
make x509.Name iterable and address other review feedback
Paul Kehrer
2015-02-13
4
-23
/
+39
|
*
refactor x509.Name to use get_attributes_by_oid
Paul Kehrer
2015-02-12
4
-303
/
+12
|
*
X509 distinguished name parsing support in the OpenSSL backend
Paul Kehrer
2015-02-12
5
-0
/
+606
*
|
Merge pull request #1658 from reaperhulk/move-hash-interfaces
Alex Gaynor
2015-02-13
22
-154
/
+182
|
\
\
|
*
|
add changelog entry
Paul Kehrer
2015-02-13
1
-0
/
+4
|
*
|
move hash interfaces
Paul Kehrer
2015-02-13
21
-154
/
+178
|
/
/
*
|
Merge pull request #1654 from reaperhulk/make-docs-nitpicky
Alex Gaynor
2015-02-13
14
-74
/
+70
|
\
\
|
*
|
try to make the old changelog modifications a bit more understandable
Paul Kehrer
2015-02-12
1
-5
/
+15
|
*
|
make our docs job nitpicky and fix every broken link
Paul Kehrer
2015-02-12
14
-74
/
+60
*
|
|
Merge pull request #1657 from dstufft/check-readme
Alex Gaynor
2015-02-13
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Use readme to ensure the long description renders on PyPI
Donald Stufft
2015-02-12
1
-0
/
+2
|
/
/
*
|
Merge pull request #1656 from reaperhulk/nameattribute-repr
Donald Stufft
2015-02-12
2
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
add repr for x509.NameAttribute
Paul Kehrer
2015-02-12
2
-0
/
+13
*
|
Merge pull request #1655 from reaperhulk/x509-interface-what
Alex Gaynor
2015-02-12
2
-43
/
+2
|
\
\
|
|
/
|
/
|
|
*
remove unused X509 certificate interface
Paul Kehrer
2015-02-12
2
-43
/
+2
|
/
*
Merge pull request #1652 from reaperhulk/move-ec
Alex Stapleton
2015-02-12
9
-269
/
+303
|
\
|
*
add changelog entry for EC move
Paul Kehrer
2015-02-12
1
-0
/
+9
|
*
move EC interfaces
Paul Kehrer
2015-02-12
8
-269
/
+294
*
|
Merge pull request #1653 from reaperhulk/dsa-interface-move-docs
Alex Stapleton
2015-02-12
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
document that we moved the DSA interfaces
Paul Kehrer
2015-02-12
1
-0
/
+6
|
/
*
Merge pull request #1650 from alex/x509-cov
Paul Kehrer
2015-02-10
1
-0
/
+4
|
\
|
*
Added test coverage for missing branch.
Alex Gaynor
2015-02-10
1
-0
/
+4
|
/
*
Merge pull request #1645 from reaperhulk/x509-attrs
Alex Gaynor
2015-02-10
4
-0
/
+252
|
\
|
*
note that the OIDs listed are typically seen in x.509 names
Paul Kehrer
2015-02-07
1
-17
/
+29
|
*
more x509 oid doc updates
Paul Kehrer
2015-02-07
1
-4
/
+12
|
*
whoops
Paul Kehrer
2015-02-06
1
-16
/
+16
|
*
more doc fixes
Paul Kehrer
2015-02-06
2
-18
/
+18
|
*
add descriptions to each OID constant, update object to instance
Paul Kehrer
2015-02-05
2
-1
/
+33
|
*
rename ObjectIdentifier.value to dotted_string
Paul Kehrer
2015-02-04
2
-6
/
+7
|
*
fix some formatting in the docs
Paul Kehrer
2015-02-04
1
-2
/
+2
|
*
UnknownNameAttribute is not needed now
Paul Kehrer
2015-02-04
2
-10
/
+0
|
*
rename Attribute to NameAttribute and remove name from OID
Paul Kehrer
2015-02-02
3
-59
/
+68
|
*
add some prose trying to explain Attribute and ObjectIdentifier
Paul Kehrer
2015-01-30
1
-0
/
+5
|
*
update docs
Paul Kehrer
2015-01-30
2
-1
/
+5
|
*
add attribute and objectidentifier classes for x509 name
Paul Kehrer
2015-01-29
3
-0
/
+191
*
|
Merge pull request #1642 from alex/not-all-pems
Paul Kehrer
2015-01-27
1
-0
/
+8
|
\
\
[next]