CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/12/10 07:56:56
Modified files:
lib/libssl/man : Makefile
Added files:
lib/libssl/man : SSL_get_shared_ciphers.3
Log message:
Write an SSL_get_shared_ciphers(3) manual from scratch; another one
where BUGS is longer than DESCRIPTION. The function is listed in
ssl(3) and <openssl/ssl.h>, so it's clearly public.
The code looks slightly mysterious to me, so it would be welcome if
somebody more familiar with TLS protocols could check factual accuracy.