summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2008-08-06Correct the FAQ and the threads man page re: CRYPTO_THREADID changes.Geoff Thorpe
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
deprecate the original (numeric-only) scheme, and replace with the CRYPTO_THREADID object. This hides the platform-specifics and should reduce the possibility for programming errors (where failing to explicitly check both thread ID forms could create subtle, platform-specific bugs). Thanks to Bodo, for invaluable review and feedback.
2008-08-01Refer to SSL_pending from the man page for SSL_readLutz Jänicke
2008-07-13X509 verification fixes.Dr. Stephen Henson
Ignore self issued certificates when checking path length constraints. Duplicate OIDs in policy tree in case they are allocated. Use anyPolicy from certificate cache and not current tree level.
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
version some time soon.
2008-06-03Memory saving patch.Ben Laurie
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-05-19Document "openssl s_server" -crl_check* optionsLutz Jänicke
Submitted by: Daniel Black <daniel.subs@internode.on.net>
2008-05-19Provide information about "openssl dgst" -hmac option.Lutz Jänicke
2008-05-02New function CMS_add1_crl().Dr. Stephen Henson
2008-05-01Typo.Dr. Stephen Henson
2008-05-01Use "cont" consistently in cms-examples.plDr. Stephen Henson
Add a -certsout option to output any certificates in a message. Add test for example 4.11
2008-04-11Correct argument order for CMS_decrypt() in docs.Dr. Stephen Henson
2008-04-11Revert argument swap change... oops CMS_uncompress() was consistent...Dr. Stephen Henson
2008-04-11Make CMS_uncompress() argument order consistent with other functions.Dr. Stephen Henson
2008-04-10Reformat, fix typos and clarify CMS API docs.Dr. Stephen Henson
2008-04-10Correct HISTORY reference.Dr. Stephen Henson
2008-04-10Typo.Dr. Stephen Henson
2008-04-10Add docs for CMS_final() and BIO_new_CMS().Dr. Stephen Henson
2008-04-10Add CMS signed receipt genration and verification docs.Dr. Stephen Henson
2008-04-10Spellcheck CMS docs.Dr. Stephen Henson
2008-04-09Signed receipt request function documentation.Dr. Stephen Henson
2008-04-09Update docs.Dr. Stephen Henson
2008-04-09Add CMS_uncompress manual page.Dr. Stephen Henson
2008-04-09Add CMS_compress() docs.Dr. Stephen Henson
2008-04-09More CMS API documentation.Dr. Stephen Henson
2008-04-08Fix various typos, update SMIMECapabilities description.Dr. Stephen Henson
2008-04-08Correct d2i/i2d typos.Dr. Stephen Henson
2008-04-08Initial CMS API documentation.Dr. Stephen Henson
2008-03-29Update docs.Dr. Stephen Henson
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
to 'unsigned long' (ie. odd platforms/compilers), so a pointer-typed version was added but it required portable code to check *both* modes to determine equality. This commit maintains the availability of both thread ID types, but deprecates the type-specific accessor APIs that invoke the callbacks - instead a single type-independent API is used. This simplifies software that calls into this interface, and should also make it less error-prone - as forgetting to call and compare *both* thread ID accessors could have led to hard-to-debug/infrequent bugs (that might only affect certain platforms or thread implementations). As the CHANGES note says, there were corresponding deprecations and replacements in the thread-related functions for BN_BLINDING and ERR too.
2008-03-21Preliminary documentation for CMS utility.Dr. Stephen Henson
2008-02-25Clarification and fix typo.Dr. Stephen Henson
2008-02-21Make sure to set indent-tabs-mode so that we get tabs, not spaces.Bodo Möller
2008-01-30Add missing colon in manpageLutz Jänicke
Submitted by: Richard Hartmann <richih.mailinglist@gmail.com>
2008-01-23Clarify BITLIST format and include an example.Dr. Stephen Henson
2007-12-04Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steveDr. Stephen Henson
Use default algorithms for OCSP request and response signing. New command line option to support other digest use for OCSP certificate IDs.
2007-12-03Change submitted by Doug Kaufman. He writes:Richard Levitte
I just compiled the 9.9-dev version from the 12022007 tarball under DJGPP. There were only 2 changes needed, one for b_sock.c, since DJGPP with WATT32 doesn't define socklen_t and one for testtsa to handle DOS style path separators. I also noted what seems to be a typographical error in ts.pod. The test suite passes. The patch is attached. Since I am in the US, I have sent notifications to the Bureau of Industry and Security and to the NSA.
2007-11-19Typos in man pages: dependant->dependentLutz Jänicke
Submitted by: Tobias Stoeckmann <tobias@bugol.de>
2007-11-19fix typosBodo Möller
Submitted by: Ernst G. Giessmann
2007-09-24TyposLutz Jänicke
PR: 1578 Submitted by: Charles Longeau <chl@tuxfamily.org>
2007-09-24Port from 0.9.8-stableLutz Jänicke
2007-09-17Update from stable branch.Dr. Stephen Henson
2007-09-17Mention aes in enc.pod.Andy Polyakov
PR: 1529
2007-09-17Mention SHA2 in openssl.pod.Andy Polyakov
PR: 1575
2007-08-23Document ticket disabling option.Dr. Stephen Henson
2007-08-23Docs and usage messages for RFC4507bis support.Dr. Stephen Henson
2007-05-11Document streaming options.Dr. Stephen Henson
2007-04-23Add SEED encryption algorithm.Bodo Möller
PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
2007-04-13PKCS7_sign_add_signer() docs.Dr. Stephen Henson