diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-14 22:30:34 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-14 22:30:34 +0200 |
commit | 5e84d7b76ce1cccdaf0900d62a94d0d1d88cdd62 (patch) | |
tree | 61500c277101ec46af8fed732dfe1c17b941b42c /conf-ciphers | |
parent | 1087d4df2a7342d2832ba3bab1843bf4a3040775 (diff) |
convert to the meson build system
This removes a lot of files.
Remove all conf-* files. The settings move to meson.options.
Add editor config.
Remove the auto_*.h files. They move to config.h.in.
Diffstat (limited to 'conf-ciphers')
-rw-r--r-- | conf-ciphers | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/conf-ciphers b/conf-ciphers deleted file mode 100644 index c4399d6..0000000 --- a/conf-ciphers +++ /dev/null @@ -1,16 +0,0 @@ - -# This is the list of ciphers to use. Sample for TLS < 1.3: - -ALL:!EXP:!MD5:!RC4:!ADH:!DES:!3DES:!PSK:!aNULL - -# This is the list of ciphers to use. Sample for TLS 1.3: - -TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384 - -Comment: - -a) CHACHA20_POLY1305 has preference (hardest to break) -b) AES_128_GCM comes next (-> GCM is 128 bit only!) -c) AES_256_GCM is last (AES is mostly HW accelerated) - -# An empty name means use the ciphers compiled into openssl. |