]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: add a special acknowledgement for the stud project
authorWilly Tarreau <w@1wt.eu>
Mon, 10 Sep 2012 07:43:09 +0000 (09:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 10 Sep 2012 07:44:59 +0000 (09:44 +0200)
Really, the quality of their code deserves it, it would have been much
harder to figure how to get all the things right at once without looking
there from time to time !

src/ssl_sock.c

index 8410ab0eef227b213d563da302bb1b3aac0702ab..91e7feed56e25974d1ec8d4153d26931e4db7793 100644 (file)
@@ -8,6 +8,18 @@
  * as published by the Free Software Foundation; either version
  * 2 of the License, or (at your option) any later version.
  *
+ * Acknowledgement:
+ *   We'd like to specially thank the Stud project authors for a very clean
+ *   and well documented code which helped us understand how the OpenSSL API
+ *   ought to be used in non-blocking mode. This is one difficult part which
+ *   is not easy to get from the OpenSSL doc, and reading the Stud code made
+ *   it much more obvious than the examples in the OpenSSL package. Keep up
+ *   the good works, guys !
+ *
+ *   Stud is an extremely efficient and scalable SSL/TLS proxy which combines
+ *   particularly well with haproxy. For more info about this project, visit :
+ *       https://github.com/bumptech/stud
+ *
  */
 
 #define _GNU_SOURCE