summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Correct argument order for CMS_decrypt() in docs.steve2008-04-111-2/+2
|
* Revert argument swap change... oops CMS_uncompress() was consistent...steve2008-04-111-1/+1
|
* Make CMS_uncompress() argument order consistent with other functions.steve2008-04-111-1/+1
|
* Reformat, fix typos and clarify CMS API docs.steve2008-04-1020-129/+128
|
* Correct HISTORY reference.steve2008-04-101-2/+2
|
* Typo.steve2008-04-102-2/+2
|
* Add docs for CMS_final() and BIO_new_CMS().steve2008-04-102-0/+105
|
* Add CMS signed receipt genration and verification docs.steve2008-04-102-0/+92
|
* Spellcheck CMS docs.steve2008-04-1011-17/+17
|
* Signed receipt request function documentation.steve2008-04-092-1/+70
|
* Update docs.steve2008-04-091-0/+3
|
* Add CMS_uncompress manual page.steve2008-04-092-1/+55
|
* Add CMS_compress() docs.steve2008-04-093-6/+76
|
* More CMS API documentation.steve2008-04-091-0/+106
|
* Fix various typos, update SMIMECapabilities description.steve2008-04-081-9/+11
|
* Correct d2i/i2d typos.steve2008-04-088-13/+13
|
* Initial CMS API documentation.steve2008-04-0813-0/+994
|
* Update docs.steve2008-03-291-22/+100
|
* There was a need to support thread ID types that couldn't be reliably castgeoff2008-03-283-14/+31
| | | | | | | | | | | | | | 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.
* Preliminary documentation for CMS utility.steve2008-03-211-0/+524
|
* Clarification and fix typo.steve2008-02-251-4/+4
|
* Make sure to set indent-tabs-mode so that we get tabs, not spaces.bodo2008-02-211-0/+1
|
* Add missing colon in manpagejaenicke2008-01-301-1/+1
| | | | Submitted by: Richard Hartmann <richih.mailinglist@gmail.com>
* Clarify BITLIST format and include an example.steve2008-01-231-4/+9
|
* Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, stevesteve2007-12-041-0/+6
| | | | | Use default algorithms for OCSP request and response signing. New command line option to support other digest use for OCSP certificate IDs.
* Change submitted by Doug Kaufman. He writes:levitte2007-12-031-1/+1
| | | | | | | | | | | | 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.
* Typos in man pages: dependant->dependentjaenicke2007-11-195-7/+7
| | | | Submitted by: Tobias Stoeckmann <tobias@bugol.de>
* fix typosbodo2007-11-191-9/+13
| | | | Submitted by: Ernst G. Giessmann
* Typosjaenicke2007-09-241-2/+2
| | | | | PR: 1578 Submitted by: Charles Longeau <chl@tuxfamily.org>
* Port from 0.9.8-stablejaenicke2007-09-241-0/+3
|
* Update from stable branch.steve2007-09-171-1/+1
|
* Mention aes in enc.pod.appro2007-09-171-0/+8
| | | | PR: 1529
* Mention SHA2 in openssl.pod.appro2007-09-171-0/+16
| | | | PR: 1575
* Document ticket disabling option.steve2007-08-231-0/+8
|
* Docs and usage messages for RFC4507bis support.steve2007-08-232-0/+35
|
* Document streaming options.steve2007-05-111-1/+28
|
* Add SEED encryption algorithm.bodo2007-04-232-11/+37
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
* PKCS7_sign_add_signer() docs.steve2007-04-131-0/+87
|
* More docs for streaming functions.steve2007-04-131-0/+41
|
* Typo.steve2007-04-131-1/+1
|
* d2i_PKCS7_bio_stream() docs.steve2007-04-131-0/+44
|
* Oops...steve2007-04-131-2/+0
|
* Update docs.steve2007-04-131-9/+13
|
* Update docs.steve2007-04-132-71/+97
|
* Update x86cpuid.pl to correctly detect shared cache and to support newappro2007-04-011-15/+22
| | | | RC4_set_key.
* small cosmetics: align title with the other similar manual pagerse2007-02-271-1/+1
|
* Add STARTTLS support for IMAP and FTP.levitte2007-02-161-1/+1
| | | | Submitted by Kees Cook <kees@outflux.net>
* add note about 56 bit ciphersnils2007-02-061-1/+3
| | | | PR: 1461
* fix documentationnils2007-02-032-6/+6
| | | | PR: 1466
* Update to new home pagejaenicke2007-01-121-1/+1
|