Will Hilton
|
5fa35ea1c0
|
Add cleartext signing example to README
|
2017-01-05 23:50:07 -05:00 |
|
Bart Butler
|
5ffb532f9e
|
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 |
|
Sanjana Rajan
|
d65d629264
|
trim name
|
2016-12-15 10:39:29 -08:00 |
|
Sanjana Rajan
|
d058523e9e
|
clearer syntax
|
2016-12-15 10:01:50 -08:00 |
|
Sanjana Rajan
|
109f8a5d20
|
don't allow leading spaces in user id
|
2016-12-14 12:38:01 -08:00 |
|
Bart Butler
|
a6b81b127b
|
Merge pull request #494 from openpgpjs/invalidate_expired_primary_keys
Invalidate expired primary keys
|
2016-10-27 12:48:57 -07:00 |
|
Sanjana Rajan
|
344294659e
|
invalidate expired primary keys
|
2016-10-27 11:50:30 -07:00 |
|
Bart Butler
|
d64665e5fe
|
Release new version
|
2016-10-26 17:05:14 -07:00 |
|
Bart Butler
|
659c6f23d2
|
Merge pull request #493 from openpgpjs/armored_decrypted_key_fix
Reset secret key's encrypted field to null after decryption
|
2016-10-26 16:58:07 -07:00 |
|
Bart Butler
|
6abf7ffcc0
|
Fix rare race condition with webworker tasks, fix minified web worker filename default
|
2016-10-26 16:56:21 -07:00 |
|
Sanjana Rajan
|
8620220cfb
|
reset encrypted field to null when decrypting secret key
|
2016-10-26 16:55:49 -07:00 |
|
Bart Butler
|
778f1b1be2
|
Release new version
|
2016-10-21 16:27:49 -07:00 |
|
Bart Butler
|
caf53935f6
|
Merge pull request #491 from iamolivinius/master
Add plugin to derequire browserifyed dist files.
|
2016-10-21 19:22:22 -04:00 |
|
Unknown
|
9086c6e4f0
|
Add plugin to derequire browserifyed dist files.
|
2016-10-18 21:20:13 +02:00 |
|
Bart Butler
|
64d9233095
|
Release new version
|
2016-08-17 12:29:41 -07:00 |
|
Bart Butler
|
68cdc0069d
|
Merge pull request #483 from ProtonMail/one-pass-sig-last
Properly set one-pass signature packet flag
|
2016-08-17 12:18:14 -07:00 |
|
emersion
|
e9940eb100
|
Properly set one-pass signture packet flag
|
2016-08-17 13:03:56 +02:00 |
|
Tankred Hase
|
e84276eefa
|
Merge pull request #476 from openpgpjs/issue/475
Issue/475
|
2016-06-26 23:13:32 +02:00 |
|
Giovanni Pellerano
|
79ad8f014c
|
Update npm dependencies and shrinkwrap
|
2016-06-26 11:36:24 +02:00 |
|
Giovanni Pellerano
|
a79e2fd787
|
Update jscs configuration that do not accept in the configuration redundant variables set to the default
|
2016-06-26 11:36:24 +02:00 |
|
Giovanni Pellerano
|
445cbcc1c0
|
Update dependencies versions to latest stable versions
|
2016-06-26 11:36:24 +02:00 |
|
Giovanni Pellerano
|
f8c5c84469
|
Simplify test/unittests.html removing old stuff related to phantomjs
|
2016-06-26 11:35:43 +02:00 |
|
evilaliv3
|
ee22c023f1
|
Remove browsers beta versions from testing
it does not make any sense to test a browser versions that we do not know
|
2016-06-24 17:10:58 +02:00 |
|
Tankred Hase
|
3267bd534f
|
Release new version
|
2016-06-08 11:58:28 +02:00 |
|
Tankred Hase
|
bb7fcf2107
|
Use latest/default npm publish tag
|
2016-06-08 11:52:18 +02:00 |
|
Tankred Hase
|
42e1171589
|
Add support for old-version releases
|
2016-06-08 11:51:01 +02:00 |
|
Tankred Hase
|
e3cbaba33a
|
Be sure to only pop unsupported packet if already pushed
|
2016-06-08 11:30:53 +02:00 |
|
Tankred Hase
|
fb10fa075a
|
Release new version
|
2016-06-07 18:25:49 +02:00 |
|
Tankred Hase
|
490d8e4e90
|
Bugfix: drop unsupported packets in packetlist.read()
add unit test for RSA key with ECC subkey
|
2016-06-07 18:21:31 +02:00 |
|
Tankred Hase
|
377b81a121
|
Merge pull request #462 from openpgpjs/worker-cleanup
Cleanup and document worker.js
|
2016-05-24 17:59:33 +02:00 |
|
Tankred Hase
|
87b4bfefd8
|
Fix error handling
|
2016-05-24 17:22:15 +02:00 |
|
Tankred Hase
|
4fd9fd3c7f
|
Cleanup and document worker.js
|
2016-05-24 13:12:39 +02:00 |
|
Tankred Hase
|
ceee85ef35
|
Release new version
|
2016-05-03 19:52:58 +02:00 |
|
Thomas Oberndörfer
|
9c76df73ff
|
Merge pull request #446 from openpgpjs/issue/443
Implement feature #443
|
2016-05-03 10:01:48 +02:00 |
|
evilaliv3
|
4e3937f1e2
|
Replace isDecrypted=false with keys[i].clearPrivateMPIs()
|
2016-04-28 17:40:14 +02:00 |
|
evilaliv3
|
0d93127186
|
Simplify code-flow of Key.encrypt
|
2016-04-28 16:01:33 +02:00 |
|
evilaliv3
|
a5fdc36062
|
Cleanup API for key.decrypt and align unit tests
|
2016-04-27 16:06:52 +02:00 |
|
evilaliv3
|
1007637f39
|
Mark isDecrypted flag when the key is encrypted
|
2016-04-25 18:35:57 +02:00 |
|
evilaliv3
|
61470ad068
|
Apply edits as suggested in review of pull #446
|
2016-04-25 18:35:50 +02:00 |
|
Tankred Hase
|
fd218ef52d
|
Add comments to preferred algorithms
|
2016-04-25 13:08:00 +02:00 |
|
evilaliv3
|
afc2c95238
|
Implement feature #443
|
2016-04-25 00:54:16 +02:00 |
|
Tankred Hase
|
528b5f2fe6
|
Release new version
|
2016-04-24 00:40:56 +02:00 |
|
Tankred Hase
|
bedd8f6902
|
Fix commas in README
|
2016-04-22 20:35:02 +02:00 |
|
Tankred Hase
|
73ab545c3e
|
Improve example with password encryption in README
|
2016-04-22 15:40:50 +02:00 |
|
Tankred Hase
|
a6dd8a9d2c
|
Remove unused codeclimate badges from README
|
2016-04-20 21:42:13 +02:00 |
|
Tankred Hase
|
8589e8bd42
|
Release new version
|
2016-04-12 09:48:50 +02:00 |
|
Thomas Oberndörfer
|
acf66eb012
|
Merge pull request #437 from openpgpjs/keyid_fix
Fix Keyid.fromId()
|
2016-04-12 09:40:34 +02:00 |
|
Tankred Hase
|
e3b146b9d9
|
Fix Keyid.fromId()
|
2016-04-11 12:11:35 +02:00 |
|
Giovanni Pellerano
|
b80a172834
|
Merge pull request #434 from thofmann/patch-1
Fix typo in README
|
2016-03-29 00:38:30 +02:00 |
|
Trevin Hofmann
|
40433a14fc
|
Fix typo in README
Replaces "minifed" with "minified".
|
2016-03-28 17:29:38 -05:00 |
|