Mahrud Sayrafi
|
605021af3b
|
Various quickfixes and cleanups
|
2018-02-22 00:37:42 -08:00 |
|
BafS
|
10c49be91d
|
Use ES6 modules for exports
|
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
|
9200f026f3
|
Starting to change 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
|
b126fd5be7
|
RSA encrypt/decrypt use asmcrypto as well
TODO: RSA key generation, removing jsbn from dsa, elgamal, mpi, etc.
|
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 |
|
Mahrud Sayrafi
|
ed4cef102a
|
This branch uses the current version of asmcrypto.js
|
2018-02-22 00:37:41 -08:00 |
|
KAYLukas
|
a5b30468ef
|
Check creation time in expiration checks
|
2018-02-22 00:41:12 +01:00 |
|
KAYLukas
|
6b4d44dbb1
|
Fix browser tests
|
2018-02-19 22:12:24 +01:00 |
|
KAYLukas
|
454ca1d879
|
Address comments
|
2018-02-18 11:50:27 +01:00 |
|
KAYLukas
|
071fc35f38
|
Check created time to be valid and discard milliseconds from date objects
|
2018-02-17 11:28:04 +01: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
|
3c2871a0e4
|
only access window.crypto.webkitSubtle in fallback
|
2018-02-15 15:34:32 -08:00 |
|
Bart Butler
|
7286116f1c
|
add deflate_level to config
|
2018-02-15 09:44:31 -08:00 |
|
Bart Butler
|
c8adaff826
|
change JS zlib to pako, use Node zlib if available
|
2018-02-14 14:21:53 -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
|
38a11d7aaf
|
reuse createVerificationObjects for cleartext
|
2018-02-14 17:55:54 +01:00 |
|
Sanjana Rajan
|
94b12e566b
|
correctly handle cleartext headers with no hash specified
|
2018-02-14 17:07:39 +01:00 |
|
mmso
|
8808fdb8ed
|
Fix #607 - Add support for bzip2 de/compression
|
2018-02-14 14:14:07 +01:00 |
|
Bart Butler
|
8dd27722a3
|
unify hash libraries
|
2018-02-13 22:29:57 -08:00 |
|
BafS
|
9eb574b6c4
|
Hotfix - change var for const
|
2018-02-13 23:46:44 +01:00 |
|
BafS
|
a53f2b3780
|
Update packages, add lint script, remove useless eslint-plugins
|
2018-02-13 23:33:09 +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
|
6b65640ac7
|
Radix should be specified
Part of the best practices https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt and https://eslint.org/docs/rules/radix
|
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 |
|
Sanjana Rajan
|
de51d418d2
|
algorithm info for public key, include curve for ecc and bits for non-ecc
|
2018-02-13 21:23:13 +01:00 |
|
Bart Butler
|
8873ed0ff1
|
Update openpgp.js
doc fix
|
2018-02-13 11:01:09 -08:00 |
|
Bart Butler
|
c855fd4e4e
|
Update message.js
doc fix
|
2018-02-13 10:58:55 -08: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
|
7365ffc9b7
|
wildcard implementation
|
2018-02-12 09:47:51 +01:00 |
|
Sanjana Rajan
|
e5e49901a7
|
change var names
|
2018-02-12 09:47:51 +01:00 |
|
Sanjana Rajan
|
18e46ed6cf
|
gracefully handle reformatting keys with no subkey packets
|
2018-02-09 16:18:27 +01:00 |
|
Bart Butler
|
0a4e9461ca
|
Merge pull request #632 from openpgpjs/ripemd_license_issue
use different, MIT-licensed RIPEMD library, closing #625
|
2018-02-08 21:10:04 -08:00 |
|
Bart Butler
|
bf8b4e940c
|
fix browsers
|
2018-02-08 16:33:53 -08: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 |
|
Bart Butler
|
fa208e8308
|
Merge pull request #630 from dkg/speling
Fix typos
|
2018-02-08 11:51:12 -08:00 |
|
Bart Butler
|
7975c86508
|
use different, MIT-licensed RIPEMD library, closing #625
|
2018-02-08 11:49:10 -08:00 |
|
Mahrud Sayrafi
|
d851398b0c
|
Merge branch 'master' into http-to-https
|
2018-02-08 10:56:46 -08:00 |
|
Bart Butler
|
c2a7ea2a20
|
Merge pull request #593 from laurinenas/inform-user-invalid-numBits-size
Add a console error when numBits param too low
|
2018-02-08 10:51:21 -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 |
|
Mahrud Sayrafi
|
1383107202
|
Fixed and unmuted a few eslint errors, ~10 remain
|
2018-02-07 04:23:16 -08:00 |
|
Mahrud Sayrafi
|
b2e39ccaf9
|
Documentation and cleanups
|
2018-02-07 03:25:28 -08:00 |
|