CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/11 09:28:08
Modified files:
lib/libssl : ssl_ciphers.c ssl_lib.c ssl_locl.h
Log message:
Rename ssl_cipher_is_permitted()
The name ssl_cipher_is_permitted() is not entirely specific - what it
really means is "can this cipher be used with a given version range".
Use ssl_cipher_allowed_in_version_range() to more clearly indicate this.
Bikeshedded with tb@
ok tb@
