fork-openpgpjs/test
Thomas Oberndörfer c051eacf36 Introduce unlock method for keys: passphrase is set as attribute of key and used
to decrypt required secret key packets on demand. Directly access config module in armor.js.
Key method getPrivateKeyPacket returns key packets by ID (optionally decrypted).
Message method decrypt returns new message with packetlist of decrypted message.
Add CRLF conversion to literal data packet. Packetlist: make filterByTag variadic,
add findPacket method. Keep state isDecrypted in secret key packet, don't decrypt
if already decrypted. Add mapToHex method to keyid. Simplify emailRegEx.
2013-11-16 22:08:42 +01:00
..
crypto Remove keyring from openpgp namespace. Optimize keyid initialization. 2013-10-24 12:19:46 +02:00
general Introduce unlock method for keys: passphrase is set as attribute of key and used 2013-11-16 22:08:42 +01:00
example-test.js - adding blowfish test 2011-12-09 20:16:38 +01:00
index.html Initial support for node.js testing. 2013-05-12 23:27:48 +02:00
test-all.js Further test work, make keyring marginally work. Start end-to-end work. 2013-10-08 21:54:40 -04:00
test-bundle.js Introduce unlock method for keys: passphrase is set as attribute of key and used 2013-11-16 22:08:42 +01:00
test.js Initial support for node.js testing. 2013-05-12 23:27:48 +02:00
unit.js Initial support for node.js testing. 2013-05-12 23:27:48 +02:00