1051 Commits

Author SHA1 Message Date
Sanjana Rajan
16c4f03e6e tolerant default to true 2017-04-05 16:36:29 -07:00
Sanjana Rajan
0918f5a782 add tolerant mode which suppresses errors in reading non-data packets 2017-04-05 07:54:08 -07:00
Bart Butler
59c3811b2e Release new version v2.5.3 2017-03-29 16:32:10 -07:00
Bart Butler
f1d60599c1 use web worker for reformatKey 2017-03-29 16:27:16 -07:00
Bart Butler
c6661b242b Release new version v2.5.2 2017-03-28 13:17:39 -07:00
Bart Butler
7c718de890 Merge pull request #536 from openpgpjs/document_key_decryption
Include key decryption step in README
2017-03-28 13:09:15 -07:00
Sanjana Rajan
d940cc4178 include key decryption step in README 2017-03-28 13:04:36 -07:00
Bart Butler
519836a9a5 not all platforms implement TypedArray.slice 2017-03-28 11:44:04 -07:00
Bart Butler
13c9ad8b88 Merge pull request #534 from openpgpjs/signature_input
Accept signature object as an input to encrypt function
2017-03-28 10:43:00 -07:00
Bart Butler
e81eaf4fe6 Merge pull request #522 from danenania/patch-1
Readme - add warning about config.aead_protect potentially breaking compatibility
2017-03-28 10:40:06 -07:00
Bart Butler
2b5d55860a optimize Uint8Array2str function for large payloads 2017-03-28 10:35:20 -07:00
Sanjana Rajan
b5d3c5bbbd signatureInput -> signature 2017-03-23 13:01:12 -07:00
Sanjana Rajan
6f36d65b22 improve test 2017-03-23 12:04:32 -07:00
Sanjana Rajan
58965c4a07 spacing 2017-03-23 11:16:16 -07:00
Sanjana Rajan
37d5b1b7e0 upper level tests 2017-03-22 17:14:57 -07:00
Sanjana Rajan
cebe0b8a21 add one pass in case where no priv keys are passed in for signing 2017-03-22 17:14:30 -07:00
Sanjana Rajan
910cf7a67f allow signature as input in high level encrypt 2017-03-22 17:04:21 -07:00
Bart Butler
c25094d299 Merge pull request #533 from openpgpjs/detached_sig_docs
Documentation updates
2017-03-17 16:59:26 -07:00
Sanjana Rajan
44f9d36de5 update README to demonstrate detached signature use, some documentation fixes 2017-03-17 16:54:34 -07:00
Bart Butler
aec51e0c6f Release new version v2.5.1 2017-03-15 19:56:22 -07:00
Bart Butler
add7ec1e1e Merge pull request #529 from openpgpjs/init_publicKeys
Initialize public key array during decryption
2017-03-15 19:51:10 -07:00
Sanjana Rajan
73ab650366 initialize publicKeys to empty array, test case where signed message is decrypted without public keys to verify 2017-03-15 17:44:43 -07:00
Bart Butler
23195c2c98 remove useless test v2.5.0 2017-03-14 19:13:17 -07:00
Bart Butler
4a68712379 small test bugfix 2017-03-14 18:49:05 -07:00
Bart Butler
22ae328d75 Release new version 2017-03-14 18:34:15 -07:00
Bart Butler
f6eef13447 Merge pull request #528 from openpgpjs/detached
Detached Signatures
2017-03-14 18:15:24 -07:00
Sanjana Rajan
1a6743fd59 return signature object inside verification object 2017-03-10 10:38:59 -08:00
Sanjana Rajan
6e9e0ab008 small fixes 2017-03-07 19:10:33 -08:00
Sanjana Rajan
d1abe44eea add clone to packetlist support for signature objects 2017-03-07 16:51:08 -08:00
Sanjana Rajan
8c48e09705 small fixes 2017-03-07 13:59:18 -08:00
Sanjana Rajan
5743fd9cfc added detached sig tests for high level openpgpjs functions 2017-03-07 13:59:18 -08:00
Sanjana Rajan
1189a051c6 add detached sig option to upper level functions 2017-03-07 13:59:18 -08:00
Sanjana Rajan
3e1dd50e12 add detached sign/verify options to cleartext 2017-03-07 13:59:18 -08:00
Sanjana Rajan
a0b04a2d9e refactor cleartext message to use signature object instead of packetlist 2017-03-07 13:59:17 -08:00
Sanjana Rajan
079ab96cc8 more tests 2017-03-07 13:59:17 -08:00
Sanjana Rajan
f09fe925ff add tests 2017-03-07 13:59:17 -08:00
Sanjana Rajan
2735a14497 add support for detached signatures 2017-03-07 13:59:17 -08:00
Bart Butler
3072800286 Release new version v2.4.0 2017-03-05 12:30:15 -08:00
Bart Butler
a7d31ef55f Merge pull request #417 from zartdinov/master
Added ability to sign and verify public keys
2017-03-05 12:24:37 -08:00
Aydar Zartdinov
27f56742f1 Validate signatures by all suitable keys 2017-03-04 19:27:27 +00:00
Aydar Zartdinov
91d19e2ba1 Prevent self signing by fingerprint instead of keyId 2017-03-04 18:47:33 +00:00
Bart Butler
330b2c334b Release new version v2.3.8 2017-02-27 11:09:41 -08:00
Bart Butler
09accc8cc5 fix key test 2017-02-27 11:06:36 -08:00
Bart Butler
a515fdc82f move SHA1 to the bottom of the preferred hash algorithm list 2017-02-27 10:30:39 -08:00
Dane Schneider
bd350d7105 Warning about config.aead_protect potentially breaking compatibility 2017-02-18 15:00:50 -05:00
Bart Butler
740ac31cbf Merge pull request #520 from openpgpjs/fix_519
Fixes the typo addressed in #519
2017-02-15 13:21:43 -08:00
Sanjana Rajan
a7c8e87966 add missing parentheses 2017-02-15 13:06:18 -08:00
Aydar Zartdinov
457bd26afa Array.prototype.find replaced for Node.js 0.12 and IE 11 2017-02-15 21:31:05 +03:00
Aydar Zartdinov
81383752f7 Base functionality moved to User.prototype 2017-02-15 21:08:17 +03:00
Aydar Zartdinov
f6e3c37c52 Reverted top level api changes 2017-02-15 21:04:50 +03:00