CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/15 09:28:38
Modified files:
lib/libssl : ssl_ciphers.c
Log message:
Do not destroy an existing cipher list when ssl_parse_ciphersuites()
fails, to match the behaviour of ssl_create_cipher_list(). This also
agrees with the behaviour of SSL_set_ciphersuites(3) in OpenSSL.
Issue found while writing documentation.
OK jsing@
