|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| 
| | --
Signed-off-by: Daniel Kahn Gillmor <[email protected]> | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | --
* src/index.js: Added an optional configuration object for the startup.
* configuration: timeout - the initial check for a connection ran into
  timeouts on slower testing machines. 500ms for initial startup is
  not sufficient everywhere. The default timeout was raised to 1000ms,
  and as an option this timeout can be increased even further.
* BrowsertestExtension: Set the initial connection timeouts to 2
  seconds, to be able to test on slower machines. | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | --
* BrowsertestExtension/tests/decryptTest.js: There were cases in which
  file names returned in a wrong encoding from decryption. The test
  cases here are a  'Hello World' in a text file with different names,
  then being encrypted with cli gnupg. | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | --
* BrowserTestExtension/tests:
  - decryptTest.js: Check Decryption and return values of binary data
  - encryptTest.js: Return data type of armored/non-armored encryption
  - added a small encoded input png for testing
* DemoExtension/maindemo.js: Fixed unexpected usage of the Demo encrypt
  (non-armored) | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | --
* As requested by using parties, the options to be passed into the
  methods are now objects, with the objects' properties better
  describing what they do, and to avoid the need to type several nulls
  in a method call if one wants the last parameter.
  - src/Keyring.js, src/gpgme.js: Changed parameters and their
    validations
  - BrowserTest/*.js Had to adapt quite some calls to the new format | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| | --
* src/gpgmejs.js: Decrypt now parses additional optional dec_info
  information, as well as any verify information, if present
* src/permittedOperations: Now decrypt also expect the new return
  object dec_inf (containing info such as is_mime and file_name) | 
| | 
| 
| 
| 
| 
| | --
* mainly spacing, see .eslintrc.json for details | 
|  | --
* src/index.js: The export now uses a freezed Object, which does not
  allow for simply overwriting the init method by e.g. a third-party
  library.
* BrowsertestExtension: Added some tests trying if decryption of bad
  data properly fails |