ispell
[openssl.git] / doc / crypto /
2001-02-14 Dr. Stephen HensonOption to disable standard block padding with EVP API.
2001-02-10 Lutz JänickeInclude information that automatic query is a new feature.
2001-02-10 Bodo MöllerSimplify BN_rand_range
2001-02-08 Ulf MöllerNote that EGD is used automatically.
2001-02-08 Ulf Möllercleanup
2001-02-08 Bodo MöllerIntegrate my implementation of a countermeasure against
2001-02-08 Lutz JänickeUpdate documentation to match the state at 0.9.6 _and_...
2001-02-07 Ulf MöllerBleichenbacher's DSA attack
2001-01-21 Ulf MöllerUse the correct number of arguments in the example.
2001-01-14 Geoff ThorpeUpdate the LHASH man page.
2000-12-05 Richard LevitteUpdate the internal docs.
2000-12-04 Geoff ThorpeSync up with a minor change in lhash.h
2000-12-04 Geoff ThorpeUpdate the documentation to the current state of the...
2000-11-29 Ulf MöllerAdd a warning about the usage of the montgomery functio...
2000-11-26 Bodo MöllerMore BN_mod_... functions.
2000-11-26 Bodo MöllerAdd bn_mod.c (should have happend in the previous commi...
2000-11-26 Bodo Möllermodular arithmetics
2000-11-10 Bodo MöllerPoint to SSL_set_bio(3) early because that manpage...
2000-11-10 Bodo Mölleradd missing word
2000-11-08 Richard LevitteRemove references to RSAref. The glue library is but...
2000-11-06 Ulf Möllerlooks like a cut&paste error
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-19 Ulf Möllergive pseudo prototypes instead of macro definitions...
2000-10-18 Ulf Möllercosmetic change
2000-10-12 Dr. Stephen HensonMake non blocking I/O work for accept BIOs.
2000-09-27 Ulf MöllerThe des_modes manpage is in section 7.
2000-09-25 Ulf Möllertypo
2000-09-23 Ulf Möllerstop perlpod from complaining.
2000-09-23 Ulf Möllermore manpage links.
2000-09-20 Ulf MöllerMalloc() -> OPENSSL_malloc() etc.
2000-09-20 Ulf MöllerThe RSA patent will have expired when the next version...
2000-09-20 Ulf Möllerispell.
2000-09-19 Richard LevitteReorder the Blowfish documentation so the low-level...
2000-09-18 Dr. Stephen HensonClarify the BIO_seek() mess and related issues.
2000-09-17 Richard LevitteRestore the descriptions to conform with the rest of the
2000-09-17 Bodo MöllerRename new BIO_set_shutdown_wr macro to just BIO_shutdo...
2000-09-16 Richard LevitteMove text that isn't really descriptions of the functio...
2000-09-16 Richard LevitteAdd BIO_seek() and BIO_tell() to the BIO control functi...
2000-09-16 Dr. Stephen HensonNew macro BIO_set_shutdown_wr().
2000-09-16 Bodo MöllerChange spelling back to "behaviour" and "flavour" inste...
2000-09-16 Bodo MöllerClarification.
2000-09-16 Ulf Möllerispell and some other nit-picking
2000-09-16 Dr. Stephen HensonRemove redundant manpages and references to them.
2000-09-16 Ulf Mölleradd links to the new BIO and SSL manpages to make them...
2000-09-16 Dr. Stephen HensonBIO_f_ssl() docs.
2000-09-15 Dr. Stephen HensonAccept BIO docs.
2000-09-15 Dr. Stephen HensonUpdate BIO_s_connect().
2000-09-14 Bodo MöllerSome small clarifications.
2000-09-14 Richard LevitteIn the name section, all the functions described shoud...
2000-09-14 Richard LevitteUpdate the info on version numbering
2000-09-14 Richard LevitteBIO_seed() and BIO_tell() were documented in two other...
2000-09-14 Richard LevitteBIO_seed() and BIO_tell() were documented in two other...
2000-09-14 Richard LevitteItems without a =over and a =back are ignored.
2000-09-14 Dr. Stephen HensonBIO_s_bio() manual page detailing BIO pair.
2000-09-14 Richard LevitteRemove indentation in the NAME section. There's really...
2000-09-14 Richard LevitteAdd a number of documentation files, mostly for SSL...
2000-09-14 Dr. Stephen HensonInitial connect BIO docs.
2000-09-14 Richard LevitteRemove indentation in the NAME section. There's really...
2000-09-14 Dr. Stephen HensonDocs for socket BIO.
2000-09-13 Dr. Stephen HensonBIO_s_fd() manual page.
2000-09-13 Dr. Stephen HensonClarify some of the I/O issues.
2000-09-12 Dr. Stephen HensonMore BIO docs.
2000-09-11 Dr. Stephen HensonDocs for cipher and base64 BIOs.
2000-09-10 Dr. Stephen HensonMore new BIO docs, correct some old ones.
2000-09-10 Dr. Stephen HensonMore preliminary BIO docs...
2000-09-09 Dr. Stephen HensonReally add BIO_read this time...
2000-09-07 Dr. Stephen HensonUgh, BIO_find_type() cannot be passed a NULL.
2000-09-07 Dr. Stephen HensonAdd docs for BIO_find_type() and friends.
2000-09-07 Bodo Möllerclarification (source/sink BIOs are usually *both*...
2000-09-07 Dr. Stephen HensonSome BIO docs, incomplete, more to follow.
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-07-11 Bodo MöllerAdd an early reference to BN_CTX_new so that the usage...
2000-07-03 Ulf MöllerAdd PRNGD link.
2000-06-19 Richard LevitteThe dynamic thread API changed, and so does the documen...
2000-06-18 Richard LevitteAdd support for dynamically created and destroyed mutex...
2000-06-12 Ulf Möllertypo
2000-06-11 Dr. Stephen HensonFix evp_locl.h macros.
2000-06-11 Dr. Stephen HensonMake EVP_SealInit() and EVP_OpenInit() check EVP_Encryp...
2000-06-11 Dr. Stephen HensonDocument EVP routines. Change EVP_SealInit() and EVP_Op...
2000-06-01 Richard LevitteSmall documentation bug, probably a cut'n'paste, corrected.
2000-05-29 Geoff ThorpeMinor corrections to documentation.
2000-05-23 Ralf S. EngelschallFix Blowfish URL.
2000-05-19 Bodo Möllertypo
2000-04-15 Bodo MöllerCorrection.
2000-04-14 Bodo MöllerNew function ERR_error_string_n.
2000-04-06 Bodo MöllerClarifications.
2000-03-23 Richard LevitteCorrected. It said before that ivec had to be initiali...
2000-03-22 Ulf MöllerRAND_event()
2000-03-19 Ulf Möllerlibdes manpage.
2000-03-18 Ulf Mölleradd =cut
2000-03-09 Ulf Möllerclarify.
2000-03-08 Dr. Stephen HensonManual pages for EVP_Open* and EVP_Seal*
2000-03-07 Dr. Stephen HensonManual pages for EVP signing and verifying.
2000-03-04 Ulf Möllernew component
2000-03-01 Ulf Mölleradd RAND_status() to title
2000-02-27 Ulf Möllercorrections
2000-02-27 Ulf Möllerremove obsolete BN_CTX info
2000-02-27 Ulf Möllerput function names in the title.
2000-02-26 Ulf MöllerReorganize bn_mul.c (no bugfix yet), remove obsolete...
2000-02-25 Andy PolyakovLinux is almost the only one where getpid() == thread...
next