summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2000-09-25typoUlf Möller
2000-09-23stop perlpod from complaining.Ulf Möller
2000-09-23more manpage links.Ulf Möller
2000-09-22Only use the new informational verify codes if weDr. Stephen Henson
specifically ask for them. Fix typo in docs.
2000-09-21Change IMPORTANT to WARNING for greater emphasis.Richard Levitte
2000-09-21Clarifications and new documents.Richard Levitte
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-09-20New documents. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>Richard Levitte
2000-09-20Mistakes corrected. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>Richard Levitte
2000-09-20Malloc() -> OPENSSL_malloc() etc.Ulf Möller
2000-09-20The RSA patent will have expired when the next version is released...Ulf Möller
2000-09-20ispell.Ulf Möller
2000-09-20Add docs for X509_get_ext_d2i() function.Dr. Stephen Henson
Add some major changes to NEWS...
2000-09-19Document SSL_library_init() and it's aliases. Lutz Jaenicke ↵Richard Levitte
<Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-09-19Type correction. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>Richard Levitte
2000-09-19Extend the docs on setting the cipher list. Lutz Jaenicke ↵Richard Levitte
<Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-09-19Reorder the Blowfish documentation so the low-level routines do not get so ↵Richard Levitte
prominent, and make sure to say out loud what they expect.
2000-09-18Clarify the BIO_seek() mess and related issues.Dr. Stephen Henson
Buffering BIO docs.
2000-09-18ispellUlf Möller
2000-09-18New documentation about things related to SSL_CIPHER. Submitted by Lutz ↵Richard Levitte
Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-09-17Restore the descriptions to conform with the rest of theRichard Levitte
documentation. We'll work on better documents after the release of 0.9.6.
2000-09-17Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wrBodo Möller
(it's similar to the shutdown(..., SHUT_WR) system call for sockets).
2000-09-16Move text that isn't really descriptions of the functions in the pageRichard Levitte
to the NOTES section, and add references to the functions mentioned (and perhaps a few more).
2000-09-16Add BIO_seek() and BIO_tell() to the BIO control functions manual.Richard Levitte
2000-09-16New macro BIO_set_shutdown_wr().Dr. Stephen Henson
Update docs.
2000-09-16SSL => TLS/SSLBodo Möller
2000-09-16TLS => TLS/SSLBodo Möller
2000-09-16Change spelling back to "behaviour" and "flavour" instead of theBodo Möller
American variants.
2000-09-16Clarification.Bodo Möller
2000-09-16ispell and some other nit-pickingUlf Möller
2000-09-16Remove redundant manpages and references to them.Dr. Stephen Henson
2000-09-16add links to the new BIO and SSL manpages to make them visible on the web.Ulf Möller
2000-09-16BIO_f_ssl() docs.Dr. Stephen Henson
2000-09-15Accept BIO docs.Dr. Stephen Henson
2000-09-15Update BIO_s_connect().Dr. Stephen Henson
2000-09-14Some small clarifications.Bodo Möller
2000-09-14In the name section, all the functions described shoud be enumerated.Richard Levitte
This will also make it much simpler to generate softlinks name like each function to man-pages containing the info.
2000-09-14Update the info on version numberingRichard Levitte
2000-09-14BIO_seed() and BIO_tell() were documented in two other documents,Richard Levitte
which is redundant. They are now in their own document. Also, in the name section, all the functions described shoud be enumerated. This will also make it much simpler to generate softlinks name like each function to man-pages containing the info.
2000-09-14BIO_seed() and BIO_tell() were documented in two other documents,Richard Levitte
which is redundant. Instead, move them to their own page.
2000-09-14Items without a =over and a =back are ignored.Richard Levitte
2000-09-14BIO_s_bio() manual page detailing BIO pair.Dr. Stephen Henson
This combines several manual pages provided by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>, various comments by Bodo to the lists and a bit of source examination by me.
2000-09-14Remove indentation in the NAME section. There's really no need toRichard Levitte
indent there, especially since the pod2* scripts will regard that as preformated text. In one case, indent a code section one step.
2000-09-14Add a number of documentation files, mostly for SSL routines, but alsoRichard Levitte
for a few BIO routines. Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-09-14Initial connect BIO docs.Dr. Stephen Henson
2000-09-14Remove indentation in the NAME section. There's really no need toRichard Levitte
indent there, especially since the pod2* scripts will regard that as preformated text. In one case, indent a code section one step.
2000-09-14Docs for socket BIO.Dr. Stephen Henson
2000-09-13BIO_s_fd() manual page.Dr. Stephen Henson
2000-09-13Clarify some of the I/O issues.Dr. Stephen Henson
Add case of using select() and blocking I/O with BIOs and why you shouldn't (thanks Bodo!).
2000-09-12More BIO docs.Dr. Stephen Henson
2000-09-11Docs for cipher and base64 BIOs.Dr. Stephen Henson