Changes since version 3.0-dev6 : Amaury Denoyelle (2): BUG/MINOR: server: reject enabled for dynamic server MINOR: server: allow cookie for dynamic servers Christopher Faulet (13): REGTESTS: Fix script about OCSP update compatibility tests BUG/MINOR: cli: Report an error to user if command or payload is too big MINOR: sc_strm: Add generic version to perform sync receives and sends MEDIUM: stream: Use generic version to perform sync receives and sends MEDIUM: buf: Add b_getline() and b_getdelim() functions MEDIUM: applet: Handle applets with their own buffers in put functions MEDIUM: cli/applet: Stop to test opposite SC in I/O handler of CLI commands MINOR: applet: Always use applet API to set appctx flags BUG/MEDIUM: applet: State appctx have more data if its EOI/EOS/ERROR flag is set MAJOR: cli: Update the CLI applet to handle its own buffers MINOR: applet: Let's applets .snd_buf function deal with full input buffers MINOR: stconn: Add a connection flag to notify sending data are the last ones MAJOR: cli: Use a custom .snd_buf function to only copy the current command Damien Claisse (1): BUG/MINOR: server: fix persistence cookie for dynamic servers Remi Tricot-Le Breton (5): BUG/MINOR: ssl: Wrong ocsp-update "incompatibility" error message BUG/MINOR: ssl: Detect more 'ocsp-update' incompatibilities MEDIUM: ssl: Add 'tune.ssl.ocsp-update.mode' global option REGTESTS: ssl: Add OCSP update compatibility tests REGTESTS: ssl: Add functional test for global ocsp-update option