Bart Butler
|
5f75d070ca
|
Merge pull request #574 from pbrunschwig/master
Fix for issue 573: Don't throw with unknown Armor Headers
|
2017-08-20 16:38:29 -07:00 |
|
Patrick Brunschwig
|
e8666811f2
|
Merge branch 'master' of https://github.com/pbrunschwig/openpgpjs
|
2017-08-19 22:09:44 +02:00 |
|
Patrick Brunschwig
|
7a2abb4d9c
|
fixed broken Testcase for improperly formatted Armor Header
|
2017-08-19 22:07:36 +02:00 |
|
Bart Butler
|
a2db30bf33
|
Update armor.js
Only console.log if debug mode on
|
2017-08-19 10:52:36 -07:00 |
|
Bart Butler
|
56cc47da34
|
Update armor.js
Small tweak
|
2017-08-19 10:49:36 -07:00 |
|
Patrick Brunschwig
|
8b6d8ef2e2
|
Fix for issue 573: don't throw with unknown Armor Headers, but just
with invalid ones
|
2017-08-19 18:32:02 +02:00 |
|
Bart Butler
|
d1a2bdf599
|
Merge pull request #566 from FlowCrypt/master
util.readNumber: stop overflowing until full range of uint32 for 4 byte numbers | #497
|
2017-07-22 09:58:00 -07:00 |
|
Bart Butler
|
a2cac61242
|
Correct misspelling
|
2017-07-22 09:38:44 -07:00 |
|
Tom James Holub
|
f6d19ed304
|
util.readNumber: overflow test added | #497
|
2017-07-22 09:27:36 -07:00 |
|
Tom James Holub
|
2aab843125
|
util.readNumber: stop overflowing until full range of uint32 | #497
|
2017-07-22 09:26:30 -07:00 |
|
Bart Butler
|
a9a0e28ffb
|
Release new version
v2.5.8
|
2017-07-21 22:06:51 -07:00 |
|
Bart Butler
|
4e2d4ca040
|
Merge pull request #565 from FlowCrypt/master
work with multiple binding signatures per subkey #527
|
2017-07-21 22:02:04 -07:00 |
|
Tom James Holub
|
5136c24602
|
test added: find a valid subkey binding signature among many invalid ones | #527
|
2017-07-21 21:39:48 -07:00 |
|
Tom James Holub
|
22ba9f64aa
|
subKey.bindingSignature -> subKey.bindingSignatures[] - process all | #527
|
2017-07-21 21:38:33 -07:00 |
|
Bart Butler
|
87152a5dfa
|
Release new version
v2.5.7
|
2017-07-21 18:58:00 -07:00 |
|
Bart Butler
|
24755fb621
|
Merge pull request #564 from FlowCrypt/master
process blocks that miss a checksum | #563
|
2017-07-21 18:52:20 -07:00 |
|
Tom James Holub
|
7ccd57613b
|
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
|
a0c87d46e7
|
fixed outdated annotations in armor.js
|
2017-07-21 15:39:06 -07:00 |
|
Tom James Holub
|
8343343ea1
|
added missing checksum test with traling armor newline
|
2017-07-21 15:37:25 -07:00 |
|
Tom James Holub
|
fe51e1dcf4
|
improved armor behavior - trailing newline
|
2017-07-21 15:35:27 -07:00 |
|
Tom James Holub
|
3b27f56e89
|
tests extended - armor checksum validation | #563
|
2017-07-21 10:15:49 -07:00 |
|
Tom James Holub
|
da16d7fed6
|
do not fail when missing armor checksum | #563
|
2017-07-21 10:13:33 -07:00 |
|
Bart Butler
|
79ca1f221b
|
Release new version
v2.5.6
|
2017-07-13 10:13:17 -07:00 |
|
Bart Butler
|
33ac7e9f7a
|
Merge pull request #562 from openpgpjs/sign_byte_arrays
Remove console logs from tests
|
2017-07-13 10:07:45 -07:00 |
|
Sanjana Rajan
|
e8ca36a430
|
remove console logs
|
2017-07-13 12:07:12 +02:00 |
|
Bart Butler
|
7d4bce440b
|
Merge pull request #559 from openpgpjs/sign_byte_arrays
Sign Uint8 arrays
|
2017-07-12 19:45:53 -07:00 |
|
Sanjana Rajan
|
52ad5226df
|
remove extra spaces
|
2017-07-08 13:26:20 +02:00 |
|
Sanjana Rajan
|
4d5a69ad2d
|
use message obj when signing uint8 array
|
2017-07-08 13:25:24 +02:00 |
|
Bart Butler
|
d879bc533f
|
Release new version
v2.5.5
|
2017-07-06 16:27:44 -07:00 |
|
Bart Butler
|
bb8dd6a5c4
|
minor bugfix
|
2017-07-06 15:27:45 -07:00 |
|
Sanjana Rajan
|
3d1c4eb9e9
|
style fixes
|
2017-07-06 16:29:25 +02:00 |
|
Sanjana Rajan
|
89de3b78d0
|
more tests
|
2017-07-04 21:08:48 -07:00 |
|
Sanjana Rajan
|
9c88f70f21
|
add tests
|
2017-07-04 17:03:56 -07:00 |
|
Sanjana Rajan
|
0a259d1b5b
|
armor based on text vs. bytes
|
2017-07-04 16:47:23 -07:00 |
|
Sanjana Rajan
|
d4124f5bec
|
allow cleartext msg data to be string or byte array
|
2017-07-04 14:15:39 -07:00 |
|
Bart Butler
|
ca07e270a8
|
Merge pull request #557 from openpgpjs/decode_single_line
allow body + checksum on same line in splitChecksum
|
2017-06-27 23:47:03 -07:00 |
|
Sanjana Rajan
|
233eff599e
|
support split checksum where body and checksum are on the same line
|
2017-06-27 16:41:53 -07:00 |
|
Bart Butler
|
992c40b5d4
|
change URL to https
|
2017-04-25 14:09:31 +02:00 |
|
Bart Butler
|
9061b6823d
|
Merge pull request #543 from frankcash/patch-1
Update README.md
|
2017-04-13 23:41:33 -07:00 |
|
Frank Cash
|
36d1b55ca5
|
Update README.md
|
2017-04-12 21:05:13 -04:00 |
|
Bart Butler
|
fcad97f916
|
Merge pull request #542 from darkyen/patch-1
Fix documentation
|
2017-04-08 14:49:25 -07:00 |
|
Abhishek Hingnikar
|
7d80bb0b74
|
Fix documentation
The storeHandler seems to need loadPublic, loadPrivate, storePublic, storePrivate methods but the current documentation only mentions load and store.
|
2017-04-08 16:12:47 +05:30 |
|
Bart Butler
|
6ef5cff8cc
|
Merge pull request #541 from BAKFR/simplify-crc24
Simplify code of CRC24 checksum in armor encoding
|
2017-04-06 11:19:45 -07:00 |
|
Kévin Bernard-Allies
|
f9353f0196
|
Simplify code of CRC24 checksum in armor encoding
|
2017-04-06 13:12:45 +02:00 |
|
Bart Butler
|
8164d8ff7a
|
Release new version
v2.5.4
|
2017-04-05 22:40:17 -07:00 |
|
Bart Butler
|
58a3ec951f
|
Merge pull request #540 from openpgpjs/err_handling
Tolerant flag for suppressing packet read errors
|
2017-04-05 16:38:20 -07:00 |
|
Sanjana Rajan
|
16c4f03e6e
|
tolerant default to true
|
2017-04-05 16:36:29 -07:00 |
|
Sanjana Rajan
|
0918f5a782
|
add tolerant mode which suppresses errors in reading non-data packets
|
2017-04-05 07:54:08 -07:00 |
|
Bart Butler
|
59c3811b2e
|
Release new version
v2.5.3
|
2017-03-29 16:32:10 -07:00 |
|
Bart Butler
|
f1d60599c1
|
use web worker for reformatKey
|
2017-03-29 16:27:16 -07:00 |
|