bagder: curl-www/docs _libs.html,1.3,1.4
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/docs In directory labb:/tmp/cvs-serv26382 Modified Files: _libs.html Log Message: mention yassl here too Index: _libs.html =================================================================== RCS file: /cvsroot/curl/curl-www/docs/_libs.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- _libs.html 8 Jun 2005 22:41:16 -0000 1.3 +++ _libs.html 8 Jul 2006 21:22:45 -0000 1.4 @@ -35,7 +35,7 @@ SSL (https) support. Use <a href="http://www.openssl.org">OpenSSL</a>. Curl compiles, builds and runs perfectly with it. <a href="/download.html#openssl">download links</a>. Since curl 7.14.0, you can - optionally use GnuTLS instead. + optionally use GnuTLS or yassl instead. </td> </tr> @@ -124,7 +124,19 @@ <td> TLS (https) support. Use <a href="http://www.gnutls.org">GnuTLS</a>. Curl (7.14.0 or later) compiles, builds and runs perfectly with it. Optionally - used instead of OpenSSL. + used instead of OpenSSL and yassl. +</td> +</tr> + +<tr class="odd"> +<td align="center"> + <a href="http://www.yassl.com/"><small>www.yassl.com</small></a> +</td> + +<td> + TLS (https) support. Use <a href="http://www.yassl.com/">yassl</a>. Curl + (7.15.4 or later) compiles, builds and runs perfectly with it. Optionally + used instead of OpenSSL and GnuTLS. </td> </tr>