Skip to content

Commit

Permalink
Enabled Classic-McEliece on Illumos (sunOS)
Browse files Browse the repository at this point in the history
No more stack issues

Signed-off-by: Vlad Gheorghiu <vsoftco@gmail.com>
  • Loading branch information
vsoftco authored Jan 16, 2025
1 parent eeb454f commit 9f917b5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions oqstests/kem_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ func TestKeyEncapsulationCorrectness(t *testing.T) {
if runtime.GOOS == "darwin" {
disabledKEMPatterns = []string{}
}
// Disable some KEMs in OpenIndiana
if runtime.GOOS == "illumos" {
disabledKEMPatterns = []string{"Classic-McEliece"}
}
// Disable some KEMs in Windows
if runtime.GOOS == "windows" {
disabledKEMPatterns = []string{}
Expand Down Expand Up @@ -114,10 +110,6 @@ func TestKeyEncapsulationWrongCiphertext(t *testing.T) {
if runtime.GOOS == "darwin" {
disabledKEMPatterns = []string{}
}
// Disable some KEMs in OpenIndiana
if runtime.GOOS == "illumos" {
disabledKEMPatterns = []string{"Classic-McEliece"}
}
// Disable some KEMs in Windows
if runtime.GOOS == "windows" {
disabledKEMPatterns = []string{}
Expand Down

0 comments on commit 9f917b5

Please sign in to comment.