Tankred Hase
d67efe22eb
Only log errors when config.debug is true
2016-02-04 16:41:38 +07:00
Tankred Hase
316a37a1cd
Cleanup hash index.js
2016-02-04 16:41:38 +07:00
Tankred Hase
642f754169
Add more files to linting, make strict mode optional for each file
2016-02-04 16:41:37 +07:00
Tankred Hase
b8f353abe8
Include rusha via npm
2016-02-04 10:05:19 +07:00
Tankred Hase
cfe058596f
Include asmCrypto via npm
2016-02-04 09:42:49 +07:00
Tankred Hase
edd51d6052
Ignore buffer node module in test bundle
2016-02-04 00:39:17 +07:00
Tankred Hase
90a7457b71
Refactor most src files to strict mode, delint
2016-02-04 00:37:00 +07:00
Tankred Hase
346aa8f11a
Cleanup node.js api detection
2016-02-03 20:24:54 +07:00
Tankred Hase
3919441bbc
Fix unit test using strict mode for random.js
2016-02-03 20:24:54 +07:00
Tankred Hase
2f74acc94f
Cleanup src/crypto/index.js
2016-02-03 20:24:54 +07:00
Tankred Hase
68d298c948
Fix node.js detection
2016-02-03 20:24:54 +07:00
Tankred Hase
00ea3918c5
Cleanup and linting on all *.js
2016-02-03 20:24:54 +07:00
Tankred Hase
4d325ca65c
Cleanup RSA and util code
2016-02-03 20:24:54 +07:00
Tankred Hase
55bd9757e7
Refactor config.useWebCrypto to config.useNative
2016-02-03 20:24:54 +07:00
Tankred Hase
5358c6f9fe
[TODO] Check why code coverage fails
2016-02-03 20:24:54 +07:00
Tankred Hase
2aa8b143bd
Ignore MDC error in unit test for symmetrically encrypted packet
2016-02-03 20:24:54 +07:00
Bart Butler
469a6be31a
Rebase for upload to main openpgpjs repo
2016-02-03 20:24:54 +07:00
Bart Butler
f56b6887d9
native crypto and hash for nodeJS
2016-02-03 20:24:54 +07:00
Bart Butler
4c82568fad
hash performance fix
2016-02-03 20:24:54 +07:00
Bart Butler
88a7534b8a
Add asmCrypto, native node crypto calls for faster AES
2016-02-03 20:24:54 +07:00
Bart Butler
11038dd946
Add Rusha for fast SHA hashes
2016-02-03 20:24:54 +07:00
Bart Butler
5711028449
does not pass tests yet
2016-02-03 20:24:54 +07:00
Bart Butler
1c6e777a3d
bugfixes
2016-02-03 20:24:54 +07:00
Bart Butler
b4916e29a3
binary strings to typed arrays in most places
2016-02-03 20:24:54 +07:00
Bart Butler
b310877c7d
fixes
2016-02-03 20:24:54 +07:00
Bart Butler
11a8a99aef
add filename to return object when decrypting binary file
2016-02-03 20:24:54 +07:00
Bart Butler
60fb6ba18d
direct session key manipulation and encryption/decryption
2016-02-03 20:24:54 +07:00
Bart Butler
91d35ff99c
initial modifications
2016-02-03 20:24:54 +07:00
Bart Butler
2e4e9387a0
Fixes for symmetrically encrypted session keys
2016-02-03 20:24:54 +07:00
Tankred Hase
6c4e0ed6a0
Reorder travis jobs to run required first
2016-02-03 20:22:43 +07:00
Tankred Hase
d707164857
Fix unit tests on Safari, Closes openpgpjs/openpgpjs#399
2016-02-03 19:33:08 +07:00
Tankred Hase
74763c155d
Turn node_modules caching back on
2016-02-03 19:27:36 +07:00
Tankred Hase
6821f1f8bb
Update npm dependencies and shrinkwrap
2016-02-02 15:28:29 +07:00
Tankred Hase
9a06ca2eb3
Check code coverage only under node v0.12 => faster
2016-02-02 15:04:13 +07:00
Tankred Hase
fbccbc9b14
Run browser tests under node v4.2
2016-02-02 15:04:13 +07:00
Tankred Hase
35ed0f2d42
Add node v4.2 and v5 to the required travis builds
2016-02-02 15:04:13 +07:00
Giovanni Pellerano
cc66703763
Merge pull request #393 from openpgpjs/codeclimate
...
Codeclimate
2016-02-01 11:18:49 +01:00
Tankred Hase
7538878506
Set codecliamte repo token
2016-02-01 14:55:09 +07:00
evilaliv3
6523155d65
Replace coveralls bagdge with codeclimate coverage badge and add codeclimate badge for tracking code quality
2016-02-01 14:44:51 +07:00
evilaliv3
15da6c14da
Replace coveralls with codeclimate coverage by means of codeclimate-test-reporter
2016-02-01 14:44:51 +07:00
Giovanni Pellerano
bdf4edb138
Merge pull request #401 from openpgpjs/travis-builds
...
Add Chrome, Firefox and IE11 to required tests
2016-02-01 03:57:56 +01:00
Tankred Hase
a5f9f8e89f
Add Chrome, Firefox and IE11 to required tests
2016-02-01 08:42:15 +07:00
Tankred Hase
1ba1427f58
Skip performance test
2016-02-01 08:23:17 +07:00
Tankred Hase
b89d069f05
Merge pull request #400 from openpgpjs/linting
...
Add linting to grunt test job
2016-01-31 07:57:23 +07:00
Tankred Hase
be6bea843d
Update npm dependencies and shrinkwrap
2016-01-31 07:35:24 +07:00
Tankred Hase
5f55c7ab20
Add linting to grunt test job
...
* Add grunt-jscs and .jscsrc (lint trailing whitespaces and indentation length)
* Cleanup .jshintrc (use globals instead of deprecated predefs)
* Add Gruntfile.js and *.json linting to npm test
N.B. This does not lint the whole src/ directory during grunt test but
this should definitely be our goal. Please try to de-lint any js files
you touch during development using a texteditor that support linting
(Sublime Text 3 and SublimeLinter 3 with jshint/jscs plugins work great)
2016-01-31 07:32:13 +07:00
Tankred Hase
a49b5ce1c5
Release new version
2016-01-31 07:20:31 +07:00
Tankred Hase
3730289b55
Fix shrinkwrap for use on node v4.2 LTS
...
* Remove fsevents as optional dependency in package.json
* Update npm dependencies and shrinkwrap
2016-01-31 07:17:08 +07:00
Tankred Hase
06a1c1afe0
Release new version
2016-01-30 18:45:18 +07:00
Tankred Hase
5f8899a207
Create seperate update_dep.sh script to avoid up
2016-01-30 18:44:17 +07:00