CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/11 06:45:52
Modified files:
lib/libssl : s3_lib.c ssl_locl.h ssl_methods.c t1_lib.c
tls13_legacy.c
Log message:
SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNAL
with #defines for the per-version initializers instead of extern
globals. Add SSL_USE_SHA256_PRF() to complete the abstraction.
ok tb@ jsing@
