haproxy/include
Emmanuel Hocdet 96b7834e98 MINOR: ssl: add ssl_sock_get_pkey_algo function
ssl_sock_get_pkey_algo can be used to report pkey algorithm to log
and ppv2 (RSA2048, EC256,...).
Extract pkey information is not free in ssl api (lock/alloc/free):
haproxy can use the pkey information computed in load_certificate.
Store and use this information in a SSL ex_data when available,
compute it if not (SSL multicert bundled and generated cert).
2018-03-01 11:34:05 +01:00
..
common BUG/MEDIUM: buffer: Fix the wrapping case in bi_putblk 2018-02-27 15:45:03 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: ssl: add ssl_sock_get_pkey_algo function 2018-03-01 11:34:05 +01:00
types MINOR: ssl: extract full pkey info in load_certificate 2018-03-01 11:33:18 +01:00