summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_s_accept.pod
AgeCommit message (Collapse)Author
2015-11-02Remove dummy argument from BIO_get_bind_modeRichard Levitte
Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-08-27Various doc fixes.Rich Salz
Make all mention of digest algorithm use "any supported algorithm" RT2071, some new manpages from Victor B. Wagner <vitus@cryptocom.ru>: X509_LOOKUP_hash_dir.pod X509_check_ca.pod X509_check_issued.pod RT 1600: Remove references to non-existant objects(3) Add RETURN VALUES to BIO_do_accept page. RT1818: RSA_sign Can return values other than 0 on failure. RT3634: Fix AES CBC aliases (Steffen Nurpmeso <sdaoden@yandex.com>) RT3678: Some clarifications to BIO_new_pair (Devchandra L Meetei <dlmeetei@gmail.com>) RT3787: Fix some EVP_ function return values (Laetitia Baudoin <lbaudoin@google.com>) Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-08-21Fix L<> content in manpagesRich Salz
L<foo|foo> is sub-optimal If the xref is the same as the title, which is what we do, then you only need L<foo>. This fixes all 1457 occurrences in 349 files. Approximately. (And pod used to need both.) Reviewed-by: Richard Levitte <levitte@openssl.org>
2014-08-30RT2379: Additional typo fixRich Salz
Andy found an additional typo "can be can be". Now I have that silly "Que sera sera" song stuck in my head. Reviewed-by: Andy Polyakov <appro@openssl.org>
2014-08-29RT2379: Bug in BIO_set_accept_port.podRich Salz
The doc says that port can be "*" to mean any port. That's wrong. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2013-06-12Document updates from wiki.Matt Caswell
PR#3071 The primary changes made are: - Updates to the "NAME" section of many pages to correctly reflect the functions defined on those pages. This section is automatically parsed by the util/extract-names.pl script, so if it is not correct then running "man" will not correctly locate the right manual pages. - Updates to take account of where functions are now deprecated - Full documentation of the ec sub-library - A number of other typo corrections and other minor tweaks
2002-12-12BIO_set_nbio() is enumerated, but not explained. Remove it from enumerationRichard Levitte
since it's both enumerated and explained in BIO_s_connect.pod. PR: 370
2000-10-19give pseudo prototypes instead of macro definitions for better clarityUlf Möller
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson
2000-09-16New macro BIO_set_shutdown_wr().Dr. Stephen Henson
Update docs.
2000-09-16ispell and some other nit-pickingUlf Möller
2000-09-15Accept BIO docs.Dr. Stephen Henson