CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2019/03/31 09:49:03

Modified files:
        lib/libssl     : ssl_clnt.c 

Log message:
Clean up and simplify the client verify code:

- Be consistent with _len naming.
- Use size_t where possible/appropriate.
- Group the CBB code.
- Use EVP_MAX_MD_SIZE consistently, instead of "magic" values.
- Switch GOST to EVP_DigestSign*, making it similar to sigalgs.

ok tb@ a while back.

Reply via email to