- Updated Doxygen documentation generation and documentation on small parts

This commit is contained in:
Paul Bakker 2011-01-27 15:24:17 +00:00
parent 0a62cd1a18
commit f3b86c1e62
18 changed files with 228 additions and 79 deletions

View file

@ -11,7 +11,7 @@
* The basic provisions are:
* - initialise an SSL/TLS context (see \c ssl_init()).
* - perform an SSL/TLS handshake (see \c ssl_handshake()).
* - read/write (see \c ssl_read() and\c ssl_write()).
* - read/write (see \c ssl_read() and \c ssl_write()).
* - notify a peer that conection is being closed (see \c ssl_close_notify()).
*
*