aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
Commit message (Collapse)AuthorAgeFilesLines
* Describe new callback for session id generation.Lutz Jänicke2001-02-232-0/+151
|
* SSL_get_version() was an easy one :-)Lutz Jänicke2001-02-232-0/+47
|
* ispellUlf Möller2001-02-1612-20/+20
|
* pod format errorUlf Möller2001-02-161-0/+1
|
* Finish first round of session cache documentation.Lutz Jänicke2001-02-136-9/+126
|
* New manual page: SSL_CTX_set_mode.Lutz Jänicke2001-02-134-2/+89
|
* More about session caching.Lutz Jänicke2001-02-114-0/+79
|
* Update for 0.9.7 with SSL_OP_CIPHER_SERVER_PREFERENCE.Lutz Jänicke2001-02-101-0/+10
|
* Manual page for SSL_CTX_set_options(). Unfortunately for some of theLutz Jänicke2001-02-105-1/+221
| | | | options someone much longer working with OpenSSL/SSLeay is needed.
* Documenting session caching, 2nd step.Lutz Jänicke2001-02-049-8/+303
|
* Clarify why SSL_CTX_use_certificate_chain_file() should be preferred.Lutz Jänicke2001-02-031-2/+14
|
* Typo: on my screen it nicely wrapped around at 80 :-)Lutz Jänicke2001-02-031-1/+2
|
* Document session caching, first step.Lutz Jänicke2001-02-025-2/+241
|
* New manual page for a hardly known but important item :-)Lutz Jänicke2001-01-312-0/+83
|
* Insert a missing space to stop pod2man giving stroppy "malformed" warnings.Geoff Thorpe2001-01-251-1/+1
|
* Copy over just written manpage to the ones still missing.Lutz Jänicke2001-01-233-1/+117
|
* Add entries for new manpages...Lutz Jänicke2001-01-231-1/+4
|
* Documentation about SSL_get_ex_data_X509_STORE_CTX_idx andLutz Jänicke2001-01-203-7/+160
| | | | | SSL_get_ex_new_index() functionality. Extended verify_callback() example to show the usage.
* Fix SSL_peek and SSL_pending.Bodo Möller2000-12-252-8/+8
|
* c&p error spotted by Martin ForssenUlf Möller2000-12-131-2/+2
|
* Add description of SSL_[CTX_]_check_private_key().Lutz Jänicke2000-12-121-1/+12
|
* Add manual pages for certficate/key loading and friends.Lutz Jänicke2000-12-086-5/+253
|
* Typo and additional information about cert-chain building.Lutz Jänicke2000-12-051-1/+4
|
* Add EXAMPLES for SSL_CIPHER_description() output.Lutz Jänicke2000-12-051-0/+9
|
* Documentation on using the SSL library with non-blocking I/O.Bodo Möller2000-11-171-1/+1
|
* Fill in missing information about the string returned fromLutz Jänicke2000-11-151-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.
* Additional explanations for SSL_ERROR_WANT_READ/WRITE.Bodo Möller2000-11-121-8/+18
|
* Correction from Tani Hosokawa <unknown@riverstyx.net>Ulf Möller2000-10-231-1/+1
|
* "DESCRIPTION" is required.Ulf Möller2000-10-191-1/+1
|
* correction from LutzUlf Möller2000-10-191-4/+5
|
* Add short overview, move header files section further down.Ulf Möller2000-10-181-39/+62
|
* cosmetic changesUlf Möller2000-10-182-2/+2
|
* New docs and new facts in older docs.Richard Levitte2000-10-124-0/+326
| | | | Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
* A few small corrections to the SSL documentation.Richard Levitte2000-10-105-5/+5
| | | | Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
* More SSL functions documented. Submitted by Lutz Jaenicke ↵Richard Levitte2000-10-035-2/+305
| | | | <Lutz.Jaenicke@aet.TU-Cottbus.DE>
* Add BUGS section.Bodo Möller2000-09-261-0/+13
|
* more manpage links.Ulf Möller2000-09-231-3/+8
|
* Change IMPORTANT to WARNING for greater emphasis.Richard Levitte2000-09-213-3/+3
|
* Clarifications and new documents.Richard Levitte2000-09-216-6/+122
| | | | Submitted by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
* New documents. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>Richard Levitte2000-09-206-0/+317
|
* Mistakes corrected. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>Richard Levitte2000-09-202-2/+2
|
* ispell.Ulf Möller2000-09-201-2/+2
|
* Document SSL_library_init() and it's aliases. Lutz Jaenicke ↵Richard Levitte2000-09-191-0/+52
| | | | <Lutz.Jaenicke@aet.TU-Cottbus.DE>
* Type correction. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>Richard Levitte2000-09-192-2/+2
|
* Extend the docs on setting the cipher list. Lutz Jaenicke ↵Richard Levitte2000-09-191-0/+9
| | | | <Lutz.Jaenicke@aet.TU-Cottbus.DE>
* ispellUlf Möller2000-09-181-2/+2
|
* New documentation about things related to SSL_CIPHER. Submitted by Lutz ↵Richard Levitte2000-09-184-0/+185
| | | | Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
* SSL => TLS/SSLBodo Möller2000-09-162-3/+3
|
* TLS => TLS/SSLBodo Möller2000-09-161-1/+1
|
* Change spelling back to "behaviour" and "flavour" instead of theBodo Möller2000-09-167-9/+9
| | | | American variants.