summaryrefslogtreecommitdiffstats
path: root/doc/crypto
AgeCommit message (Expand)Author
2005-11-02fix typo, pointed out by Patrick GuioNils Larsch
2005-07-25fix BN_mod_word and give a more reasonable return value if an error occurredNils Larsch
2005-07-13the second argument of d2i_X509, d2i_X509_CRL and d2i_X509_REQ is constNils Larsch
2005-06-23The NAME section of a man page is required to have a dash followed by aRichard Levitte
2005-06-18Add better documentation on how id_function() should be defined and whatRichard Levitte
2005-06-130.9.8-beta5 works on VMS/AlphaRichard Levitte
2005-06-04The macro THREADS was changed to OPENSSL_THREADS a long time ago.Richard Levitte
2005-06-02Use correct name for config file env variable.Dr. Stephen Henson
2005-05-19update ecdsa docNils Larsch
2005-04-29add reference to BN_BLINDING_new.podNils Larsch
2005-04-26add docu for BN_BLINDING functionsNils Larsch
2005-04-24updateNils Larsch
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2005-04-21the pointer to the message digest is constNils Larsch
2005-04-15EVP_CIPHER_CTX_init is a void function + fix typoNils Larsch
2005-04-05fix example in docuNils Larsch
2005-03-30update docs (recent constification)Nils Larsch
2005-03-29the second argument of EVP_SealInit is constNils Larsch
2005-03-22Doc fixes.Dr. Stephen Henson
2005-02-19Fix typo on blowfish manual pageLutz Jänicke
2004-11-25Allow alternative manual sections to be embedded in .pod file comments.Dr. Stephen Henson
2004-11-21RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it'sAndy Polyakov
2004-11-14PR: 923Dr. Stephen Henson
2004-11-13PR: 969Dr. Stephen Henson
2004-08-29OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov
2004-07-26Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov
2004-07-01Explain a little better what BN_num_bits() and BN_num_bits_word() do.Richard Levitte
2004-06-17Attempt to bring the 'engine' documentation up to date w.r.t missingGeoff Thorpe
2004-05-25Documentation note for Win32 glue between BIO layer and compiler run-time.Andy Polyakov
2004-05-20While size_t-fying let's not forget to update documentation:-)Andy Polyakov
2004-03-23Make it clear that for RSA_NO_PADDING, flen must be RSA_size(rsa)Richard Levitte
2004-03-21Correct minor spelling error.Richard Levitte
2004-03-06typoUlf Möller
2004-03-02Config docs.Dr. Stephen Henson
2004-03-02Documentation of the KISS autoconfig functions.Dr. Stephen Henson
2004-02-27Add ECDSA documentation.Geoff Thorpe
2003-12-27Correct documentation typos.Richard Levitte
2003-12-20Typos.Dr. Stephen Henson
2003-12-10Document that you need to include x509.h (to get [i2d|d2i]_RSA_PUBKEY()).Richard Levitte
2003-12-10Document that you need to include x509.h (to get [i2d|d2i]_DSA_PUBKEY()).Richard Levitte
2003-11-28Let's use text/plain in the example instead of crapy HTML.Richard Levitte
2003-11-07Geoff suggested a more succinct description for "top".Ulf Möller
2003-11-07oops... the description of ->top was inaccurate (the example is correct though)Ulf Möller
2003-10-01Use correct case for manual page referencesRichard Levitte
2003-09-30Correct buggy PODs (missing commas and a prepended space).Richard Levitte
2003-07-10A document that has a very rough description of the X509Richard Levitte
2003-06-11Add documentation for ERR_set_mark() and ERR_pop_to_mark().Richard Levitte
2003-06-09TypoRichard Levitte
2003-05-23Brackets are now allowed, after a small hack in the processing of theRichard Levitte
2003-05-19The square brackets in BIO_s_bio.pod for someDr. Stephen Henson