diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-06-21 13:03:36 +0200 |
|---|---|---|
| committer | Sander Vrijders <sander@ouroboros.rocks> | 2026-06-29 08:32:59 +0200 |
| commit | 47034834790e778f28b082842b3ed1c7bd44f29a (patch) | |
| tree | 4c7aa9ecd4f87aa9ffeeca6432ac3d061b7edc3a /src/irmd/oap/cli.c | |
| parent | 8499436b4673ac2e2026879a95d97162ba2e8cbc (diff) | |
| download | ouroboros-47034834790e778f28b082842b3ed1c7bd44f29a.tar.gz ouroboros-47034834790e778f28b082842b3ed1c7bd44f29a.zip | |
config: Rename enc.conf to sec.conf
The per-name config file holds more than encryption settings (KEX,
cipher, KDF, peer authentication), so renamed it from enc.conf to
sec.conf and the code internals to match.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/irmd/oap/cli.c')
| -rw-r--r-- | src/irmd/oap/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irmd/oap/cli.c b/src/irmd/oap/cli.c index 113abc4c..b3d6d586 100644 --- a/src/irmd/oap/cli.c +++ b/src/irmd/oap/cli.c @@ -98,7 +98,7 @@ int load_cli_kex_config(const struct name_info * info, /* A client authenticates the server by default, like an https client */ cfg->req_auth = OAP_CLIENT_AUTH_DEFAULT; - return load_kex_config(info->name, info->c.enc, cfg); + return load_kex_config(info->name, info->c.sec, cfg); } int load_server_kem_pk(const char * name, |
