CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/02/09 08:26:15
Modified files:
lib/libssl : s3_lib.c ssl_clnt.c ssl_locl.h ssl_srvr.c
t1_enc.c t1_hash.c tls13_client.c
Log message:
Rename tls1_handshake_hash*() to tls1_transcript_hash*().
While handshake hash is correct (in as far as it is a hash of handshake
messages), using tls1_transcript_hash*() aligns them with the naming of the
tls1_transcript*() functions. Additionally, the TLSv1.3 specification uses
Transcript-Hash and "transcript hash", which this matches.
ok inoguchi@ tb@