1. 674b743 BUG/MEDIUM: ssl: Fix sometimes reneg fails if requested by server. by Emeric Brun · Thu Nov 08 19:21:55 2012 +0100
  2. 282a76a BUG/MEDIUM: ssl: Fix some reneg cases not correctly handled. by Emeric Brun · Thu Nov 08 18:02:56 2012 +0100
  3. 8af8dd1 BUG/MEDIUM: ssl: review polling on reneg. by Emeric Brun · Thu Nov 08 17:56:20 2012 +0100
  4. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · Mon Nov 12 00:42:33 2012 +0100
  5. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · Mon Oct 29 16:51:55 2012 +0100
  6. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200
  7. c919dc6 CLEANUP: remove trashlen by Willy Tarreau · Fri Oct 26 17:35:22 2012 +0200
  8. 61694ab MINOR: ssl: checks the consistency of a private key with the corresponding certificate by Emeric Brun · Fri Oct 26 13:35:33 2012 +0200
  9. a7aa309 MINOR: ssl: add 'crt' statement on server. by Emeric Brun · Fri Oct 26 12:58:00 2012 +0200
  10. ce5ad80 MINOR: ssl: add pattern and ACLs fetches 'ssl_c_notbefore', 'ssl_c_notafter', 'ssl_f_notbefore' and 'ssl_f_notafter' by Emeric Brun · Mon Oct 22 14:11:22 2012 +0200
  11. 521a011 MINOR: ssl: add pattern and ACLs fetches 'ssl_c_key_alg' and 'ssl_f_key_alg' by Emeric Brun · Mon Oct 22 12:22:55 2012 +0200
  12. 7f56e74 MINOR: ssl: add pattern and ACLs 'ssl_c_sig_alg' and 'ssl_f_sig_alg' by Emeric Brun · Fri Oct 19 18:15:40 2012 +0200
  13. 8785589 MINOR: ssl: add pattern and ACLs fetches 'ssl_c_s_dn', 'ssl_c_i_dn', 'ssl_f_s_dn' and 'ssl_c_i_dn' by Emeric Brun · Wed Oct 17 17:39:35 2012 +0200
  14. a7359fd MINOR: ssl: add pattern and ACLs fetches 'ssl_c_version' and 'ssl_f_version' by Emeric Brun · Wed Oct 17 15:03:11 2012 +0200
  15. 8d59840 MINOR: ssl: add pattern and ACLs fetches 'ssl_c_serial' and 'ssl_f_serial' by Willy Tarreau · Mon Oct 22 17:58:39 2012 +0200
  16. fe68f68 MINOR: ssl: add pattern fetch 'ssl_fc_session_id' by Emeric Brun · Tue Oct 16 14:59:28 2012 +0200
  17. 589fcad MINOR: ssl: add pattern and ACLs fetches 'ssl_fc_protocol', 'ssl_fc_cipher', 'ssl_fc_use_keysize' and 'ssl_fc_alg_keysize' by Emeric Brun · Tue Oct 16 14:13:26 2012 +0200
  18. 2525b6b MINOR: conf: rename all ssl modules fetches using prefix 'ssl_fc' and 'ssl_c' by Emeric Brun · Thu Oct 18 15:59:43 2012 +0200
  19. 566dc55 MINOR: ssl: improve socket behaviour upon handshake abort. by Willy Tarreau · Fri Oct 19 20:52:18 2012 +0200
  20. 8c866a3 BUG: ssl: fix ssl_sni ACLs to correctly process regular expressions by Willy Tarreau · Fri Oct 19 14:34:30 2012 +0200
  21. 6c9a3d5 MEDIUM: ssl: add support for the "npn" bind keyword by Willy Tarreau · Thu Oct 18 18:57:14 2012 +0200
  22. a33c654 MINOR: ssl: add 'ssl_npn' sample/acl to extract TLS/NPN information by Willy Tarreau · Mon Oct 15 13:19:06 2012 +0200
  23. 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
  24. ef42d92 MINOR: ssl: add statements 'verify', 'ca-file' and 'crl-file' on servers. by Emeric Brun · Thu Oct 11 16:11:36 2012 +0200
  25. f9c5c47 MINOR: ssl: add statement 'no-tls-tickets' on server side. by Emeric Brun · Thu Oct 11 15:28:34 2012 +0200
  26. ecc91fe MEDIUM: ssl: reject ssl server keywords in default-server statement by Emeric Brun · Thu Oct 11 15:05:10 2012 +0200
  27. 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
  28. 92faadf MEDIUM: ssl: move "server" keyword SSL options parsing to ssl_sock.c by Willy Tarreau · Wed Oct 10 23:04:25 2012 +0200
  29. 76d8895 MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS. by Emeric Brun · Fri Oct 05 15:47:31 2012 +0200
  30. 2cb7ae5 MINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statements on bind. by Emeric Brun · Fri Oct 05 14:14:21 2012 +0200
  31. 8967549 MINOR: ssl: use bit fields to store ssl options instead of one int each by Emeric Brun · Fri Oct 05 13:48:26 2012 +0200
  32. fb510ea MEDIUM: conf: rename 'cafile' and 'crlfile' statements 'ca-file' and 'crl-file' by Emeric Brun · Fri Oct 05 12:00:26 2012 +0200
  33. 9b3009b MEDIUM: conf: rename 'nosslv3' and 'notlsvXX' statements 'no-sslv3' and 'no-tlsvXX'. by Emeric Brun · Fri Oct 05 11:55:06 2012 +0200
  34. c8e8d12 MINOR: ssl: add 'crt-base' and 'ca-base' global statements. by Emeric Brun · Tue Oct 02 18:42:10 2012 +0200
  35. 9fa8973 BUG/MEDIUM: ssl: subsequent handshakes fail after server configuration changes by Emeric Brun · Thu Oct 04 17:09:56 2012 +0200
  36. 3c4bc6e MINOR: ssl: remove prefer-server-ciphers statement and set it as the default on ssl listeners. by Emeric Brun · Thu Oct 04 18:44:19 2012 +0200
  37. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  38. 8923019 BUG/MINOR: ssl: report the L4 connection as established when possible by Willy Tarreau · Fri Sep 28 20:22:13 2012 +0200
  39. 051cdab BUG/MINOR: build: Fix compilation issue on openssl 0.9.6 due to missing CRL feature. by Emeric Brun · Tue Oct 02 19:25:50 2012 +0200
  40. 561e574 BUG/MINOR: ssl: Fix CRL check was not enabled when crlfile was specified. by Emeric Brun · Tue Oct 02 15:20:55 2012 +0200
  41. 2d0c482 MINOR: ssl: add statement 'no-tls-tickets' on bind to disable stateless session resumption by Emeric Brun · Tue Oct 02 13:45:20 2012 +0200
  42. c0ff492 MINOR: ssl : add statements 'notlsv11' and 'notlsv12' and rename 'notlsv1' to 'notlsv10'. by Emeric Brun · Fri Sep 28 19:37:02 2012 +0200
  43. f282a81 MINOR: ssl: add fetches and ACLs to return verify errors by Emeric Brun · Fri Sep 21 15:27:54 2012 +0200
  44. baf8ffb MINOR: ssl: add fetch and ACL 'ssl_verify_result' by Emeric Brun · Fri Sep 21 15:27:20 2012 +0200
  45. 81c00f0 MINOR: ssl: add ignore verify errors options by Emeric Brun · Fri Sep 21 14:31:21 2012 +0200
  46. e64aef1 MINOR: ssl: add fetch and ACL 'client_crt' to test a client cert is present by Emeric Brun · Fri Sep 21 13:15:06 2012 +0200
  47. d94b3fe MEDIUM: ssl: add client certificate authentication support by Emeric Brun · Thu Sep 20 18:23:56 2012 +0200
  48. 2b58d04 MINOR: ssl: add elliptic curve Diffie-Hellman support for ssl key generation by Emeric Brun · Thu Sep 20 17:10:03 2012 +0200
  49. a4bcd9a MINOR: ssl: try to load Diffie-Hellman parameters from cert file by Emeric Brun · Thu Sep 20 16:19:02 2012 +0200
  50. 81796be MINOR: ssl: set the listeners' data layer to ssl during parsing by Willy Tarreau · Sat Sep 22 19:11:47 2012 +0200
  51. eb6cead MINOR: standard: make memprintf() support a NULL destination by Willy Tarreau · Thu Sep 20 19:43:14 2012 +0200
  52. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · Thu Sep 20 16:48:07 2012 +0200
  53. 51fb765 MINOR: listener: add a scope field in the bind keyword lists by Willy Tarreau · Tue Sep 18 18:24:39 2012 +0200
  54. 79eeafa MEDIUM: move bind SSL parsing to ssl_sock by Willy Tarreau · Fri Sep 14 07:53:05 2012 +0200
  55. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · Thu Sep 13 17:54:29 2012 +0200
  56. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  57. 3e394c9 BUG/MAJOR: ssl: missing tests in ACL fetch functions by Willy Tarreau · Fri Sep 14 23:56:58 2012 +0200
  58. 69845df DOC: add a special acknowledgement for the stud project by Willy Tarreau · Mon Sep 10 09:43:09 2012 +0200
  59. 7875d09 MEDIUM: ssl: add sample fetches for is_ssl, ssl_has_sni, ssl_sni_* by Willy Tarreau · Mon Sep 10 08:20:03 2012 +0200
  60. fc0421f MEDIUM: ssl: add support for SNI and wildcard certificates by Emeric Brun · Fri Sep 07 17:30:07 2012 +0200
  61. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · Fri Sep 07 16:58:00 2012 +0200
  62. 403edff MEDIUM: config: implement maxsslconn in the global section by Willy Tarreau · Thu Sep 06 11:58:37 2012 +0200
  63. 0573747 BUG: ssl: mark the connection as waiting for an SSL connection during the handshake by Willy Tarreau · Tue Sep 04 08:03:39 2012 +0200
  64. e1f38db MEDIUM: ssl: protect against client-initiated renegociation by Emeric Brun · Mon Sep 03 20:36:47 2012 +0200
  65. 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