CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/22 07:18:50
Modified files:
lib/libssl/src/ssl: s3_both.c
Log message:
Also check the result from final_finish_mac() against finish_mac_length in
ssl3_send_finished(). While this previously checked against a zero return
value (which could occur on failure), we may as well test against the
expected length, since we already know what that is.
