From 718c913bf8a5e2c5ca144831d7ae42a56d909922 Mon Sep 17 00:00:00 2001 From: toby Date: Sat, 11 Mar 2017 15:38:22 -0500 Subject: [PATCH] Add PGP operations to relevant categories --- src/js/config/Categories.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/js/config/Categories.js b/src/js/config/Categories.js index ac367ae6..677f47c3 100755 --- a/src/js/config/Categories.js +++ b/src/js/config/Categories.js @@ -94,6 +94,13 @@ var Categories = [ "Derive EVP key", "PGP Encrypt", "PGP Decrypt", + "PGP Sign", + "PGP Verify", + "PGP Sign Cleartext", + "PGP Verify Cleartext", + "PGP Generate Key Pair", + "PGP Add ASCII Armor", + "PGP Remove ASCII Armor", ] }, { @@ -105,6 +112,15 @@ var Categories = [ "Hex to PEM", "Hex to Object Identifier", "Object Identifier to Hex", + "PGP Encrypt", + "PGP Decrypt", + "PGP Sign", + "PGP Verify", + "PGP Sign Cleartext", + "PGP Verify Cleartext", + "PGP Generate Key Pair", + "PGP Add ASCII Armor", + "PGP Remove ASCII Armor", ] }, {