Simon Tatham
|
5d718ef64b
Whitespace rationalisation of entire code base.
|
5 년 전 |
Simon Tatham
|
1cd935e6c9
cryptsuite: add a test of rsa_verify.
|
5 년 전 |
Simon Tatham
|
b5597cc833
Fix indentation goof in CRC test suite.
|
5 년 전 |
Simon Tatham
|
a956da6e5b
cryptsuite: add a general test of ssh_key methods.
|
6 년 전 |
Simon Tatham
|
6ecc16fc4b
cryptsuite: clean up exit handling.
|
6 년 전 |
Simon Tatham
|
c0e62e97bb
Curve25519: add test vectors from RFC 7748.
|
6 년 전 |
Simon Tatham
|
8957e613bc
Add missing sanity checks in ssh_dss_verify.
|
6 년 전 |
Simon Tatham
|
bfae3ee96e
mpint: add a few simple bitwise operations.
|
6 년 전 |
Simon Tatham
|
bd84c5e4b3
mp_modmul: cope with oversized base values.
|
6 년 전 |
Simon Tatham
|
10f80777de
Add "cbc" suffix to ciphers in testcrypt's namespace.
|
6 년 전 |
Simon Tatham
|
6e7df89316
Fix buffer overrun in mp_from_decimal("").
|
6 년 전 |
Simon Tatham
|
5017d0a6ca
mpint.c: outlaw mp_ints with nw==0.
|
6 년 전 |
Simon Tatham
|
d4ad7272fd
Add functions mp_max and mp_max_into.
|
6 년 전 |
Simon Tatham
|
de2667f951
cryptsuite: stop failing if hardware AES is unavailable.
|
6 년 전 |
Simon Tatham
|
ca361fd77f
cryptsuite: switch #! line to Python 3.
|
6 년 전 |
Simon Tatham
|
0e9ad99c04
testcrypt / cryptsuite: another set of Python 3 fixes.
|
6 년 전 |
Simon Tatham
|
ba4eeff9cb
cryptsuite: test hardware and software SHA, if possible.
|
6 년 전 |
Simon Tatham
|
cbbd464fd7
Rewrite the SHA-256 and SHA-1 hash function modules.
|
6 년 전 |
Simon Tatham
|
320bf8479f
Replace PuTTY's PRNG with a Fortuna-like system.
|
6 년 전 |
Simon Tatham
|
baff23cdd6
Centralised HMAC implementation.
|
6 년 전 |
Simon Tatham
|
c6a8731b45
Add a consistency test for every ssh_cipheralg.
|
6 년 전 |
Simon Tatham
|
986508a570
Merge the ssh1_cipher type into ssh2_cipher.
|
6 년 전 |
Simon Tatham
|
20930e7d0c
Add tests of auxiliary encryption functions.
|
6 년 전 |
Simon Tatham
|
1ce95c7ad8
cryptsuite: another Python 3 compatibility fix.
|
6 년 전 |
Simon Tatham
|
8611e2f035
Add tests of the CRC compensation detector.
|
6 년 전 |
Simon Tatham
|
c330156259
Expose CRC32 to testcrypt, and add tests for it.
|
6 년 전 |
Simon Tatham
|
f71dce662e
Add comprehensive DES test vectors.
|
6 년 전 |
Simon Tatham
|
9f530d8c55
Add another standard AES test vector.
|
6 년 전 |
Simon Tatham
|
85633ac4bd
cryptsuite.py: Python 3 compatibility fixes.
|
6 년 전 |
Simon Tatham
|
637814544c
cryptsuite: test parallel CBC decryption.
|
6 년 전 |