CVSROOT: /cvs Module name: src Changes by: [email protected] 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.
