aboutsummaryrefslogtreecommitdiff
path: root/testlogs/BouncyCastleAllTests_1_49.txt
blob: e7e1c16e530e5c063c4623ec71f3d9dea69d4f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
-----------------------------------------------------------------------------
JUnit4 Test Runner
...testDefaultTagSizeAlgorithmParameterGenerator:java.security.NoSuchAlgorithmException: GCM AlgorithmParameterGenerator not available
.................
Provider:BC
AlgorithmParameterGenerator.1.2.840.113549.3.2
AlgorithmParameterGenerator.AES
AlgorithmParameterGenerator.CAMELLIA
AlgorithmParameterGenerator.CAST5
AlgorithmParameterGenerator.DES
AlgorithmParameterGenerator.DESEDE
AlgorithmParameterGenerator.DH
AlgorithmParameterGenerator.DSA
AlgorithmParameterGenerator.ELGAMAL
AlgorithmParameterGenerator.ElGamal
AlgorithmParameterGenerator.GOST3410
AlgorithmParameterGenerator.NOEKEON
AlgorithmParameterGenerator.RC2
AlgorithmParameterGenerator.SEED
AlgorithmParameters.1.2.840.113549.3.2
AlgorithmParameters.AES
AlgorithmParameters.BLOWFISH
AlgorithmParameters.CAMELLIA
AlgorithmParameters.CAST5
AlgorithmParameters.DES
AlgorithmParameters.DESEDE
AlgorithmParameters.DH
AlgorithmParameters.DSA
AlgorithmParameters.ELGAMAL
AlgorithmParameters.ElGamal
AlgorithmParameters.GOST3410
AlgorithmParameters.IES
AlgorithmParameters.NOEKEON
AlgorithmParameters.OAEP
AlgorithmParameters.PBKDF2
AlgorithmParameters.PKCS12PBE
AlgorithmParameters.PSS
AlgorithmParameters.RC2
AlgorithmParameters.RC5
AlgorithmParameters.RC5-64
AlgorithmParameters.RC6
AlgorithmParameters.RIJNDAEL
AlgorithmParameters.SEED
AlgorithmParameters.SKIPJACK
AlgorithmParameters.Serpent
AlgorithmParameters.TEA
AlgorithmParameters.Twofish
AlgorithmParameters.XTEA
CertPathBuilder.PKIX
CertPathBuilder.RFC3280
CertPathBuilder.RFC3281
CertPathValidator.PKIX
CertPathValidator.RFC3280
CertPathValidator.RFC3281
CertStore.Collection
CertStore.LDAP
CertStore.Multi
CertificateFactory.X.509
Cipher.1.2.392.200011.61.1.1.1.2
Cipher.1.2.392.200011.61.1.1.1.3
Cipher.1.2.392.200011.61.1.1.1.4
Cipher.1.2.410.200004.1.4
Cipher.1.2.643.2.2.21
Cipher.1.2.840.113533.7.66.10
Cipher.1.2.840.113549.1.1.1
Cipher.1.2.840.113549.1.1.7
Cipher.1.2.840.113549.1.9.16.3.6
Cipher.1.2.840.113549.3.2
Cipher.1.2.840.113549.3.7
Cipher.1.3.14.3.2.7
Cipher.1.3.6.1.4.1.3029.1.2
Cipher.2.16.840.1.101.3.4.1.1
Cipher.2.16.840.1.101.3.4.1.2
Cipher.2.16.840.1.101.3.4.1.21
Cipher.2.16.840.1.101.3.4.1.22
Cipher.2.16.840.1.101.3.4.1.23
Cipher.2.16.840.1.101.3.4.1.24
Cipher.2.16.840.1.101.3.4.1.3
Cipher.2.16.840.1.101.3.4.1.4
Cipher.2.16.840.1.101.3.4.1.41
Cipher.2.16.840.1.101.3.4.1.42
Cipher.2.16.840.1.101.3.4.1.43
Cipher.2.16.840.1.101.3.4.1.44
Cipher.2.5.8.1.1
Cipher.AES
Cipher.AESRFC3211WRAP
Cipher.AESWRAP
Cipher.ARC4
Cipher.BLOWFISH
Cipher.BROKENPBEWITHMD5ANDDES
Cipher.BROKENPBEWITHSHA1ANDDES
Cipher.BROKENPBEWITHSHAAND2-KEYTRIPLEDES-CBC
Cipher.BROKENPBEWITHSHAAND3-KEYTRIPLEDES-CBC
Cipher.CAMELLIA
Cipher.CAMELLIARFC3211WRAP
Cipher.CAMELLIAWRAP
Cipher.CAST5
Cipher.CAST6
Cipher.DES
Cipher.DESEDE
Cipher.DESEDERFC3211WRAP
Cipher.DESEDEWRAP
Cipher.DESRFC3211WRAP
Cipher.DHIES
Cipher.DHIESWITHAES
Cipher.DHIESWITHDESEDE
Cipher.DHIESwithAES
Cipher.ECIES
Cipher.ECIESWITHAES
Cipher.ECIESWITHDESEDE
Cipher.ECIESwithAES
Cipher.ECIESwithDESEDE
Cipher.ELGAMAL
Cipher.ELGAMAL/PKCS1
Cipher.ElGamal
Cipher.GOST28147
Cipher.Grain128
Cipher.Grainv1
Cipher.HC128
Cipher.HC256
Cipher.IES
Cipher.NOEKEON
Cipher.OLDPBEWITHSHAAND3-KEYTRIPLEDES-CBC
Cipher.OLDPBEWITHSHAANDTWOFISH-CBC
Cipher.PBEWITHMD2ANDDES
Cipher.PBEWITHMD5AND128BITAES-CBC-OPENSSL
Cipher.PBEWITHMD5AND192BITAES-CBC-OPENSSL
Cipher.PBEWITHMD5AND256BITAES-CBC-OPENSSL
Cipher.PBEWITHMD5ANDDES
Cipher.PBEWITHMD5ANDRC2
Cipher.PBEWITHSHA1ANDDES
Cipher.PBEWITHSHA1ANDRC2
Cipher.PBEWITHSHA256AND128BITAES-CBC-BC
Cipher.PBEWITHSHA256AND192BITAES-CBC-BC
Cipher.PBEWITHSHA256AND256BITAES-CBC-BC
Cipher.PBEWITHSHAAND128BITAES-CBC-BC
Cipher.PBEWITHSHAAND128BITRC2-CBC
Cipher.PBEWITHSHAAND128BITRC4
Cipher.PBEWITHSHAAND192BITAES-CBC-BC
Cipher.PBEWITHSHAAND2-KEYTRIPLEDES-CBC
Cipher.PBEWITHSHAAND256BITAES-CBC-BC
Cipher.PBEWITHSHAAND3-KEYTRIPLEDES-CBC
Cipher.PBEWITHSHAAND40BITRC2-CBC
Cipher.PBEWITHSHAAND40BITRC4
Cipher.PBEWITHSHAANDTWOFISH-CBC
Cipher.RC2
Cipher.RC2WRAP
Cipher.RC5
Cipher.RC5-64
Cipher.RC6
Cipher.RIJNDAEL
Cipher.RSA
Cipher.RSA/1
Cipher.RSA/2
Cipher.RSA/ISO9796-1
Cipher.RSA/OAEP
Cipher.RSA/PKCS1
Cipher.RSA/RAW
Cipher.SALSA20
Cipher.SEED
Cipher.SEEDWRAP
Cipher.SKIPJACK
Cipher.Serpent
Cipher.TEA
Cipher.Twofish
Cipher.VMPC
Cipher.VMPC-KSA3
Cipher.XTEA
KeyAgreement.1.3.133.16.840.63.0.16
KeyAgreement.1.3.133.16.840.63.0.2
KeyAgreement.DH
KeyAgreement.ECDH
KeyAgreement.ECDHC
KeyAgreement.ECMQV
KeyFactory.DH
KeyFactory.DSA
KeyFactory.DSTU4145
KeyFactory.EC
KeyFactory.ECDH
KeyFactory.ECDHC
KeyFactory.ECDSA
KeyFactory.ECGOST3410
KeyFactory.ECMQV
KeyFactory.ELGAMAL
KeyFactory.ElGamal
KeyFactory.GOST3410
KeyFactory.RSA
KeyFactory.X.509
KeyGenerator.1.2.392.200011.61.1.1.1.2
KeyGenerator.1.2.392.200011.61.1.1.1.3
KeyGenerator.1.2.392.200011.61.1.1.1.4
KeyGenerator.1.2.392.200011.61.1.1.3.2
KeyGenerator.1.2.392.200011.61.1.1.3.3
KeyGenerator.1.2.392.200011.61.1.1.3.4
KeyGenerator.1.2.410.200004.1.4
KeyGenerator.1.2.410.200004.7.1.1.1
KeyGenerator.1.2.840.113549.3.2
KeyGenerator.1.2.840.113549.3.7
KeyGenerator.2.16.840.1.101.3.4.1.1
KeyGenerator.2.16.840.1.101.3.4.1.2
KeyGenerator.2.16.840.1.101.3.4.1.21
KeyGenerator.2.16.840.1.101.3.4.1.22
KeyGenerator.2.16.840.1.101.3.4.1.23
KeyGenerator.2.16.840.1.101.3.4.1.24
KeyGenerator.2.16.840.1.101.3.4.1.25
KeyGenerator.2.16.840.1.101.3.4.1.3
KeyGenerator.2.16.840.1.101.3.4.1.4
KeyGenerator.2.16.840.1.101.3.4.1.41
KeyGenerator.2.16.840.1.101.3.4.1.42
KeyGenerator.2.16.840.1.101.3.4.1.43
KeyGenerator.2.16.840.1.101.3.4.1.44
KeyGenerator.2.16.840.1.101.3.4.1.45
KeyGenerator.2.16.840.1.101.3.4.1.5
KeyGenerator.2.16.840.1.101.3.4.2
KeyGenerator.2.16.840.1.101.3.4.22
KeyGenerator.2.16.840.1.101.3.4.42
KeyGenerator.AES
KeyGenerator.AES-GMAC
KeyGenerator.AESWRAP
KeyGenerator.ARC4
KeyGenerator.BLOWFISH
KeyGenerator.CAMELLIA
KeyGenerator.CAMELLIA-GMAC
KeyGenerator.CAST5
KeyGenerator.CAST6
KeyGenerator.CAST6-GMAC
KeyGenerator.DES
KeyGenerator.DESEDE
KeyGenerator.DESEDEWRAP
KeyGenerator.GOST28147
KeyGenerator.Grain128
KeyGenerator.Grainv1
KeyGenerator.HC128
KeyGenerator.HC256
KeyGenerator.HMACGOST3411
KeyGenerator.HMACMD2
KeyGenerator.HMACMD4
KeyGenerator.HMACMD5
KeyGenerator.HMACRIPEMD128
KeyGenerator.HMACRIPEMD160
KeyGenerator.HMACRIPEMD256
KeyGenerator.HMACRIPEMD320
KeyGenerator.HMACSHA1
KeyGenerator.HMACSHA224
KeyGenerator.HMACSHA256
KeyGenerator.HMACSHA3-224
KeyGenerator.HMACSHA3-256
KeyGenerator.HMACSHA3-384
KeyGenerator.HMACSHA3-512
KeyGenerator.HMACSHA384
KeyGenerator.HMACSHA512
KeyGenerator.HMACSHA512/224
KeyGenerator.HMACSHA512/256
KeyGenerator.HMACTIGER
KeyGenerator.HMACWHIRLPOOL
KeyGenerator.NOEKEON
KeyGenerator.NOEKEON-GMAC
KeyGenerator.RC2
KeyGenerator.RC5
KeyGenerator.RC5-64
KeyGenerator.RC6
KeyGenerator.RC6-GMAC
KeyGenerator.RIJNDAEL
KeyGenerator.SALSA20
KeyGenerator.SEED
KeyGenerator.SEED-GMAC
KeyGenerator.SERPENT-GMAC
KeyGenerator.SKIPJACK
KeyGenerator.Serpent
KeyGenerator.TEA
KeyGenerator.Twofish
KeyGenerator.Twofish-GMAC
KeyGenerator.VMPC
KeyGenerator.VMPC-KSA3
KeyGenerator.XTEA
KeyPairGenerator.DH
KeyPairGenerator.DSA
KeyPairGenerator.DSTU4145
KeyPairGenerator.EC
KeyPairGenerator.ECDH
KeyPairGenerator.ECDHC
KeyPairGenerator.ECDSA
KeyPairGenerator.ECGOST3410
KeyPairGenerator.ECIES
KeyPairGenerator.ECMQV
KeyPairGenerator.ELGAMAL
KeyPairGenerator.ElGamal
KeyPairGenerator.GOST3410
KeyPairGenerator.RSA
KeyStore.BCPKCS12
KeyStore.BKS
KeyStore.BKS-V1
KeyStore.BouncyCastle
KeyStore.PKCS12
KeyStore.PKCS12-3DES-3DES
KeyStore.PKCS12-3DES-40RC2
KeyStore.PKCS12-DEF
KeyStore.PKCS12-DEF-3DES-3DES
KeyStore.PKCS12-DEF-3DES-40RC2
Mac.AES-GMAC
Mac.AESCMAC
Mac.CAMELLIA-GMAC
Mac.CAST6-GMAC
Mac.DESCMAC
Mac.DESEDECMAC
Mac.DESEDEMAC
Mac.DESEDEMAC/CFB8
Mac.DESEDEMAC64
Mac.DESEDEMAC64WITHISO7816-4PADDING
Mac.DESMAC
Mac.DESMAC/CFB8
Mac.DESMAC64
Mac.DESMAC64WITHISO7816-4PADDING
Mac.DESWITHISO9797
Mac.GOST28147MAC
Mac.HMACGOST3411
Mac.HMACMD2
Mac.HMACMD4
Mac.HMACMD5
Mac.HMACRIPEMD128
Mac.HMACRIPEMD160
Mac.HMACRIPEMD256
Mac.HMACRIPEMD320
Mac.HMACSHA1
Mac.HMACSHA224
Mac.HMACSHA256
Mac.HMACSHA3-224
Mac.HMACSHA3-256
Mac.HMACSHA3-384
Mac.HMACSHA3-512
Mac.HMACSHA384
Mac.HMACSHA512
Mac.HMACSHA512/224
Mac.HMACSHA512/256
Mac.HMACTIGER
Mac.HMACWHIRLPOOL
Mac.ISO9797ALG3MAC
Mac.ISO9797ALG3WITHISO7816-4PADDING
Mac.NOEKEON-GMAC
Mac.OLDHMACSHA384
Mac.OLDHMACSHA512
Mac.PBEWITHHMACRIPEMD160
Mac.PBEWITHHMACSHA
Mac.PBEWITHHMACSHA1
Mac.RC2MAC
Mac.RC2MAC/CFB8
Mac.RC5MAC
Mac.RC5MAC/CFB8
Mac.RC6-GMAC
Mac.SEED-GMAC
Mac.SERPENT-GMAC
Mac.SIPHASH
Mac.SIPHASH-4-8
Mac.SKIPJACKMAC
Mac.SKIPJACKMAC/CFB8
Mac.Twofish-GMAC
Mac.VMPCMAC
MessageDigest.GOST3411
MessageDigest.MD2
MessageDigest.MD4
MessageDigest.MD5
MessageDigest.RIPEMD128
MessageDigest.RIPEMD160
MessageDigest.RIPEMD256
MessageDigest.RIPEMD320
MessageDigest.SHA-1
MessageDigest.SHA-224
MessageDigest.SHA-256
MessageDigest.SHA-384
MessageDigest.SHA-512
MessageDigest.SHA-512/224
MessageDigest.SHA-512/256
MessageDigest.SHA3-224
MessageDigest.SHA3-256
MessageDigest.SHA3-384
MessageDigest.SHA3-512
MessageDigest.TIGER
MessageDigest.Tiger
MessageDigest.WHIRLPOOL
Provider.id className
Provider.id info
Provider.id name
Provider.id version
SecretKeyFactory.DES
SecretKeyFactory.DESEDE
SecretKeyFactory.PBEWITHHMACRIPEMD160
SecretKeyFactory.PBEWITHHMACSHA1
SecretKeyFactory.PBEWITHHMACSHA256
SecretKeyFactory.PBEWITHHMACTIGER
SecretKeyFactory.PBEWITHMD2ANDDES
SecretKeyFactory.PBEWITHMD2ANDRC2
SecretKeyFactory.PBEWITHMD5AND128BITAES-CBC-OPENSSL
SecretKeyFactory.PBEWITHMD5AND192BITAES-CBC-OPENSSL
SecretKeyFactory.PBEWITHMD5AND256BITAES-CBC-OPENSSL
SecretKeyFactory.PBEWITHMD5ANDDES
SecretKeyFactory.PBEWITHMD5ANDRC2
SecretKeyFactory.PBEWITHSHA1ANDDES
SecretKeyFactory.PBEWITHSHA1ANDRC2
SecretKeyFactory.PBEWITHSHA256AND128BITAES-CBC-BC
SecretKeyFactory.PBEWITHSHA256AND192BITAES-CBC-BC
SecretKeyFactory.PBEWITHSHA256AND256BITAES-CBC-BC
SecretKeyFactory.PBEWITHSHAAND128BITAES-CBC-BC
SecretKeyFactory.PBEWITHSHAAND128BITRC2-CBC
SecretKeyFactory.PBEWITHSHAAND128BITRC4
SecretKeyFactory.PBEWITHSHAAND192BITAES-CBC-BC
SecretKeyFactory.PBEWITHSHAAND2-KEYTRIPLEDES-CBC
SecretKeyFactory.PBEWITHSHAAND256BITAES-CBC-BC
SecretKeyFactory.PBEWITHSHAAND3-KEYTRIPLEDES-CBC
SecretKeyFactory.PBEWITHSHAAND40BITRC2-CBC
SecretKeyFactory.PBEWITHSHAAND40BITRC4
SecretKeyFactory.PBEWITHSHAANDTWOFISH-CBC
SecretKeyFactory.PBKDF2WithHmacSHA1
SecretKeyFactory.PBKDF2WithHmacSHA1And8BIT
Signature.1.2.840.113549.1.1.10
Signature.DSA
Signature.DSTU4145
Signature.ECDSA
Signature.ECGOST3410
Signature.GOST3410
Signature.GOST3411WITHDSTU4145
Signature.GOST3411WITHDSTU4145LE
Signature.GOST3411WITHECGOST3410
Signature.MD2WITHRSA
Signature.MD4WITHRSA
Signature.MD5WITHRSA
Signature.MD5withRSA/ISO9796-2
Signature.NONEWITHDSA
Signature.NONEwithECDSA
Signature.OID.1.2.840.113549.1.1.10
Signature.RAWRSASSA-PSS
Signature.RIPEMD128WITHRSA
Signature.RIPEMD160WITHECDSA
Signature.RIPEMD160WITHRSA
Signature.RIPEMD160withRSA/ISO9796-2
Signature.RIPEMD256WITHRSA
Signature.RMD128WITHRSA
Signature.RMD160WITHRSA
Signature.RMD256WITHRSA
Signature.RSA
Signature.RSASSA-PSS
Signature.SHA1WITHCVC-ECDSA
Signature.SHA1WITHECNR
Signature.SHA1WITHRSA
Signature.SHA1withRSA/ISO9796-2
Signature.SHA1withRSA/PSS
Signature.SHA224WITHCVC-ECDSA
Signature.SHA224WITHDSA
Signature.SHA224WITHECDSA
Signature.SHA224WITHECNR
Signature.SHA224WITHRSA
Signature.SHA224withRSA/PSS
Signature.SHA256WITHCVC-ECDSA
Signature.SHA256WITHDSA
Signature.SHA256WITHECDSA
Signature.SHA256WITHECNR
Signature.SHA256WITHRSA
Signature.SHA256withRSA/PSS
Signature.SHA384WITHCVC-ECDSA
Signature.SHA384WITHDSA
Signature.SHA384WITHECDSA
Signature.SHA384WITHECNR
Signature.SHA384WITHRSA
Signature.SHA384withRSA/PSS
Signature.SHA512WITHCVC-ECDSA
Signature.SHA512WITHDSA
Signature.SHA512WITHECDSA
Signature.SHA512WITHECNR
Signature.SHA512WITHRSA
Signature.SHA512withRSA/PSS
X509Store.ATTRIBUTECERTIFICATE/COLLECTION
X509Store.ATTRIBUTECERTIFICATE/LDAP
X509Store.CERTIFICATE/COLLECTION
X509Store.CERTIFICATE/LDAP
X509Store.CERTIFICATEPAIR/COLLECTION
X509Store.CERTIFICATEPAIR/LDAP
X509Store.CRL/COLLECTION
X509Store.CRL/LDAP
X509StreamParser.ATTRIBUTECERTIFICATE
X509StreamParser.CERTIFICATE
X509StreamParser.CERTIFICATEPAIR
X509StreamParser.CRL
.........E........Invalid DSA signature was verified:303f021c1e41b479ad576905b960fe14eadb91b0ccf34843dab916173bb8c9cd021d00ade65988d237d30f9ef41dd424a4e1c8f16967cf3365813fe87862360500
Invalid DSA signature was verified:303f021c1e41b479ad576905b960fe14eadb91b0ccf34843dab916173bb8c9cd021d00ade65988d237d30f9ef41dd424a4e1c8f16967cf3365813fe87862363000
Invalid DSA signature was verified:305c021c1e41b479ad576905b960fe14eadb91b0ccf34843dab916173bb8c9cd021d00ade65988d237d30f9ef41dd424a4e1c8f16967cf3365813fe8786236021d00ade65988d237d30f9ef41dd424a4e1c8f16967cf3365813fe8786236
E.E..testDefaultSize: keysize=1024
E.E...testTiming: SHA1WITHDSA
count:50000 cutoff:2641313 relative average:1.0008126895455938 sigmas:0.31475330757212194
count:25000 cutoff:516468 relative average:0.88707349014744 sigmas:30.926198393288264
count:12501 cutoff:509810 relative average:0.6796322613918933 sigmas:62.04142732276982
count:6251 cutoff:505721 relative average:0.47954535271098253 sigmas:71.27188868662347
count:3125 cutoff:502308 relative average:0.29645591253034664 sigmas:68.12036335231655
count:1563 cutoff:499225 relative average:0.17524457595428672 sigmas:56.47617779216166
count:783 cutoff:496220 relative average:0.09599738527040276 sigmas:43.81382759759459
count:391 cutoff:492900 relative average:0.043838453626093364 sigmas:32.747660541515586
count:196 cutoff:490170 relative average:0.02852706464869439 sigmas:23.556966750891508
count:98 cutoff:487413 relative average:0.014564484601047496 sigmas:16.89669931000792
count:49 cutoff:485393 relative average:0.008687269920497875 sigmas:12.01902810281257
count:25 cutoff:481888 relative average:0.009770929487182414 sigmas:8.575635306299523
count:13 cutoff:477286 relative average:8.520022686376173E-4 sigmas:6.239677245936125
E...java.security.spec.InvalidKeySpecException: encoded key spec not recognised
java.security.spec.InvalidKeySpecException: encoded key spec not recognised
java.security.spec.InvalidKeySpecException: encoded key spec not recognised
java.security.spec.InvalidKeySpecException: encoded key spec not recognised
java.security.spec.InvalidKeySpecException: encoded key spec not recognised
..Encoded ECPrivateKey:3082024b0201003081ec06072a8648ce3d02013081e0020101302c06072a8648ce3d0101022100ffffffff00000001000000000000000000000000ffffffffffffffffffffffff30440420ffffffff00000001000000000000000000000000fffffffffffffffffffffffc04205ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b0441046b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c2964fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5022100ffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc63255102010104820155308201510201010420573c7896b83f431ab4ea68360b73ddd4cea88cbe271cc4584befa47c7e5ba608a081e33081e0020101302c06072a8648ce3d0101022100ffffffff00000001000000000000000000000000ffffffffffffffffffffffff30440420ffffffff00000001000000000000000000000000fffffffffffffffffffffffc04205ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b0441046b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c2964fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5022100ffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551020101a144034200040c92c52cddc8a129a109c6c570cbdebdf2286c65a60a479bfa570be4df515df0cddea98ea6b7f07f5d8ea375d5b567ae52975cc89e84f8c7edc78814e5f4d693
...Generated shared secret with a modified order:ECDHC
expected:cffdc6bb37e14b5ffce5bb9c33a3a69a58d37e36957f72e2ec1ff9ef588f4d0b computed:cffdc6bb37e14b5ffce5bb9c33a3a69a58d37e36957f72e2ec1ff9ef588f4d0b
Generated shared secret with a modified order:ECDHC
expected:4fcd65dfbf7a0e4fc86fd5e1fa830fb64ecbc3d839b71d862e72ea3ec59c6677 computed:4fcd65dfbf7a0e4fc86fd5e1fa830fb64ecbc3d839b71d862e72ea3ec59c6677
..E.Generated shared secret with a modified order:ECDH
expected:78e680c27ee19f0c5627664f49ce75dd0eab5e150acb282b96c06a28fb264e7f computed:78e680c27ee19f0c5627664f49ce75dd0eab5e150acb282b96c06a28fb264e7f
Generated shared secret with a modified order:ECDH
expected:061e2951442e51d91848dfefb4b12d0cf5e9d045ef7db010850e7c0c9190947f computed:061e2951442e51d91848dfefb4b12d0cf5e9d045ef7db010850e7c0c9190947f
..E...E.Invalid ECDSA signature was verified:3045022100b7babae9332b54b8a3a05b7004579821a887a1b21465f7db8a3d491b39fd2c3f0220747291dd2f3f44af7ace68ea33431d6f94e418c106a6e76285cd59f43260ecce0000
Invalid ECDSA signature was verified:3047022100b7babae9332b54b8a3a05b7004579821a887a1b21465f7db8a3d491b39fd2c3f0220747291dd2f3f44af7ace68ea33431d6f94e418c106a6e76285cd59f43260ecce0500
Invalid ECDSA signature was verified:3047022100b7babae9332b54b8a3a05b7004579821a887a1b21465f7db8a3d491b39fd2c3f0220747291dd2f3f44af7ace68ea33431d6f94e418c106a6e76285cd59f43260ecce3000
Invalid ECDSA signature was verified:3067022100b7babae9332b54b8a3a05b7004579821a887a1b21465f7db8a3d491b39fd2c3f0220747291dd2f3f44af7ace68ea33431d6f94e418c106a6e76285cd59f43260ecce0220747291dd2f3f44af7ace68ea33431d6f94e418c106a6e76285cd59f43260ecce
E.Message:Hello
Hash:185f8db32271fe25f561a6fc938b2e264306ec304eda518007d1764826381969
Curve:secp256r1
Order:115792089210356248762697446949407573529996955224135760342422259061068512044369
Private key:
S:60383903511860935141104135100596191639976624129249493538387822591747576574030
encoded:308193020100301306072a8648ce3d020106082a8648ce3d03010704793077020101042085801407164c6cc89f6826c82526e4c7b04a00a9c20a59d3a067f108eae4304ea00a06082a8648ce3d030107a14403420004b7ab9ba6b852e977f2c1fbf12a47fc60df480c69d7258c50320baac54205e9423041dd3e0316d409ad13c1c3706619345004e9388e405335c88edf14df27ebfc
Public key:
X:83076456404261321757001752145751651541267162713141972883214017938932151740738
Y:21827388748992043582953241085900878193583131927692683485884355321393115032572
encoded:3059301306072a8648ce3d020106082a8648ce3d03010703420004b7ab9ba6b852e977f2c1fbf12a47fc60df480c69d7258c50320baac54205e9423041dd3e0316d409ad13c1c3706619345004e9388e405335c88edf14df27ebfc
Signature:304502205d7bafb563f18dffe02be083bb63e5e837c76cea19adee9878827d2e5bd4ddb8022100e49fd913e47654cce35139b69dbdf9ab7cfb43b45a68aa1eb8b5bd8f4fb9eabd
r:42283629803097837203374110196756417474948844794996767504174864452353168563640
s:103409756375540621039495971842337375957648558954553839709838987733478223243965
.BC curve:secp256r1 countLsb:501 countMsb:514
BC curve:secp224r1 countLsb:495 countMsb:518
BC curve:secp384r1 countLsb:540 countMsb:514
BC curve:secp521r1 countLsb:540 countMsb:502
BC curve:brainpoolP256r1 countLsb:504 countMsb:497
..testTiming algorithm:SHA256WithECDSA
count:50000 cutoff:62075859 relative average:0.9985632386088987 sigmas:0.556455294020907
count:25000 cutoff:6888031 relative average:0.8786709038555692 sigmas:33.2273414200089
count:12500 cutoff:6816094 relative average:0.7460850789011708 sigmas:49.17041303846679
count:6250 cutoff:6769405 relative average:0.6184790383344018 sigmas:52.24190921632799
count:3125 cutoff:6732658 relative average:0.4718226541345856 sigmas:51.140551609519626
count:1563 cutoff:6701493 relative average:0.36289523314135236 sigmas:43.6265601126236
count:782 cutoff:6671107 relative average:0.23945175390242593 sigmas:36.837552943570465
count:391 cutoff:6643539 relative average:0.1433659330344476 sigmas:29.33893518273304
count:196 cutoff:6615463 relative average:0.08497446220929332 sigmas:22.188190103471555
count:98 cutoff:6589470 relative average:0.04530417260397051 sigmas:16.369623456791317
count:49 cutoff:6565633 relative average:0.01954622506633616 sigmas:11.887370268604647
count:25 cutoff:6547526 relative average:0.005682519862347822 sigmas:8.61104197226136
count:13 cutoff:6514245 relative average:0.001820624806805774 sigmas:6.233628200124062
E...Skipping because of:java.security.NoSuchAlgorithmException: Cannot find any provider supporting ECIESWITHAES-CBC
Skipping because of:java.security.NoSuchAlgorithmException: Cannot find any provider supporting ECIESWITHAES-CBC/NONE/PKCS7PADDING
........No implementation for:ECIESWithAES-CBC
..........Exceptions for RSA/ECB/PKCS1PADDING
javax.crypto.BadPaddingException: unknown block type
javax.crypto.BadPaddingException: block truncated
javax.crypto.BadPaddingException: block incorrect size
javax.crypto.BadPaddingException: no data in block
E...testDefaultSize: keysize=2048
....Message:Hello
Hash:185f8db32271fe25f561a6fc938b2e264306ec304eda518007d1764826381969
Public key:
Modulus:16373882534756519757297613956310685299581413169326358496335140954586054543447686722919713254423437059868681668017951130700094749165789552475534017132146162842651032210297766524012538266346114651743031445359654958658772620808282014813062367843752628445333034252840526480965438692637772918858594828454274351820313073582072208138641201039887303961481837262166616923221544746459045065425757609286911832135110673043681865452978583870925759328754534394998595084543267780917113942133420076729538595959160227262965120979730786539542775715698961042663110130975842305150438210506152246253482199654471379093392150275465966440331
E:65537
encoded:30820122300d06092a864886f70d01010105000382010f003082010a028201010081b4c53747d9fa2f30ffaaf20bd27f7f61fc8f1f713b5724e7fcfd91de6fa577a54c382ec102f4f283929577a2078e1babc35c38b5d0796621d86adc8d0f011e55715b5fcedb0e87732529e51317a267e6fe5e1d57d54ebaae3a0f43b576754d3ecb948c9d241b2948c235ca5a0c743d9270b91445a93efe6f9865af00c310f0f988b5adda0dbc5808d27c6cb88c4ea53ca08f3c9219cbd876d357a5f45cf3c1be033c440cf027411d98f626f07d284238c64e8f35272c79944e0b2cd80b2c4c58663d1419668937f7ffa3b3a7095af0d65108fc7da8aea1fa2cedcac7da771ce30ae8569be62410127fdf1afe8959aa26cbf359166128cb2cfebc695ba2cf8b0203010001
Private key:
D:4283287946898176216779991358575924878710098835389643866230826197803123717790975192299549323799310388854977776164605553881355942134951189215871266455796173394790870748025465146217723668130030205677442224991164145616155725943164729266752235139132017975598357252097257823667111417162549077939358678899248966043655262929160145160571947739933008227791304723367395538453145635985333621707056391633587842615427809778362773282306270715279798537401198542840031547363180042345780672171300554772632602192287279000803590456383521384857957627167674278153365774095669465158296325701685631557684260898717908622078994685391730093697
encoded:308204bd020100300d06092a864886f70d0101010500048204a7308204a3020100028201010081b4c53747d9fa2f30ffaaf20bd27f7f61fc8f1f713b5724e7fcfd91de6fa577a54c382ec102f4f283929577a2078e1babc35c38b5d0796621d86adc8d0f011e55715b5fcedb0e87732529e51317a267e6fe5e1d57d54ebaae3a0f43b576754d3ecb948c9d241b2948c235ca5a0c743d9270b91445a93efe6f9865af00c310f0f988b5adda0dbc5808d27c6cb88c4ea53ca08f3c9219cbd876d357a5f45cf3c1be033c440cf027411d98f626f07d284238c64e8f35272c79944e0b2cd80b2c4c58663d1419668937f7ffa3b3a7095af0d65108fc7da8aea1fa2cedcac7da771ce30ae8569be62410127fdf1afe8959aa26cbf359166128cb2cfebc695ba2cf8b02030100010282010021ee20092e0a9f9fe8b97906888130492a60df2fe2771b7cd41322621e46268afdfaca57b0b60d4dc38d7cfc26aec34609d0b9373c98a4a94b014a3317d36cff7a6a84f4b3302ac4d4224cab582b3e98df9c7b1241ffd2f092d32d5b110543fa490b0879204269b88b0802fa44442dc44da29f47e65137e1675ffe79a1416614c3d19c6b168d8a1a02a6cdfbb6feed2a5575aa22099efcd7da8e789bf0ec577b90ae24e4ad5836fe425e19ac11b624723f2ffbe6bb8725ecab437ca6575652dee006ca0935277dba4c63c3a9f1123629ba13fdd7464772671e95f79fc85f61aaf57e3bdad6be6a9ae157196ed3255ff32dde79e806ed8635e11111213a8fae8102818100caadce15ce4a1ba76dc04491f07880ce60a2c1ccbb814ca179506e6d4ed2cacfef9c53250b2a80895005df4518c26871c963106aaa5fcc692e9453e101fa5f6929e55302028ffe2d70bd0e4d0dcfd1e6cb173590d7ac39799ab94bad9adc5ee57f227ed7196948144597aa121d488b663381e7d02d7df3732c7e1f6e92a9584302818100a3d454b58204d7a5c892a0767b39d96870b7afb23384edbb3d7260e2042591d4a7e92827375603151477cadfc2e92073529097473193266d8eb28cbddc169ef00a3916bf8e2ab7ee4df2e7623a316c6e06f59dbc1a1e7e420aadf4b18b2374674e449d352ae7dfc9730b67f480e81f02e0bf9884b75946bbe156e3aa36fb7b190281807ea041fe4ba8ef481680a6168ba7adc9c2844d124d1f8631e82a412397b888af8ae31eeb28e3bff48a03712fa93d64a59a8d82e73154b2d01022e998cd74908192844ced178ec0ddc0eecced85308ed2639637882bc6d50dcd85f0eb20b287b3584fc3f13d56128b5fc356a504989b4719ed125874e398e31f2c19152b1a1423028181008b0c847929c9825eab4607fb87cb29c38327e46f935a978bfc33401794fd6e30d7f304a98445f487c7bf84e9363d37d5a9961f4fc5bbe739c58bb5f8cefc4419e8135c43691ec8cdf24ae02876cbcc03f6d430f49e169382ea1d8b39c5a669fde4684826002c9dbc1570f0e28d26766bb2e5eb457978c4986241a529ab50f6c102818015111a7e3a20b2a855eaeb308d11584bc0b1997f0eafe7bcc37d5e316259cb43dedc931f8879d4758c0c8c828a0f86bee351c9abeca605d5a5c5a896aac867cf5db17ecc1af1b0d0d75415fc509cc30e370c2101cd7d701f55c977049ebefb0bf2d9c19a4c6c1b510cc93e6a4b1ed58595d8d67015e8251361d5d4e5f4fb1b4a
Signature:27c87396d5bb1ce93da77e89dfd2f207c4b55a82733a01b6d1a5debe5da670e488da8dc044a640e3d2c83730feb93f0e92674434566da75b1125e8a2f53377d00eb32f70e09a24bfcffbcd366321a8cb3d9de38d79342e068711df2029d050d7efd1b745e3e598a949db062b8a0d73a098d9f6967e34b7465edbb024bd927d0ef87544d833daaf46210cd9bab026777b8fa00f71228c4593c2f9bf6ca078548406aa0b1f87dae02aa28eec814c93732ebde5390d1fbea04009678b34f667370427c688aa0c23bf2dd2c9f0b494246addaf176b0b7cf91fda21d3377f6088568c5e587315aff7df9a9f4a15e090910c986f08a04e25ca196904fe020df8e3a64e
..Verfied legacy signature:253e1d19bbe91064f2364c1e7db3ba8eb6dc5b19202e440eab6fbdf28c8c6ec05b812983713c338c72b6e99b8edf506a89ff9fc8e5c2c52362097a56dc228060eca01e1ff318c6c81617691438703411c1f953b21cd74331f87c9b8b189fdffdfe8550bd2bd1d47be915f8604a0f472199dd705e19b1b815f99b68d60bc257c7

Time: 1,512.197
There were 12 failures:
1) testSubgroupConfinement(com.google.security.wycheproof.DhTest)
java.lang.AssertionError: Generated secrets with weak public key:0 secret:
	at org.junit.Assert.fail(Assert.java:88)
	at com.google.security.wycheproof.DhTest.testSubgroupConfinement(DhTest.java:436)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
2) testInvalidSignatures(com.google.security.wycheproof.DsaTest)
java.lang.AssertionError: expected:<0> but was:<3>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at com.google.security.wycheproof.DsaTest.testVectors(DsaTest.java:720)
	at com.google.security.wycheproof.DsaTest.testInvalidSignatures(DsaTest.java:743)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
3) testKeyGenerationAll(com.google.security.wycheproof.DsaTest)
java.security.InvalidParameterException: strength must be from 512 - 1024 and a multiple of 64
	at org.bouncycastle.jcajce.provider.asymmetric.dsa.KeyPairGeneratorSpi.initialize(Unknown Source)
	at java.security.KeyPairGenerator.initialize(KeyPairGenerator.java:351)
	at com.google.security.wycheproof.DsaTest.testKeyGeneration(DsaTest.java:862)
	at com.google.security.wycheproof.DsaTest.testKeyGenerationAll(DsaTest.java:907)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
4) testDefaultKeySize(com.google.security.wycheproof.DsaTest)
java.lang.AssertionError: DSA default key size too small:1024
	at org.junit.Assert.fail(Assert.java:88)
	at com.google.security.wycheproof.DsaTest.testDefaultKeySize(DsaTest.java:942)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
5) testBiasSha1WithDSA(com.google.security.wycheproof.DsaTest)
java.security.InvalidParameterException: strength must be from 512 - 1024 and a multiple of 64
	at org.bouncycastle.jcajce.provider.asymmetric.dsa.KeyPairGeneratorSpi.initialize(Unknown Source)
	at java.security.KeyPairGenerator.initialize(KeyPairGenerator.java:351)
	at com.google.security.wycheproof.DsaTest.testBiasSha1WithDSA(DsaTest.java:1038)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
6) testTiming(com.google.security.wycheproof.DsaTest)
java.lang.AssertionError: Signatures with short timing have a biased k
	at org.junit.Assert.fail(Assert.java:88)
	at com.google.security.wycheproof.DsaTest.testTiming(DsaTest.java:1190)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
7) testModifiedPublic(com.google.security.wycheproof.EcdhTest)
org.junit.ComparisonFailure: algorithm:ECDH test:public point not on curve expected:<[c847acbdac3ec20b5587523ac0e768449ceca42033bb2fd31ed367bb64115fb1]> but was:<[98249b652e3e9addc23e96b1f6175fb6c0d7af139840440cb7f0e67eed24ce7b]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at com.google.security.wycheproof.EcdhTest.testModifiedPublic(EcdhTest.java:1950)
	at com.google.security.wycheproof.EcdhTest.testModifiedPublic(EcdhTest.java:2010)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
8) testModifiedPublicSpec(com.google.security.wycheproof.EcdhTest)
org.junit.ComparisonFailure: algorithm:ECDH test:public point not on curve expected:<[bd8bf0266cd5b92422020cc92129ce8132c397ca06d370ef288e4092a3b3d28a]> but was:<[67228ae06d618cc22f38ccb3ec77d4fffd6f4aafd26222db2ebb9cf052be81d9]>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at com.google.security.wycheproof.EcdhTest.testModifiedPublicSpec(EcdhTest.java:2000)
	at com.google.security.wycheproof.EcdhTest.testModifiedPublicSpec(EcdhTest.java:2016)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
9) testEncode(com.google.security.wycheproof.EcdhTest)
org.junit.ComparisonFailure: expected:<30[8201333081ec06072a8648ce3d02013081e0020101302c06072a8648ce3d0101022100ffffffff00000001000000000000000000000000ffffffffffffffffffffffff30440420ffffffff00000001000000000000000000000000fffffffffffffffffffffffc04205ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b0441046b17d1f2e12c4247f8bce6e563a440f277037d812deb33a0f4a13945d898c2964fe342e2fe1a7f9b8ee7eb4a7c0f9e162bce33576b315ececbb6406837bf51f5022100ffffffff00000000ffffffffffffffffbce6faada7179e84f3b9cac2fc632551020101]03420004cdeb39edd03e...> but was:<30[59301306072a8648ce3d020106082a8648ce3d030107]03420004cdeb39edd03e...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at com.google.security.wycheproof.EcdhTest.testEncode(EcdhTest.java:1894)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
10) testInvalidSignatures(com.google.security.wycheproof.EcdsaTest)
java.lang.AssertionError: expected:<0> but was:<4>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at com.google.security.wycheproof.EcdsaTest.testVectors(EcdsaTest.java:642)
	at com.google.security.wycheproof.EcdsaTest.testInvalidSignatures(EcdsaTest.java:671)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
11) testTimingAll(com.google.security.wycheproof.EcdsaTest)
java.lang.AssertionError: Signatures with short timing have a biased k
	at org.junit.Assert.fail(Assert.java:88)
	at com.google.security.wycheproof.EcdsaTest.testTiming(EcdsaTest.java:905)
	at com.google.security.wycheproof.EcdsaTest.testTimingAll(EcdsaTest.java:919)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)
12) testExceptionsPKCS1(com.google.security.wycheproof.RsaEncryptionTest)
java.lang.AssertionError: Exceptions leak information about the padding for RSA/ECB/PKCS1PADDING
	at org.junit.Assert.fail(Assert.java:88)
	at com.google.security.wycheproof.RsaEncryptionTest.testExceptions(RsaEncryptionTest.java:138)
	at com.google.security.wycheproof.RsaEncryptionTest.testExceptionsPKCS1(RsaEncryptionTest.java:149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at com.google.testing.junit.runner.internal.junit4.CancellableRequestFactory$CancellableRunner.run(CancellableRequestFactory.java:89)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
	at com.google.testing.junit.runner.junit4.JUnit4Runner.run(JUnit4Runner.java:112)
	at com.google.testing.junit.runner.BazelTestRunner.runTestsInSuite(BazelTestRunner.java:144)
	at com.google.testing.junit.runner.BazelTestRunner.main(BazelTestRunner.java:82)

FAILURES!!!
Tests run: 95,  Failures: 12


BazelTestRunner exiting with a return value of 1
JVM shutdown hooks (if any) will run now.
The JVM will exit once they complete.

-- JVM shutdown starting at 2018-04-07 03:52:53 --