Skip to content

Commit

Permalink
remove tests that not in all openssl versions available
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexus committed Sep 29, 2017
1 parent 6c991b5 commit 32be5d7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions test/pem.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,6 @@ describe('General Tests', function () {
done()
})
})
it('Create brainpoolP256r1 ecparam key', function (done) {
pem.createEcparam('brainpoolP256r1', function (error, data) {
hlp.checkError(error)
hlp.checkEcparam(data, 520, 530)
hlp.checkTmpEmpty()
done()
})
})
it('Create brainpoolP512t1 ecparam key', function (done) {
pem.createEcparam('brainpoolP512t1', function (error, data) {
hlp.checkError(error)
hlp.checkEcparam(data, 920, 980)
hlp.checkTmpEmpty()
done()
})
})
it('Create prime256v1 ecparam key', function (done) {
pem.createEcparam('prime256v1', function (error, data) {
hlp.checkError(error)
Expand Down

0 comments on commit 32be5d7

Please sign in to comment.