canmove, Confirmed users
937
edits
Line 150: | Line 150: | ||
In this validation, we should validate AES and Triple DES first because their | In this validation, we should validate AES and Triple DES first because their | ||
implementations are stable. | implementations are stable. Next we should test SHS because RNG and DSA depend on SHA-1. After SHS is tested, we can test HMAC. Finally, when the new RNG | ||
and big num library code is checked in, we can test the rest of the algorithms | |||
SHA-1. After SHS is tested, we can test HMAC. Finally, when the new big num | (RNG, DSA, and RSA). | ||
library code is checked in, we can test the rest of the algorithms (RNG, DSA, | |||
and RSA). | |||
=== Dependant Bugs === | === Dependant Bugs === |