CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/07 10:55:13
Modified files:
lib/libssl : s3_lib.c ssl3.h ssl_clnt.c ssl_locl.h
Log message:
Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER.
These flags enabled experimental behaviour in the write path, which nothing
uses. Removing this code greatly simplifies ssl3_write().
ok beck@ inoguchi@ sthen@ tb@
