aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_read.pod
Commit message (Collapse)AuthorAgeFilesLines
* Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx2016-11-211-24/+18
| | | | | | | | | | This reverts commit 4880672a9b41a09a0984b55e219f02a2de7ab75e. Fixes: #1903 Reviewed-by: Matt Caswell <matt@openssl.org> GH: #1931
* Add SSL_peek() and SSL_peek_ex() to NAME sectionMatt Caswell2016-11-161-1/+2
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Fix referenses in section 3 manualsRichard Levitte2016-11-111-1/+1
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1900)
* Tweak the SSL_read()/SSL_write() text based on feedback received.Matt Caswell2016-11-041-2/+2
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Clarify the return values for SSL_read_ex()/SSL_write_ex()Matt Caswell2016-11-041-2/+7
| | | | | | Give more detail on what constitutes success/failure. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Clarify the return values for the peek functionsMatt Caswell2016-11-041-3/+3
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Updates various man pages based on review feedback received.Matt Caswell2016-11-041-45/+40
| | | | | | Improvements to style, grammar etc. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Document the newly added SSL functionsMatt Caswell2016-11-041-40/+58
| | | | | | Also document SSL_peek() which was missing from the docs. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Move manpages to man[1357] structure.Rich Salz2016-10-261-0/+128
Move manpages to manX directories Add Windows/VMS install fix from Richard Levitte Update README Fix typo's Remove some duplicates Reviewed-by: Richard Levitte <levitte@openssl.org>