1. 8b45391 MINOR: ssl: ssl_sock_prepare_ctx() return an error code by William Lallemand · Thu Nov 21 15:48:10 2019 +0100
  2. 000694c MINOR: ssl: Make ssl_sock_handshake() static. by Olivier Houchard · Thu May 23 14:45:12 2019 +0200
  3. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · Fri May 10 09:58:43 2019 +0200
  4. 8d164dc CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore by Willy Tarreau · Fri May 10 09:35:00 2019 +0200
  5. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · Thu May 09 13:26:41 2019 +0200
  6. 54832b9 BUILD: enable several LibreSSL hacks, including by Ilya Shipitsin · Sun May 05 23:27:54 2019 +0500
  7. d0e095c MINOR: ssl/cli: async fd io-handlers printable on show fd by Emeric Brun · Fri Apr 19 17:15:28 2019 +0200
  8. 9e75477 MINOR: ssl: add support of aes256 bits ticket keys on file and cli. by Emeric Brun · Thu Jan 10 17:51:55 2019 +0100
  9. ab28a32 MINOR: ssl: Add ssl_sock_set_alpn(). by Olivier Houchard · Fri Dec 21 19:45:40 2018 +0100
  10. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  11. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · Thu Feb 01 18:29:59 2018 +0100
  12. 283e004 MINOR: ssl: add ssl_sock_get_cert_sig function by Emmanuel Hocdet · Thu Nov 02 14:05:23 2017 +0100
  13. 96b7834 MINOR: ssl: add ssl_sock_get_pkey_algo function by Emmanuel Hocdet · Tue Oct 31 15:46:07 2017 +0100
  14. 16f45c8 BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe by Christopher Faulet · Fri Feb 16 11:23:49 2018 +0100
  15. 821bb9b MAJOR: threads/ssl: Make SSL part thread-safe by Emeric Brun · Thu Jun 15 16:37:39 2017 +0200
  16. 4f45bb9 MEDIUM: shctx: separate ssl and shctx by William Lallemand · Mon Oct 30 20:08:51 2017 +0100
  17. ed0b5ad REORG: shctx: move ssl functions to ssl_sock.c by William Lallemand · Mon Oct 30 19:36:36 2017 +0100
  18. 01da571 MINOR: merge ssl_sock_get calls for log and ppv2 by Emmanuel Hocdet · Fri Oct 13 16:59:49 2017 +0200
  19. 872f9c2 MEDIUM: ssl: add basic support for OpenSSL crypto engine by Grant Zhang · Sat Jan 21 01:10:18 2017 +0000
  20. 9826329 MAJOR: ssl: bind configuration per certificat by Emmanuel Hocdet · Thu Dec 29 18:26:15 2016 +0100
  21. d1c5750 CLEANUP: ssl: move tlskeys_finalize_config() to a post_check callback by Willy Tarreau · Thu Dec 22 22:46:15 2016 +0100
  22. d9f5cca CLEANUP: connection: unexport raw_sock and ssl_sock by Willy Tarreau · Thu Dec 22 21:08:52 2016 +0100
  23. 55d3791 MEDIUM: ssl_sock: implement ssl_sock_prepare_bind_conf() by Willy Tarreau · Wed Dec 21 23:38:39 2016 +0100
  24. 0320934 MEDIUM: ssl: remote the proxy argument from most functions by Willy Tarreau · Thu Dec 22 17:08:28 2016 +0100
  25. 635c0ad BUG/MINOR: ssl: Be sure to use unique serial for regenerated certificates by Christopher Faulet · Thu Nov 12 11:35:51 2015 +0100
  26. 7969a33 MINOR: ssl: Add support for EC for the CA used to sign generated certificates by Christopher Faulet · Fri Oct 09 11:15:03 2015 +0200
  27. 77fe80c MINOR: ssl: Release Servers SSL context when HAProxy is shut down by Christopher Faulet · Wed Jul 29 13:02:40 2015 +0200
  28. d2cab92 BUG/MINOR: ssl: fix management of the cache where forged certificates are stored by Christopher Faulet · Tue Jul 28 16:03:47 2015 +0200
  29. 6307641 MINOR: ssl: provide ia function to set the SNI extension on a connection by Willy Tarreau · Fri Jul 10 11:33:32 2015 +0200
  30. 646b864 CLEANUP: ssl: make ssl_sock_generated_cert_serial() take a const by Willy Tarreau · Tue Jul 07 18:09:15 2015 +0200
  31. 3054880 MINOR: ssl: Export functions to manipulate generated certificates by Christopher Faulet · Thu Jun 11 13:39:32 2015 +0200
  32. 31af49d MEDIUM: ssl: Add options to forge SSL certificates by Christopher Faulet · Tue Jun 09 17:29:50 2015 +0200
  33. 47783ef MEDIUM: ssl: add the possibility to use a global DH parameters file by Remi Gacogne · Fri May 29 15:53:22 2015 +0200
  34. 200b0fa MEDIUM: Add support for updating TLS ticket keys via socket by Nenad Merdanovic · Sat May 09 08:46:01 2015 +0200
  35. e4e30f7 BUILD: ssl: use OPENSSL_NO_OCSP to detect OCSP support by Lukas Tribus · Tue Dec 09 16:32:51 2014 +0100
  36. 328fb58 MEDIUM: connection: add new bit in Proxy Protocol V2 by Dave McCowan · Wed Jul 30 10:39:13 2014 -0400
  37. 656c5fa BUILD: ssl: disable OCSP when using boringssl by Lukas Tribus · Mon Aug 18 00:56:31 2014 +0200
  38. 0abf836 BUG/MINOR: ssl: Fix external function in order not to return a pointer on an internal trash buffer. by Emeric Brun · Tue Jun 24 18:26:41 2014 +0200
  39. 4147b2e MEDIUM: ssl: basic OCSP stapling support. by Emeric Brun · Mon Jun 16 18:36:30 2014 +0200
  40. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · Thu May 08 23:42:08 2014 -0400
  41. 71b734c MINOR: cli: add more information to the "show info" output by Willy Tarreau · Tue Jan 28 15:19:44 2014 +0100
  42. ffc3fcd MEDIUM: log: report SSL ciphers and version in logs using logformat %sslc/%sslv by Willy Tarreau · Fri Oct 12 20:17:54 2012 +0200
  43. 94324a4 MINOR: ssl: move ssl context init for servers from cfgparse.c to ssl_sock.c by Emeric Brun · Thu Oct 11 14:00:19 2012 +0200
  44. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  45. 79eeafa MEDIUM: move bind SSL parsing to ssl_sock by Willy Tarreau · Fri Sep 14 07:53:05 2012 +0200
  46. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · Thu Sep 13 17:54:29 2012 +0200
  47. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  48. fc0421f MEDIUM: ssl: add support for SNI and wildcard certificates by Emeric Brun · Fri Sep 07 17:30:07 2012 +0200
  49. e1f38db MEDIUM: ssl: protect against client-initiated renegociation by Emeric Brun · Mon Sep 03 20:36:47 2012 +0200
  50. 4659195 MEDIUM: ssl: add new files ssl_sock.[ch] to provide the SSL data layer by Emeric Brun · Fri May 18 15:47:34 2012 +0200