CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/24 11:10:55
Modified files:
lib/libssl : ssl_ciph.c
Log message:
If ssl_cipher_apply_rule() is given a specific cipher suite, match on it.
Otherwise matching a specific cipher is performed by matching against
its characteristics, which can result in multiple rather than a single
match.
Found by bluhm@'s regress tests.
ok bluhm@ tb@
