Daniel Huigens
|
4d82d25559
|
Pass more tests
We now use streams internally in more places.
|
2018-08-10 14:46:26 +02:00 |
|
Daniel Huigens
|
0372bf78f1
|
Make (de)armoring and packet reading asynchronous
|
2018-08-10 14:44:01 +02:00 |
|
Sanjana Rajan
|
8f01d4b0b5
|
clean up tests
|
2018-08-01 17:47:07 +03:00 |
|
Daniel Huigens
|
91b7165b78
|
Add key/subKey.getKeyId, getFingerprint, getAlgorithmInfo, getCreationTime, isDecrypted
|
2018-07-19 15:03:25 +02:00 |
|
Maximilian Krambach
|
4beb31333e
|
change some variable names in tests to camelCase
|
2018-06-04 12:33:01 +02:00 |
|
Maximilian Krambach
|
1eb3902a96
|
Run tests with randomly generated strings
|
2018-05-17 12:40:30 +02:00 |
|
Daniel Huigens
|
6c2fec3450
|
Parse user IDs
Also, support comments when creating user IDs
|
2018-05-01 13:39:23 +02:00 |
|
Mahrud Sayrafi
|
73a240df6c
|
Simplifies (Key|User|SubKey).isRevoked, API changes in key.js
For User s/revocationCertifications/revocationSignatures/g
For Key/SubKey s/revocationSignature/revocationSignatures/g is now an array.
|
2018-03-08 10:01:54 +01:00 |
|
Bart Butler
|
f57888fe55
|
change all calls of getRandomBytes and getRandomBN to be async
|
2018-03-05 16:31:56 -08:00 |
|
Mahrud Sayrafi
|
30bd6102d5
|
OID's stored as Uint8Array
|
2018-03-01 11:35:16 -08:00 |
|
Mahrud Sayrafi
|
ecc38d0c6e
|
Adds worker tests for NIST P-256 and X25519
|
2018-02-27 16:40:28 -08: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
|
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
|
d5022a3a4a
|
rename vars in old tests
|
2018-02-12 09:47:51 +01:00 |
|
Mahrud Sayrafi
|
a4134b9f55
|
Addresses various review comments by @bartbutler + some cleanups
|
2018-01-31 17:52:38 -08:00 |
|