Commit graph

14 commits

Author SHA1 Message Date
toby
7188f9397f Fix eslint formatting warnings 2017-03-13 17:31:00 -04:00
toby
9a5511a8bc Rename some PGP operations
+ "PGP Sign Cleartext" -> "Sign PGP Cleartext"
+ "PGP Verify Cleartext" -> "Verify PGP Cleartext"
+ "PGP Generate Key Pair" -> "Generate PGP Key Pair"
+ "PGP Add ASCII Armor" -> "Add PGP ASCII Armor"
+ "PGP Remove ASCII Armor" -> "Remove PGP ASCII Armor"
2017-03-12 13:59:05 -04:00
toby
22467537be Remove 4096 key pairs
Rarely, if ever, used. It is now trivial to generate and test in the
actual web app.
2017-03-11 14:59:26 -05:00
toby
f7b1e6e309 Add and update PGP operations
Added:
+ PGP Sign cleartext
+ PGP Verify cleartext
+ PGP Add ASCII Armor
+ PGP Remove ASCII Armor
+ Many tests for all operations

Updated:
+ PGP Encrypt (formatting of error messages)
+ PGP Decrypt (^^)
+ PGP Sign (this operation is now exclusively for non-clearsigned)
+ PGP Verify (^^)
2017-03-11 14:57:05 -05:00
toby
3d661c953f Enable test runner to compare ignoring whitespace 2017-03-11 14:55:53 -05:00
toby
d440b3b398 Change text timeout to 30 seconds 2017-03-11 14:55:24 -05:00
toby
67f94df060 Implement PGP encrypt and PGP decrypt operations 2017-03-07 13:05:09 -05:00
toby
7f0ce0da8d Fix typo in "Fork, Cond Jump, Encodings" test 2017-03-04 11:05:05 -05:00
toby
8c3f351ab6 Add Jump and Conditional Jump tests 2017-03-01 21:16:43 -05:00
n1474335
fc9c2d1f6e BUGFIX: HTML output which is then converted to a regular string (for a standard operation) still contained escaped HTML chars. 2017-03-01 21:33:28 +00:00
n1474335
70603be5ab BUGFIX: Jump operations skipping an operation once maxJumps reached. 2017-03-01 21:20:42 +00:00
n1474335
3ad4291258 Added Fork and Conditional Jump test 2017-03-01 21:13:20 +00:00
n1474335
d7e396c04f Tweaks and restructuring of test runner. 2017-02-28 17:08:36 +00:00
toby
3a90244af0 Convert test runner to headless 2017-02-24 18:50:17 -05:00