]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: ssl: move curves2nid and nid2nist to ssl_utils
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 2 Apr 2025 17:34:09 +0000 (19:34 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 2 Apr 2025 17:34:09 +0000 (19:34 +0200)
commitb351f06ff119cfcbc157ccb61d2ee344becf6d6f
tree843214636322b77bc0d4a70efdf7d5f7408996cd
parenta8fab636040d83cb531d22864f77c38d3d296423
REORG: ssl: move curves2nid and nid2nist to ssl_utils

curves2nid and nid2nist are generic functions that could be used outside
the JWS scope, this patch put them at the right place so they can be
reused.
include/haproxy/ssl_utils.h
src/jws.c
src/ssl_utils.c