Sanjana Rajan
|
cdc7004b96
|
refactor mpi, generalize mpi to params to account for non-mpi algorithm-specific data
|
2018-01-30 18:30:15 +01:00 |
|
Sanjana Rajan
|
840c0229f8
|
move hex2Uint8array to utils
|
2018-01-30 18:30:15 +01:00 |
|
Sanjana Rajan
|
fade832619
|
remove material parameter for now
|
2018-01-30 18:30:15 +01:00 |
|
Sanjana Rajan
|
0de9eecdc8
|
distinguish between key and subkey type, when refactoring key just grab type from packets
|
2018-01-30 18:30:15 +01:00 |
|
Sanjana Rajan
|
3b8cea67a2
|
some style fixes, update tests
|
2018-01-30 18:30:15 +01:00 |
|
Sanjana Rajan
|
fdcfcf3a54
|
refactor formatUserIds
|
2018-01-30 18:30:15 +01:00 |
|
Ismael Bejarano
|
f87e759cb0
|
Create key from provided material
|
2018-01-30 18:30:14 +01:00 |
|
Ismael Bejarano
|
a5d9e6d09e
|
Generation of keys for elliptic curves
|
2018-01-30 18:30:14 +01:00 |
|
Ismael Bejarano
|
38a53c1bb1
|
Parse and create ECDH packets
|
2018-01-30 18:30:14 +01:00 |
|
Ismael Bejarano
|
585a2bd69d
|
Functions to encrypt and decrypt ECDH keys
|
2018-01-30 18:30:14 +01:00 |
|
Ismael Bejarano
|
673151ec87
|
Read and write ECDSA packets
|
2018-01-30 18:30:14 +01:00 |
|
Ismael Bejarano
|
ba2f49234e
|
Signature creation and verification
|
2018-01-30 18:30:14 +01:00 |
|
Ismael Bejarano
|
a8e8271185
|
Support functions for Elliptic Curve Cryptography
|
2018-01-30 18:30:13 +01:00 |
|
Ismael Bejarano
|
54b79be0b0
|
Add and remove PKCS5 padding
|
2018-01-30 18:30:13 +01:00 |
|
Ismael Bejarano
|
2f69d22130
|
Key Wrap and Unwrap from RFC 3394
|
2018-01-30 18:30:13 +01:00 |
|
Ismael Bejarano
|
26c6ab9b97
|
Parameters for the ECDH key derivation function
|
2018-01-30 18:30:13 +01:00 |
|
Ismael Bejarano
|
d8b1e3359a
|
Result of wrapping a session key for ECDH key
|
2018-01-30 18:30:13 +01:00 |
|
Ismael Bejarano
|
01be192a35
|
Object identifier type
|
2018-01-30 18:30:13 +01:00 |
|
Sanjana Rajan
|
b9d175d998
|
tests
|
2018-01-17 19:36:51 +01:00 |
|
Sanjana Rajan
|
50940b2a1e
|
flag to allow verification with expired keys
|
2018-01-17 18:37:25 +01:00 |
|
Bart Butler
|
1682787152
|
deal with empty encrypted data correctly
|
2017-12-22 13:26:53 -08:00 |
|
Bart Butler
|
81a59b76b1
|
do not echo data back to caller for detached signing
|
2017-12-05 11:44:01 -08:00 |
|
Sanjana Rajan
|
135bd3d46a
|
doc update
|
2017-12-02 11:48:14 -08:00 |
|
Sanjana Rajan
|
0e254a8c8c
|
simplify
|
2017-12-02 11:17:39 -08:00 |
|
Sanjana Rajan
|
6189cd4568
|
returnSessionKey flag in encrypt function
|
2017-12-02 11:04:29 -08:00 |
|
Sanjana Rajan
|
7e03410bc9
|
allow sessionKey param in top level encrypt
|
2017-12-01 21:25:43 -08:00 |
|
Bart Butler
|
59d99fc0c7
|
do not replace stack in async_proxy, add as workerStack
|
2017-11-28 10:25:16 -08:00 |
|
Bart Butler
|
7a9c3b0ddd
|
remove stack trace concatenation (non-standard), modify error message only
|
2017-11-27 19:06:25 -08:00 |
|
Bart Butler
|
617c1c9ee9
|
include error message in stack trace for Safari/Firefox
|
2017-11-27 16:50:18 -08:00 |
|
Bart Butler
|
49695ff50c
|
Error object cannot be used with structured clone, pass stack
|
2017-11-27 15:44:04 -08:00 |
|
Bart Butler
|
2a9a1b4846
|
Merge pull request #606 from FlowCrypt/issue_602_reformatkey_error
reformatKey: Key not decrypted error + test | #602
|
2017-11-27 13:22:17 -08:00 |
|
Bart Butler
|
f666e400fa
|
Merge pull request #605 from FlowCrypt/issue_598_armor_headers
improve armor header validation + tests | #598
|
2017-11-27 13:21:42 -08:00 |
|
Justin Chase
|
a5a913419b
|
Also concat stacks
|
2017-11-25 10:45:58 -06:00 |
|
Tom James Holub
|
d0d0874268
|
reformatKey: Key not decrypted error | #602
|
2017-11-25 12:24:44 +08:00 |
|
Tom James Holub
|
4495df0f42
|
improve armor header validation + tests | #598
|
2017-11-25 10:57:41 +08:00 |
|
Justin Chase
|
567d212204
|
Dont join stacks
|
2017-11-24 16:16:42 -06:00 |
|
Justin Chase
|
bf6c2b9319
|
Added a test verifying innerError
|
2017-11-24 16:12:37 -06:00 |
|
Bart Butler
|
58031cfaca
|
add openpgp.key.read() function for unarmored serialized keys
|
2017-11-06 13:42:07 -08:00 |
|
Sanjana Rajan
|
9893d602e2
|
account for non-cleartext sign/verify message parameters
|
2017-10-09 17:27:02 -07:00 |
|
Sanjana Rajan
|
b756d35b8f
|
use hash param in rsa key gen with webkit subtle
|
2017-09-20 18:28:37 +02:00 |
|
Thomas Oberndörfer
|
e3eb298ab7
|
Set keyExpirationTime for subkey binding signature
|
2017-08-30 16:09:53 +02:00 |
|
Bart Butler
|
ad029f1929
|
Update armor.js
Only console.log if debug mode on
|
2017-08-19 10:52:36 -07:00 |
|
Bart Butler
|
1e8bd4315b
|
Update armor.js
Small tweak
|
2017-08-19 10:49:36 -07:00 |
|
Patrick Brunschwig
|
93d823abb4
|
Fix for issue 573: don't throw with unknown Armor Headers, but just
with invalid ones
|
2017-08-19 18:32:02 +02:00 |
|
Tom James Holub
|
ce9dee9370
|
util.readNumber: stop overflowing until full range of uint32 | #497
|
2017-07-22 09:26:30 -07:00 |
|
Tom James Holub
|
2bda12731b
|
subKey.bindingSignature -> subKey.bindingSignatures[] - process all | #527
|
2017-07-21 21:38:33 -07:00 |
|
Tom James Holub
|
3f40a36081
|
do not remove equal sign at the end of armored body when missing checksum
|
2017-07-21 17:39:19 -07:00 |
|
Tom James Holub
|
ac055d69d2
|
fixed outdated annotations in armor.js
|
2017-07-21 15:39:06 -07:00 |
|
Tom James Holub
|
841b03d6cd
|
improved armor behavior - trailing newline
|
2017-07-21 15:35:27 -07:00 |
|
Tom James Holub
|
c27725782c
|
do not fail when missing armor checksum | #563
|
2017-07-21 10:13:33 -07:00 |
|