aboutsummaryrefslogtreecommitdiff
path: root/tests/test-rsa.py
AgeCommit message (Collapse)Author
2015-12-13whack copyrightsPaul Selkirk
2015-06-11Debug modexp_fp() buffer handling. Add basic timing report.Rob Austein
Compensate for PyCrypto's weird inversion of p and q when calculating CRT coefficients, and add key the key components PyCrypto doesn't bother pre-calculating to our test data.
2015-06-04Disable HMAC-SHA-384 tests as neither my implementation nor PyCryptoRob Austein
passes them. Add missing copyright notices, other trivial cleanup (whitespace, etc).
2015-06-01Add padding options to test workaround for current ModExp bugs.Rob Austein
2015-05-27First pass at RSA tests.Rob Austein
rypto' href='/sw/libhal/commit/tests/Makefile.in?h=auto_magic&id=cf865e9d768ab2dad37f82f071f0050b20f18506'>cf865e9
c82c39c


cf865e9
c82c39c










cf865e9
64e5fe8


5f152f5
64e5fe8

f50805b
64e5fe8









f50805b
f50805b


64e5fe8
ab7d78b

64e5fe8
ab7d78b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55