Sanjana Rajan
|
e90161c2d1
|
add missing parentheses
|
2017-02-15 13:06:18 -08:00 |
|
Bart Butler
|
6be9ddde59
|
Merge pull request #517 from openpgpjs/userID
Key reformatting and resigning
|
2017-02-13 16:11:17 -08:00 |
|
Sanjana Rajan
|
11e1040a30
|
remove extra input param
|
2017-01-31 14:18:13 -08:00 |
|
Sanjana Rajan
|
a902c421eb
|
add upper level refactorKey function
|
2017-01-31 14:14:27 -08:00 |
|
Sanjana Rajan
|
9de579a29d
|
remove extra space, typo
|
2017-01-30 19:41:43 -08:00 |
|
Sanjana Rajan
|
9d59351007
|
reformatKey function
|
2017-01-30 19:38:49 -08:00 |
|
Alax Villmann
|
e526cf0a3b
|
Generate valid version 3 signatures
|
2017-01-26 12:49:49 -08:00 |
|
David Janes
|
c223b88829
|
implement keyExpirationTime
|
2017-01-24 16:54:52 -05:00 |
|
Bart Butler
|
bc69357ab5
|
Merge pull request #498 from larshp/master
S2K - Only generate what is needed
|
2017-01-22 23:36:36 -08:00 |
|
Alax Villmann
|
0989015ed2
|
V3 header generation was concat()-ing non-Uint8 arrays
|
2017-01-09 10:30:31 -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 |
|
Lars Hvam
|
c69a92d694
|
only generate what is needed
|
2016-11-20 09:54:00 -05:00 |
|
Sanjana Rajan
|
344294659e
|
invalidate expired primary keys
|
2016-10-27 11:50:30 -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 |
|
emersion
|
e9940eb100
|
Properly set one-pass signture packet flag
|
2016-08-17 13:03:56 +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
|
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
|
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 |
|
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
|
e3b146b9d9
|
Fix Keyid.fromId()
|
2016-04-11 12:11:35 +02:00 |
|
Tankred Hase
|
4070e27959
|
Cleanup of AES-CFB code in integrity protected packet
|
2016-03-25 16:10:27 +08:00 |
|
Tankred Hase
|
843fba0d40
|
Use underscore instead of camelcase in config
zeroCopy —> zero_copy
useNative —> use_native
Remove unnecessary tests from build
|
2016-03-24 21:02:29 +08:00 |
|
Tankred Hase
|
72c8bf5ea7
|
Deactivate GCM by default
|
2016-03-24 20:47:42 +08:00 |
|
Tankred Hase
|
969e39dcf2
|
Rename useAEAD --> nativeAEAD
|
2016-03-24 13:49:26 +08:00 |
|
Tankred Hase
|
f4fc274f14
|
Fix: use worker for CFB w/ webcrypto support
|
2016-03-24 13:24:18 +08:00 |
|
Tankred Hase
|
c8569e0cd5
|
Add version attribute to the AEAD packet
|
2016-03-24 10:53:35 +08:00 |
|
Tankred Hase
|
8b46a117ab
|
Prefer aes128 over aes192 (no WebCrypto support)
|
2016-03-24 10:53:30 +08:00 |
|
Tankred Hase
|
979f212305
|
Cleanup Promise code
|
2016-03-24 09:29:41 +08:00 |
|
Tankred Hase
|
ddedb5cb42
|
Cleanup public api
|
2016-03-23 21:36:48 +08:00 |
|
Tankred Hase
|
1e3d6468d6
|
Wrap code into promises to globally catch errors
|
2016-03-23 21:19:02 +08:00 |
|
Tankred Hase
|
453a9cee07
|
Use web worker for encrypt/decrypt if no native gcm
|
2016-03-23 21:17:36 +08:00 |
|
Tankred Hase
|
760bdb8f00
|
Use only standard window.crypto.subtle in gcm.js
There is currently no support for AES-GCM in IE11 and Safari/iOSqq
|
2016-03-23 17:27:09 +08:00 |
|
Tankred Hase
|
9b2823aa67
|
Fix unit tests under node
|
2016-03-23 16:43:40 +08:00 |
|
Tankred Hase
|
963648c6ea
|
Fix unit tests for browsers
|
2016-03-23 15:39:51 +08:00 |
|
Tankred Hase
|
e5e76d2eb7
|
Cleanup gcm.js
|
2016-03-23 14:32:48 +08:00 |
|
Tankred Hase
|
a225027a6b
|
Wrap message.sign into a promise in openpgp.encrypt
|
2016-03-23 13:43:12 +08:00 |
|
Tankred Hase
|
7fabe02e03
|
Fix GCM under node.js
|
2016-03-23 13:43:06 +08:00 |
|
Tankred Hase
|
8f8218e9de
|
Cleanup and test AEAD protected packet
|
2016-03-22 17:45:19 +08:00 |
|