Set default draft version to 4

This commit is contained in:
Daniel Huigens 2018-04-26 16:50:23 +02:00
parent 04651e359a
commit 7ce3f5521f
2 changed files with 2 additions and 7 deletions

View File

@ -59,7 +59,7 @@ export default {
* @memberof module:config
* @property {Integer} aead_protect_version
*/
aead_protect_version: 0,
aead_protect_version: 4,
/**
* Default Authenticated Encryption with Additional Data (AEAD) encryption mode
* Only has an effect when aead_protect is set to true.

View File

@ -674,6 +674,7 @@ describe('OpenPGP.js public api tests', function() {
beforeEach: function() {
openpgp.config.use_native = true;
openpgp.config.aead_protect = true;
openpgp.config.aead_protect_version = 0;
}
});
@ -682,7 +683,6 @@ describe('OpenPGP.js public api tests', function() {
beforeEach: function() {
openpgp.config.use_native = false;
openpgp.config.aead_protect = true;
openpgp.config.aead_protect_version = 4;
openpgp.config.aead_mode = openpgp.enums.aead.experimental_gcm;
// Monkey-patch AEAD feature flag
@ -697,7 +697,6 @@ describe('OpenPGP.js public api tests', function() {
beforeEach: function() {
openpgp.config.use_native = true;
openpgp.config.aead_protect = true;
openpgp.config.aead_protect_version = 4;
openpgp.config.aead_mode = openpgp.enums.aead.experimental_gcm;
// Monkey-patch AEAD feature flag
@ -712,7 +711,6 @@ describe('OpenPGP.js public api tests', function() {
beforeEach: function() {
openpgp.config.use_native = false;
openpgp.config.aead_protect = true;
openpgp.config.aead_protect_version = 4;
// Monkey-patch AEAD feature flag
publicKey.keys[0].users[0].selfCertifications[0].features = [7];
@ -726,7 +724,6 @@ describe('OpenPGP.js public api tests', function() {
beforeEach: function() {
openpgp.config.use_native = true;
openpgp.config.aead_protect = true;
openpgp.config.aead_protect_version = 4;
// Monkey-patch AEAD feature flag
publicKey.keys[0].users[0].selfCertifications[0].features = [7];
@ -740,7 +737,6 @@ describe('OpenPGP.js public api tests', function() {
beforeEach: function() {
openpgp.config.use_native = true;
openpgp.config.aead_protect = true;
openpgp.config.aead_protect_version = 4;
openpgp.config.aead_chunk_size_byte = 0;
// Monkey-patch AEAD feature flag
@ -754,7 +750,6 @@ describe('OpenPGP.js public api tests', function() {
if: true,
beforeEach: function() {
openpgp.config.aead_protect = true;
openpgp.config.aead_protect_version = 4;
openpgp.config.aead_mode = openpgp.enums.aead.ocb;
// Monkey-patch AEAD feature flag