summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2002-07-09fix synopsisBodo Möller
Submitted by: Nils Larsch
2002-06-14New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBCBodo Möller
vulnerability workaround (included in SSL_OP_ALL). PR: #90
2002-06-12Correct wrong usage information.Lutz Jänicke
PR: 95
2002-06-05Documentation bug corrected.Richard Levitte
PR: 70
2002-06-04Typo.Lutz Jänicke
PR: 72
2002-05-30a B< that wasn't properly ended.Richard Levitte
2002-05-28Remove item listed twice <kromJx@crosswinds.net>.Lutz Jänicke
2002-05-16Fix incorrect =over 4 location.Lutz Jänicke
Submitted by: David Waitzman <djw@bbn.com> Reviewed by: Lutz Jaenicke PR: [openssl.org #38]
2002-05-08Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex.Richard Levitte
Notified by Stella Power <snpower@maths.tcd.ie>. PR: 24
2002-04-30Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke
'hidden' -nameopt support. (Robert Joop <joop@fokus.gmd.de>)
2002-04-13another error discovered by Karsten Braaten. The number was not evenUlf Möller
prime!
2002-04-07error reported by Karsten BraatenUlf Möller
2002-03-05Rephrase statement on the security of two-key 3DES.Bodo Möller
[Chosen plaintext attack: R. Merkle, M. Hellman: "On the Security of Multiple Encryption", CACM 24 (1981) pp. 465-467, p. 776. Known plaintext angriff: P.C. van Oorschot, M. Wiener: "A known-plaintext attack on two-key triple encryption", EUROCRYPT '90.]
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller
Submitted by: D. K. Smetters <smetters@parc.xerox.com> Reviewed by: Bodo Moeller
2002-02-27SSL_clear != SSL_free/SSL_newLutz Jänicke
2002-02-15Even though it is not really practical people should know about it.Lutz Jänicke
2002-01-24New functionsBodo Möller
ERR_peek_last_error ERR_peek_last_error_line ERR_peek_last_error_line_data (supersedes ERR_peek_top_error). Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT because OPENSSL_NO_... indicates disabled algorithms (according to mkdef.pl).
2002-01-21Typos (jsyn <jsyn@openbsd.org>).Lutz Jänicke
2002-01-04add a sentence previously deleted by accidentBodo Möller
2002-01-04add documentation for SSLeay_version(SSLEAY_DIR) andBodo Möller
'openssl version -d' use some descriptions from Lutz' redundant manual page instead of the previous ones
2002-01-04Tsss, SSLeay_version() was already documented, it just was not linked in.Lutz Jänicke
2002-01-04Add information as provided by Richard Levitte on openssl-users :-)Lutz Jänicke
2002-01-04Update PEM docsDr. Stephen Henson
2001-12-09Improve back compatibility.Ben Laurie
2001-12-04I was recently informed that some people wrongly use ssleay.txt asRichard Levitte
main documentation, so let's warn them a little more, so the word "OBSOLETE" really gets understood.
2001-12-03EVP_BytesToKey documentation.Dr. Stephen Henson
2001-12-01Add -pubkey option to req command.Dr. Stephen Henson
2001-11-26discuss -name and default_ca more correctly (I hope)Bodo Möller
2001-11-19Clarify reference count handling/removal of sessionLutz Jänicke
(shinagawa@star.zko.dec.com).
2001-11-10remove incorrect 'callback' prototypeBodo Möller
2001-11-10msg_callback documentationBodo Möller
2001-11-08clarifyBodo Möller
2001-10-26New options to allow req to accept UTF8 strings as input.Dr. Stephen Henson
2001-10-25remove compatibility notes that no longer applyUlf Möller
2001-10-25Correct some links...Richard Levitte
2001-10-25Change the DES documentation to reflect the current status. Note thatRichard Levitte
some password reading functions are really part of the UI compatibility library...
2001-10-25mention des_old.hBodo Möller
2001-10-25Add '-noemailDN' option to 'openssl ca'. This prevents inclusion ofBodo Möller
the e-mail address in the DN (i.e., it will go into a certificate extension only). The new configuration file option 'email_in_dn = no' has the same effect. Submitted by: Massimiliano Pala madwolf@openca.org
2001-10-25Remove DES_random_seed() but retain des_random_seed() for now. ChangeRichard Levitte
the docs to reflect this change and correct libeay.num.
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
New macros SSL[_CTX]_set_msg_callback_arg(). Message callback imlementation for SSL 3.0/TLS 1.0 (no SSL 2.0 yet). New '-msg' option for 'openssl s_client' and 'openssl s_server' that enable a message callback that displays all protocol messages. In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert if client_version is smaller than the protocol version in use. Also change ssl23_get_client_hello (ssl/s23_srvr.c) to select TLS 1.0 if the client demanded SSL 3.0 but only TLS 1.0 is enabled; then the client will at least see that alert. Fix SSL[_CTX]_ctrl prototype (void * instead of char * for generic pointer). Add/update some OpenSSL copyright notices.
2001-10-17document SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATIONBodo Möller
2001-10-17Update docs.Dr. Stephen Henson
2001-10-16Update docs.Dr. Stephen Henson
2001-10-12Update information as a partial response to the postLutz Jänicke
From: "Chris D. Peterson" <cpeterson@aventail.com> Subject: Implementation Issues with OpenSSL To: openssl-users@openssl.org Date: Wed, 22 Aug 2001 16:13:17 -0700 The patch included in the original post may improve the internal session list handling (and is therefore worth a seperate investigation). No change to the list handling will however solve the problems of incorrect SSL_SESSION_free() calls. The session list is only one possible point of failure, dangling pointers would also occur for SSL object currently using the session. The correct solution is to only use SSL_SESSION_free() when applicable!
2001-10-08Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)Lutz Jänicke
2001-09-13Typo.Lutz Jänicke
2001-09-13One more manual page.Lutz Jänicke
2001-09-13Rework section about return values another time (based on hints fromLutz Jänicke
Bodo Moeller).
2001-09-11Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke
settable (proposed by "Douglas E. Engert" <deengert@anl.gov>).