Changes since version 1.8-dev3 : Dragan Dosen (3): IMPORT: sha1: import SHA1 functions MINOR: sample: add the sha1 converter MINOR: sample: add the hex2i converter Emmanuel Hocdet (3): BUILD: ssl: support OPENSSL_NO_ASYNC #define MINOR: ssl: build with recent BoringSSL library BUG/MINOR: ssl: OCSP_single_get0_status can return -1 Lukas Tribus (2): BUG/MINOR: cli: restore "set ssl tls-key" command CLEANUP: cli: remove undocumented "set ssl tls-keys" command Olivier Houchard (2): BUG/MEDIUM: server: Allocate tmptrash before using it. BUG/MINOR: checks: Don't forget to release the connection on error case. Willy Tarreau (10): CONTRIB: trace: add the possibility to place trace calls in the code CONTRIB: trace: try to display the function's return value on exit CONTRIB: trace: report the base name only for file names MINOR: stream-int: stop checking for useless connection flags in chk_snd_conn MINOR: ssl: don't abort after sending 16kB MINOR: connection: move the cleanup of flag CO_FL_WAIT_ROOM MINOR: connection: add flag CO_FL_WILL_UPDATE to indicate when updates are granted MEDIUM: connection: make use of CO_FL_WILL_UPDATE in conn_sock_shutw() MINOR: raw_sock: make use of CO_FL_WILL_UPDATE MINOR: ssl_sock: make use of CO_FL_WILL_UPDATE