Bart Butler
|
b088f005da
|
simplify random.js
|
2018-03-05 12:18:04 -08:00 |
|
Bart Butler
|
20a0e76998
|
Merge branch 'master' of github.com:openpgpjs/openpgpjs
|
2018-03-01 11:55:17 -08:00 |
|
Bart Butler
|
5564b67cc8
|
remove readSignedContent in favor of appendSignature
|
2018-03-01 11:55:09 -08:00 |
|
Mahrud Sayrafi
|
30bd6102d5
|
OID's stored as Uint8Array
|
2018-03-01 11:35:16 -08:00 |
|
Mahrud Sayrafi
|
5e857e131e
|
Bugfix in Native ECC in Node
|
2018-03-01 01:28:03 -08:00 |
|
Mahrud Sayrafi
|
9e1236c04c
|
Modernizes util.js
|
2018-02-28 15:49:41 -08:00 |
|
Mahrud Sayrafi
|
7eef65926a
|
Simplifies elliptic/curve.js
|
2018-02-28 00:58:50 -08:00 |
|
Mahrud Sayrafi
|
ecc38d0c6e
|
Adds worker tests for NIST P-256 and X25519
|
2018-02-27 16:40:28 -08:00 |
|
Mahrud Sayrafi
|
f04273cd8d
|
Merge branch 'master' into feat/asmcrypto
|
2018-02-27 14:57:34 -08:00 |
|
Mahrud Sayrafi
|
3df0997f4d
|
Cleanups
|
2018-02-26 20:01:01 -05:00 |
|
Bart Butler
|
0186ca8a24
|
tree shake sinon to just get what we need
|
2018-02-26 14:45:05 -08:00 |
|
Mahrud Sayrafi
|
2e95335825
|
millerRabin set to 40 iterations; doc fixes
|
2018-02-25 09:30:19 -05:00 |
|
Mahrud Sayrafi
|
3b912d2fae
|
Cleaning mpi.js; TODO: store MPI.data as Uint8Array instead of BN
Also improved asynchronousity in packet tests
|
2018-02-22 14:51:57 -08:00 |
|
Mahrud Sayrafi
|
d40e8fe428
|
Use asmcrypto.js directly + quickfix
|
2018-02-22 11:51:21 -08:00 |
|
Mahrud Sayrafi
|
1812166a53
|
RSA using asmcrypto with asmcrypto bignum
|
2018-02-22 00:37:42 -08:00 |
|
Mahrud Sayrafi
|
605021af3b
|
Various quickfixes and cleanups
|
2018-02-22 00:37:42 -08:00 |
|
Mahrud Sayrafi
|
e1d85ba682
|
ElGamal and MPI use bn.js; TODO: RSA Key Generation
|
2018-02-22 00:37:42 -08:00 |
|
Mahrud Sayrafi
|
490b1dc0f0
|
ECDH, ECDSA, EdDSA are all on BN.js; TODO: ElGamal & type_mpi
|
2018-02-22 00:37:42 -08:00 |
|
Mahrud Sayrafi
|
2f3c0a86e9
|
DSA uses BN.js
added toBN for type_mpi
|
2018-02-22 00:37:41 -08:00 |
|
Mahrud Sayrafi
|
aee8974ef5
|
RSA signatures now use asmcrypto.js; various fixes and tweaks
|
2018-02-22 00:37:41 -08:00 |
|
Bart Butler
|
e939d9b1ab
|
Merge pull request #647 from KAYLukas/feat/time-param
Add a date parameter to the sign/verify/encrypt/decrypt functions
|
2018-02-21 16:58:17 -08:00 |
|
KAYLukas
|
56ad9a00e0
|
Fix testcases
|
2018-02-21 22:32:09 +01:00 |
|
KAYLukas
|
6b4d44dbb1
|
Fix browser tests
|
2018-02-19 22:12:24 +01:00 |
|
KAYLukas
|
071fc35f38
|
Check created time to be valid and discard milliseconds from date objects
|
2018-02-17 11:28:04 +01:00 |
|
Bart Butler
|
f803b17859
|
remove time limit from loading x25519 private keys
|
2018-02-16 08:46:26 -08:00 |
|
KAYLukas
|
6ca8bc2180
|
Add timeparameter for verification and remove verify_expired_keys
|
2018-02-16 17:20:48 +01:00 |
|
KAYLukas
|
7e66ea20db
|
Add timeparameter to signing and encryption
|
2018-02-16 17:20:48 +01:00 |
|
Bart Butler
|
be7973b904
|
add polyfills for test bundle
|
2018-02-15 21:28:26 -08:00 |
|
Bart Butler
|
79d2e9d6bf
|
fix skipped asmCrypto test
|
2018-02-15 15:33:46 -08:00 |
|
Bart Butler
|
7e1731f2bb
|
remove excess compression testing, fix cleartext signing with multiple keys test
|
2018-02-14 15:19:52 -08:00 |
|
Bart Butler
|
fa2672fcc1
|
Merge pull request #642 from mmso/feat/bzip2
Fix #607 - Add support for bzip2 de/compression
|
2018-02-14 11:00:56 -08:00 |
|
Sanjana Rajan
|
b5d19b6f8d
|
pull out common signature code
|
2018-02-14 19:00:13 +01:00 |
|
Sanjana Rajan
|
2ffd81553d
|
test multiple private key signing cleartext
|
2018-02-14 17:30:35 +01:00 |
|
mmso
|
8808fdb8ed
|
Fix #607 - Add support for bzip2 de/compression
|
2018-02-14 14:14:07 +01:00 |
|
BafS
|
b672f1936a
|
Use let and const ES6 features.
Remove var, for let or const if possible, clean some syntax, enforce one var per declaration and semicolons
|
2018-02-13 23:33:09 +01:00 |
|
BafS
|
de6ffc2f76
|
Remove 'user strict'
'use strict' is unnecessary inside modules because module code is always strict mode code. Ref: https://www.ecma-international.org/ecma-262/6.0/#sec-strict-mode-code
|
2018-02-13 23:33:09 +01:00 |
|
mmso
|
2a504e4e1a
|
Disable spy call expecations on the web worker
|
2018-02-13 17:21:20 +01:00 |
|
mmso
|
9f7466ef45
|
Add compression support for the encrypt function
|
2018-02-13 15:08:41 +01:00 |
|
Sanjana Rajan
|
62015c2c8d
|
useWildcard -> wildcard
|
2018-02-12 19:31:47 +01:00 |
|
Sanjana Rajan
|
989ad5077e
|
cleanup, docs
|
2018-02-12 13:40:23 +01:00 |
|
Sanjana Rajan
|
417af8c6bc
|
tests
|
2018-02-12 09:47:51 +01:00 |
|
Sanjana Rajan
|
d5022a3a4a
|
rename vars in old tests
|
2018-02-12 09:47:51 +01:00 |
|
Sanjana Rajan
|
85f115f889
|
tests
|
2018-02-09 16:18:46 +01:00 |
|
Bart Butler
|
7bd78585fd
|
Merge pull request #629 from dkg/http-to-https
move from http to https where possible.
|
2018-02-08 13:36:14 -08:00 |
|
Mahrud Sayrafi
|
d851398b0c
|
Merge branch 'master' into http-to-https
|
2018-02-08 10:56:46 -08:00 |
|
Mahrud Sayrafi
|
0ebe0972e7
|
Merge branch 'master' into speling
|
2018-02-08 10:46:42 -08:00 |
|
Bart Butler
|
aa476b4905
|
Merge pull request #537 from nauadratti/patch-1
Allow punycode encoded TLDs in email
|
2018-02-07 23:26:18 -08:00 |
|
Bart Butler
|
0f4d81bf2c
|
add test for signing with multiple keys, align signature packet order with high-level API private key order
|
2018-02-07 18:16:54 -08:00 |
|
Bart Butler
|
602bbb707d
|
rename decryptSessionKey to decryptSessionKeys, return only unique session keys
|
2018-02-06 21:25:49 -08:00 |
|
Bart Butler
|
210ec26ed3
|
fix sporadic two password decryption failure
|
2018-02-06 16:43:51 -08:00 |
|