Skip to content

Commit

Permalink
update names
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan63 committed Jul 27, 2024
1 parent 023613b commit b1f9366
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion test/std/resources.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

-r resources/pkcs1/public.key@pkcs1_public_key
-r resources/pkcs1/private.key@pkcs1_private_key
-r resources/pkcs1/private_aes.key@pkcs1_private_aes_key
-r resources/pkcs1/private_aes.key@pkcs1_aes_private_key

-r resources/certs/rootkey.pem@rootkey
-r resources/certs/rootcert.pem@rootcert
Expand Down
4 changes: 0 additions & 4 deletions test/std/ssl/TestPKCS1.hx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ class TestPKCS1 extends Test {
function testAesEncryptedPrivateKey() {
Assert.notNull(Key.readPEM(Resource.getString('pkcs1_aes_private_key'), false, 'password'));
}

function testTripleDesPrivateKey() {
Assert.notNull(Key.readPEM(Resource.getString('pkcs1_private_3des_key'), false, 'password'));
}
}

0 comments on commit b1f9366

Please sign in to comment.