CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/08/17 12:41:17
Modified files: lib/libssl : ssl_locl.h ssl_seclevel.c Log message: Provide ssl_security_shared_group() Refactor ssl_security_supported_group() into a wrapper of a new internal ssl_security_group() which takes a secop as an argument. This allows adding ssl_security_shared_group() which will be needed in upcoming commits. ok jsing