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