File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -601,11 +601,6 @@ fn encrypt_decrypt_multipart_already_initialized() -> TestResult {
601
601
#[ test]
602
602
#[ serial]
603
603
fn derive_key ( ) -> TestResult {
604
- /* FIXME: This is now broken in Kryoptic: https://github.com/latchset/kryoptic/issues/184 */
605
- if !is_softhsm ( ) {
606
- /* return Ignore(); */
607
- return Ok ( ( ) ) ;
608
- }
609
604
let ( pkcs11, slot) = init_pins ( ) ;
610
605
611
606
// open a session
@@ -904,12 +899,6 @@ fn session_objecthandle_iterator() -> testresult::TestResult {
904
899
#[ test]
905
900
#[ serial]
906
901
fn wrap_and_unwrap_key ( ) {
907
- /* FIXME: This is now broken in Kryoptic: https://github.com/latchset/kryoptic/issues/184 */
908
- if !is_softhsm ( ) {
909
- /* return Ignore(); */
910
- return ;
911
- }
912
-
913
902
let ( pkcs11, slot) = init_pins ( ) ;
914
903
// open a session
915
904
let session = pkcs11. open_rw_session ( slot) . unwrap ( ) ;
@@ -1352,11 +1341,6 @@ fn test_clone_initialize() {
1352
1341
#[ test]
1353
1342
#[ serial]
1354
1343
fn aes_key_attributes_test ( ) -> TestResult {
1355
- /* FIXME: This is now broken in Kryoptic: https://github.com/latchset/kryoptic/issues/182 */
1356
- if !is_softhsm ( ) {
1357
- /* return Ignore(); */
1358
- return Ok ( ( ) ) ;
1359
- }
1360
1344
let ( pkcs11, slot) = init_pins ( ) ;
1361
1345
1362
1346
// open a session
@@ -1672,11 +1656,6 @@ fn sha256_digest_multipart() -> TestResult {
1672
1656
#[ test]
1673
1657
#[ serial]
1674
1658
fn sha256_digest_multipart_with_key ( ) -> TestResult {
1675
- // FIXME: Getting value from sensitive objects is now broken in Kryoptic: https://github.com/latchset/kryoptic/issues/193
1676
- if !is_softhsm ( ) {
1677
- return Ok ( ( ) ) ;
1678
- }
1679
-
1680
1659
let ( pkcs11, slot) = init_pins ( ) ;
1681
1660
1682
1661
// Open a session and log in
You can’t perform that action at this time.
0 commit comments