CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/03 11:54:27
Modified files:
lib/libssl : d1_lib.c ssl_locl.h ssl_methods.c
Log message:
Use TLSv1_1_enc_data instead of DTLSv1_enc_data.
DTLSv1 is TLSv1.1 over datagrams - there is no need for a separate
SSL3_ENC_METHOD struct, just use TLSv1_1_enc_data and remove
DTLSv1_enc_data entirely.
ok tb@
