index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hazmat
/
primitives
/
test_asym_utils.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
support prehashing in RSA sign (#3238)
Paul Kehrer
2016-11-20
1
-2
/
+7
|
|
|
|
|
|
|
|
* support prehashing in RSA sign * check to make sure digest size matches prehashed data provided * move doctest for prehashed
*
resolve incorrect docs/naming around DSA (r, s) tuple encode/decode
Paul Kehrer
2015-08-10
1
-21
/
+29
|
*
Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out!
Alex Gaynor
2015-06-22
1
-2
/
+2
|
*
Work around pyasn1's willingness to return endOfOctets in DER parsing
Geoffrey Thomas
2015-04-13
1
-0
/
+5
|
|
|
|
See #1838 for discussion.
*
Stupid mistake number one billion.
Paul Kehrer
2014-12-07
1
-0
/
+8
|
*
directly test r, s for integer-ness
Paul Kehrer
2014-12-07
1
-0
/
+1
|
*
catch PyAsn1Error for encoding signature as well
Paul Kehrer
2014-12-07
1
-0
/
+8
|
*
add comment describing how the ASN.1 sequence in a test is invalid
Paul Kehrer
2014-12-07
1
-0
/
+2
|
*
catch PyAsn1Error when decoding rfc6979 signature
Paul Kehrer
2014-12-06
1
-0
/
+5
|
*
error if signature has trailing bytes
Paul Kehrer
2014-11-30
1
-0
/
+7
|
*
add encode_rfc6979_signature and refactor tests to use it
Paul Kehrer
2014-11-27
1
-0
/
+34