aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2000-12-25Fix SSL_peek and SSL_pending.Bodo Möller2-8/+8
2000-12-13c&p error spotted by Martin ForssenUlf Möller1-2/+2
2000-12-12Add description of SSL_[CTX_]_check_private_key().Lutz Jänicke1-1/+12
2000-12-08Add manual pages for certficate/key loading and friends.Lutz Jänicke6-5/+253
2000-12-05Update the internal docs.Richard Levitte1-9/+10
2000-12-05Typo and additional information about cert-chain building.Lutz Jänicke1-1/+4
2000-12-05Add EXAMPLES for SSL_CIPHER_description() output.Lutz Jänicke1-0/+9
2000-12-04Sync up with a minor change in lhash.hGeoff Thorpe1-2/+2
2000-12-04Update the documentation to the current state of the LHASH changes. ThereGeoff Thorpe1-7/+50
will probably be more when the lh_doall[_arg] callbacks are similarly tidied up, but this 'pod' should now be current.
2000-12-01Write a first HOWTO on how to create certificates. This is currentlyRichard Levitte1-0/+85
a draft.
2000-11-29Add a warning about the usage of the montgomery functions (if the inputsUlf Möller1-0/+5
are not reduced modulo m, the outputs won't be either).
2000-11-26More BN_mod_... functions.Bodo Möller1-2/+3
2000-11-26Add bn_mod.c (should have happend in the previous commit ...).Bodo Möller1-0/+23
BN_swap manual page.
2000-11-26modular arithmeticsBodo Möller3-41/+76
"make update"
2000-11-17Documentation on using the SSL library with non-blocking I/O.Bodo Möller1-1/+1
2000-11-17Improve usability of 'openssl passwd' by includingBodo Möller1-1/+7
password verification where it makes sense.
2000-11-15Fill in missing information about the string returned fromLutz Jänicke1-6/+52
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öller1-8/+18
2000-11-10Point to SSL_set_bio(3) early because that manpage providesBodo Möller1-1/+2
information that is essential for using BIO pairs.
2000-11-10add missing wordBodo Möller1-1/+1
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte3-22/+5
away now...
2000-11-06looks like a cut&paste errorUlf Möller1-1/+1
2000-11-02Update the standards list to the current statusRichard Levitte1-5/+14
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte9-77/+146
At the same time, add VMS support for Rijndael.
2000-10-23s_server not s_clientUlf Möller1-1/+1
2000-10-23Correction from Tani Hosokawa <unknown@riverstyx.net>Ulf Möller1-1/+1
2000-10-19give pseudo prototypes instead of macro definitions for better clarityUlf Möller3-26/+42
2000-10-19"DESCRIPTION" is required.Ulf Möller1-1/+1
2000-10-19correction from LutzUlf Möller1-4/+5
2000-10-18Add short overview, move header files section further down.Ulf Möller1-39/+62
2000-10-18cosmetic changesUlf Möller2-2/+2
2000-10-18cosmetic changeUlf Möller1-1/+1
2000-10-12New docs and new facts in older docs.Richard Levitte4-0/+326
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson1-1/+8
2000-10-10A few small corrections to the SSL documentation.Richard Levitte5-5/+5
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-10-03More SSL functions documented. Submitted by Lutz Jaenicke ↵Richard Levitte5-2/+305
<Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-09-27The des_modes manpage is in section 7.Ulf Möller1-1/+1
2000-09-26Add BUGS section.Bodo Möller1-0/+13
2000-09-25typoUlf Möller1-1/+1
2000-09-23stop perlpod from complaining.Ulf Möller1-1/+1
2000-09-23more manpage links.Ulf Möller5-5/+48
2000-09-22Only use the new informational verify codes if weDr. Stephen Henson1-1/+1
specifically ask for them. Fix typo in docs.
2000-09-21Change IMPORTANT to WARNING for greater emphasis.Richard Levitte3-3/+3
2000-09-21Clarifications and new documents.Richard Levitte6-6/+122
Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-09-20New documents. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>Richard Levitte6-0/+317
2000-09-20Mistakes corrected. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>Richard Levitte2-2/+2
2000-09-20Malloc() -> OPENSSL_malloc() etc.Ulf Möller4-5/+5
2000-09-20The RSA patent will have expired when the next version is released...Ulf Möller1-1/+1
2000-09-20ispell.Ulf Möller16-44/+44
2000-09-20Add docs for X509_get_ext_d2i() function.Dr. Stephen Henson1-0/+41
Add some major changes to NEWS...