Skip to content

Commit 0c8c16c

Browse files
committed
docs: document the variable
1 parent 05a9c64 commit 0c8c16c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/mssql/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
include ../../commons-test.mk
22

3+
# Enforce x509negativeserial=1. This is required in case the tests
4+
# use certificates with negative serial numbers.
5+
# Go 1.23+ rejects these certificates without this flag.
6+
# Cf https://pkg.go.dev/crypto/x509#ParseCertificate
37
export GODEBUG=x509negativeserial=1
48

59
.PHONY: test

0 commit comments

Comments
 (0)