@@ -50,25 +50,25 @@ const ciphers = crypto.getCiphers();
50
50
51
51
const expectedWarnings = common . hasFipsCrypto ?
52
52
[ ] : [
53
- [ 'Use Cipheriv for counter mode of aes-192-gcm' , common . noWarnCode ] ,
54
- [ 'Use Cipheriv for counter mode of aes-192-ccm' , common . noWarnCode ] ,
55
- [ 'Use Cipheriv for counter mode of aes-192-ccm' , common . noWarnCode ] ,
56
- [ 'Use Cipheriv for counter mode of aes-128-ccm' , common . noWarnCode ] ,
57
- [ 'Use Cipheriv for counter mode of aes-128-ccm' , common . noWarnCode ] ,
58
- [ 'Use Cipheriv for counter mode of aes-128-ccm' , common . noWarnCode ] ,
59
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ] ,
60
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ] ,
61
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ] ,
62
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ] ,
63
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ] ,
64
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ] ,
65
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ] ,
66
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ] ,
67
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ] ,
68
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ] ,
69
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ] ,
70
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ] ,
71
- [ 'Use Cipheriv for counter mode of aes-256-ccm' , common . noWarnCode ]
53
+ [ 'Use Cipheriv for counter mode of aes-192-gcm' ] ,
54
+ [ 'Use Cipheriv for counter mode of aes-192-ccm' ] ,
55
+ [ 'Use Cipheriv for counter mode of aes-192-ccm' ] ,
56
+ [ 'Use Cipheriv for counter mode of aes-128-ccm' ] ,
57
+ [ 'Use Cipheriv for counter mode of aes-128-ccm' ] ,
58
+ [ 'Use Cipheriv for counter mode of aes-128-ccm' ] ,
59
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ] ,
60
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ] ,
61
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ] ,
62
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ] ,
63
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ] ,
64
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ] ,
65
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ] ,
66
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ] ,
67
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ] ,
68
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ] ,
69
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ] ,
70
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ] ,
71
+ [ 'Use Cipheriv for counter mode of aes-256-ccm' ]
72
72
] ;
73
73
74
74
const expectedDeprecationWarnings = [
0 commit comments