Commit Graph

1040 Commits

Author SHA1 Message Date
Bart Butler
265fa62601 Correct misspelling 2017-07-22 09:38:44 -07:00
Tom James Holub
bcf4a114a7 util.readNumber: overflow test added | #497 2017-07-22 09:27:36 -07:00
Tom James Holub
ce9dee9370 util.readNumber: stop overflowing until full range of uint32 | #497 2017-07-22 09:26:30 -07:00
Bart Butler
7b7c1b08fe Release new version 2017-07-21 22:06:51 -07:00
Bart Butler
93bbf0faca 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
812e8ffe31 test added: find a valid subkey binding signature among many invalid ones | #527 2017-07-21 21:39:48 -07:00
Tom James Holub
2bda12731b subKey.bindingSignature -> subKey.bindingSignatures[] - process all | #527 2017-07-21 21:38:33 -07:00
Bart Butler
28abf77a18 Release new version 2017-07-21 18:58:00 -07:00
Bart Butler
dd1ae4d325 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
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
10896c2cbf added missing checksum test with traling armor newline 2017-07-21 15:37:25 -07:00
Tom James Holub
841b03d6cd improved armor behavior - trailing newline 2017-07-21 15:35:27 -07:00
Tom James Holub
80742bdfbe tests extended - armor checksum validation | #563 2017-07-21 10:15:49 -07:00
Tom James Holub
c27725782c do not fail when missing armor checksum | #563 2017-07-21 10:13:33 -07:00
Bart Butler
b3077235f9 Release new version 2017-07-13 10:13:17 -07:00
Bart Butler
046fae963f Merge pull request #562 from openpgpjs/sign_byte_arrays
Remove console logs from tests
2017-07-13 10:07:45 -07:00
Sanjana Rajan
a896003fda remove console logs 2017-07-13 12:07:12 +02:00
Bart Butler
d737f65ccc Merge pull request #559 from openpgpjs/sign_byte_arrays
Sign Uint8 arrays
2017-07-12 19:45:53 -07:00
Sanjana Rajan
e53cbe8417 remove extra spaces 2017-07-08 13:26:20 +02:00
Sanjana Rajan
95c5e3af01 use message obj when signing uint8 array 2017-07-08 13:25:24 +02:00
Bart Butler
cc909f098c Release new version 2017-07-06 16:27:44 -07:00
Bart Butler
d33c46a33c minor bugfix 2017-07-06 15:27:45 -07:00
Sanjana Rajan
d061af1fc3 style fixes 2017-07-06 16:29:25 +02:00
Sanjana Rajan
cc831cde4a more tests 2017-07-04 21:08:48 -07:00
Sanjana Rajan
697eab19cd add tests 2017-07-04 17:03:56 -07:00
Sanjana Rajan
a9bb3f1839 armor based on text vs. bytes 2017-07-04 16:47:23 -07:00
Sanjana Rajan
28e5f5d3f4 allow cleartext msg data to be string or byte array 2017-07-04 14:15:39 -07:00
Bart Butler
402e26d98c 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
a7702a74d3 support split checksum where body and checksum are on the same line 2017-06-27 16:41:53 -07:00
Bart Butler
ddf6eb5783 change URL to https 2017-04-25 14:09:31 +02:00
Bart Butler
dc04af4a63 Merge pull request #543 from frankcash/patch-1
Update README.md
2017-04-13 23:41:33 -07:00
Frank Cash
3588ef8f18 Update README.md 2017-04-12 21:05:13 -04:00
Bart Butler
151e07e16c Merge pull request #542 from darkyen/patch-1
Fix documentation
2017-04-08 14:49:25 -07:00
Abhishek Hingnikar
472294ec84 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
a5728c1280 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
342bc8fe01 Simplify code of CRC24 checksum in armor encoding 2017-04-06 13:12:45 +02:00
Bart Butler
e00cdd138e Release new version 2017-04-05 22:40:17 -07:00
Bart Butler
5db776c254 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
c3958b0270 tolerant default to true 2017-04-05 16:36:29 -07:00
Sanjana Rajan
b51b8ad341 add tolerant mode which suppresses errors in reading non-data packets 2017-04-05 07:54:08 -07:00
Bart Butler
a8c29d4a03 Release new version 2017-03-29 16:32:10 -07:00
Bart Butler
5fb23ac833 use web worker for reformatKey 2017-03-29 16:27:16 -07:00
Bart Butler
4044501d6d Release new version 2017-03-28 13:17:39 -07:00
Bart Butler
e4cb79640b Merge pull request #536 from openpgpjs/document_key_decryption
Include key decryption step in README
2017-03-28 13:09:15 -07:00
Sanjana Rajan
3c1a82759d include key decryption step in README 2017-03-28 13:04:36 -07:00
Bart Butler
a1ff93f1fc not all platforms implement TypedArray.slice 2017-03-28 11:44:04 -07:00
Bart Butler
62c24ed227 Merge pull request #534 from openpgpjs/signature_input
Accept signature object as an input to encrypt function
2017-03-28 10:43:00 -07:00
Bart Butler
69da0974ca Merge pull request #522 from danenania/patch-1
Readme - add warning about config.aead_protect potentially breaking compatibility
2017-03-28 10:40:06 -07:00
Bart Butler
a4190061d9 optimize Uint8Array2str function for large payloads 2017-03-28 10:35:20 -07:00