summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2000-11-26More BN_mod_... functions.Bodo Möller
2000-11-26Add bn_mod.c (should have happend in the previous commit ...).Bodo Möller
BN_swap manual page.
2000-11-26modular arithmeticsBodo Möller
"make update"
2000-11-17Documentation on using the SSL library with non-blocking I/O.Bodo Möller
2000-11-17Improve usability of 'openssl passwd' by includingBodo Möller
password verification where it makes sense.
2000-11-15Fill in missing information about the string returned fromLutz Jänicke
SSL_CIPHER_description(), as there is no other API function to find out details about the cipher used besides the number of bits or protocol used.
2000-11-12Additional explanations for SSL_ERROR_WANT_READ/WRITE.Bodo Möller
2000-11-10Point to SSL_set_bio(3) early because that manpage providesBodo Möller
information that is essential for using BIO pairs.
2000-11-10add missing wordBodo Möller
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
away now...
2000-11-06looks like a cut&paste errorUlf Möller
2000-11-02Update the standards list to the current statusRichard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
At the same time, add VMS support for Rijndael.
2000-10-23s_server not s_clientUlf Möller
2000-10-23Correction from Tani Hosokawa <unknown@riverstyx.net>Ulf Möller
2000-10-19give pseudo prototypes instead of macro definitions for better clarityUlf Möller
2000-10-19"DESCRIPTION" is required.Ulf Möller
2000-10-19correction from LutzUlf Möller
2000-10-18Add short overview, move header files section further down.Ulf Möller
2000-10-18cosmetic changesUlf Möller
2000-10-18cosmetic changeUlf Möller
2000-10-12New docs and new facts in older docs.Richard Levitte
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson
2000-10-10A few small corrections to the SSL documentation.Richard Levitte
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-10-03More SSL functions documented. Submitted by Lutz Jaenicke ↵Richard Levitte
<Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-09-27The des_modes manpage is in section 7.Ulf Möller
2000-09-26Add BUGS section.Bodo Möller
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