978 Commits

Author SHA1 Message Date
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
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
Aydar Zartdinov
e56e7b3b3e Added ability to sign and verify public keys 2017-02-15 21:04:50 +03:00
Bart Butler
faf8207808 tests cannot use ES6 features 2017-02-13 22:25:46 -08:00
Bart Butler
36026fb557 Release new version v2.3.7 2017-02-13 16:17:07 -08:00
Bart Butler
976280e5a2 Merge pull request #517 from openpgpjs/userID
Key reformatting and resigning
2017-02-13 16:11:17 -08:00
Bart Butler
ff03c136e1 Merge pull request #516 from alax/fix-v3-signatures
Generate valid version 3 signatures
2017-02-13 15:59:19 -08:00
Sanjana Rajan
b3a5219d96 add test with reformatted key signing and encryption 2017-01-31 15:07:51 -08:00
Sanjana Rajan
d7cc404968 remove extra input param 2017-01-31 14:18:13 -08:00
Sanjana Rajan
38e5a455ea add some reformatting key tests 2017-01-31 14:16:34 -08:00
Sanjana Rajan
053be79110 add upper level refactorKey function 2017-01-31 14:14:27 -08:00
Sanjana Rajan
46322ae532 remove extra space, typo 2017-01-30 19:41:43 -08:00
Sanjana Rajan
63c857c4c3 reformatKey function 2017-01-30 19:38:49 -08:00
Alax Villmann
af1a3dd697 Generate valid version 3 signatures 2017-01-26 12:49:49 -08:00
Bart Butler
d6875797ff Release new version v2.3.6 2017-01-25 15:26:29 -08:00
Bart Butler
78442283ea Merge pull request #514 from Consensas/master
implement keyExpirationTime
2017-01-25 14:56:53 -08:00
David Janes
f8700f9928 replace with old versions 2017-01-25 07:30:55 -05:00
David Janes
70982b6ccd implement keyExpirationTime 2017-01-24 16:54:52 -05:00
Bart Butler
87d0c1886f Merge pull request #498 from larshp/master
S2K - Only generate what is needed
2017-01-22 23:36:36 -08:00
Bart Butler
81d7f8fa83 Merge pull request #508 from wmhilton/doc-detached-sigs
Adds cleartext and detached signature examples
2017-01-09 12:28:01 -08:00
Bart Butler
23c442b062 Merge pull request #509 from alax/fix-v3-headers
V3 header generation was concat()-ing non-Uint8 arrays
2017-01-09 12:26:30 -08:00
Alax Villmann
8a65ebbe3c V3 header generation was concat()-ing non-Uint8 arrays 2017-01-09 10:30:31 -08:00
Will Hilton
c9e6c03652 Add detached binary signature example to README 2017-01-06 00:06:44 -05:00
Will Hilton
5fa5ddc78e Add cleartext signing example to README 2017-01-05 23:50:07 -05:00
Bart Butler
d97cc095e3 Merge pull request #505 from openpgpjs/user_id_formatting
don't allow leading spaces when generating userid
2016-12-15 14:15:57 -08:00