Skip to content

Commit

Permalink
building: Disable DiffieHellman Group 2 (DH2, MODP1024) by default
Browse files Browse the repository at this point in the history
This conforms to RFC 8247
  • Loading branch information
letoams committed Jun 23, 2019
1 parent 6f11346 commit 8fcbbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/userland-cflags.mk
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ ifeq ($(USE_CHACHA),true)
USERLAND_CFLAGS+=-DUSE_CHACHA
endif

USE_DH2 ?= true
USE_DH2 ?= false
ifeq ($(USE_DH2),true)
USERLAND_CFLAGS+=-DUSE_DH2
endif
Expand Down

0 comments on commit 8fcbbc7

Please sign in to comment.