CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/01/05 13:30:16
Modified files: lib/libcrypto/dh: dh.h dh_lib.c Log message: Prepare to provide DH_get0_{p,q,g,{priv,pub}_key}() These are accessors that allow getting one specific DH member. They are less error prone than the current getters DH_get0_{pqg,key}(). They are used by many ports and will also be used in base for this reason. Who can remember whether the pub_key or the priv_key goes first in DH_get0_key()? ok inoguchi jsing