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 (
Expand
)
Author
Age
Files
Lines
*
Fixes #4734 -- Deal with deprecated things (#4736)
Alex Gaynor
2019-01-23
1
-12
/
+1
*
Use a different warning class so users get warnings (#4014)
Alex Gaynor
2017-11-11
1
-2
/
+5
*
replace pyasn1 with asn1crypto (#3361)
Ofek Lev
2017-02-08
1
-2
/
+1
*
support prehashing in RSA sign (#3238)
Paul Kehrer
2016-11-20
1
-2
/
+7
*
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
*
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