Andy Polyakov
6ac2f67882
ecdsa.pod: typo.
...
PR: 2678
Submitted by: Annie Yousar
(cherry picked from commit d572544a2c
)
2014-06-02 13:59:53 +01:00
Matt Caswell
677c117419
Fixed error in args for SSL_set_msg_callback and SSL_set_msg_callback_arg
2014-05-25 23:48:57 +01:00
Dr. Stephen Henson
ee14e33c35
Change default cipher in smime app to des3.
...
PR#3357
(cherry picked from commit ca3ffd9670f2b589bf8cc04923f953e06d6fbc58)
Conflicts:
doc/apps/smime.pod
2014-05-21 11:21:12 +01:00
Matt Caswell
1bcb94a721
Removed note in BUGS section about AEAD ciphers - inadvertently added to wrong branch
2014-05-15 21:24:07 +01:00
Jeffrey Walton
9658c634a2
Fix grammar error in verify pod. PR#3355
2014-05-14 23:00:57 +01:00
Jeffrey Walton
7ee8b27267
Add information to BUGS section of enc documentation. PR#3354
2014-05-14 23:00:57 +01:00
Michal Bozon
e4ea6f0c76
Corrected POD syntax errors. PR#3353
2014-05-14 23:00:56 +01:00
Dr. Stephen Henson
8185c9457e
Add new key fingerprint.
...
(cherry picked from commit 3143a332e8
)
2014-04-11 02:52:14 +01:00
Dr. Stephen Henson
2fb8642eea
Clarify docs.
...
Remove reference to ERR_TXT_MALLOCED in the error library as that is
only used internally. Indicate that returned error data must not be
freed.
(cherry picked from commit f2d678e6e8
)
2014-01-29 01:02:35 +00:00
Rob Stradling
cadbbd51c8
Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X.
...
OS X 10.8..10.8.3 has broken support for ECDHE-ECDSA ciphers.
2013-10-04 14:55:01 +01:00
Dr. Stephen Henson
e7e4d506d6
Correct ECDSA example.
...
(cherry picked from commit 3a918ea2bbf4175d9461f81be1403d3781b2c0dc)
2013-08-20 17:31:53 +01:00
Nick Alcock
8988407a0b
Fix POD errors to stop make install_docs dying with pod2man 2.5.0+
...
podlators 2.5.0 has switched to dying on POD syntax errors. This means
that a bunch of long-standing erroneous POD in the openssl documentation
now leads to fatal errors from pod2man, halting installation.
Unfortunately POD constraints mean that you have to sort numeric lists
in ascending order if they start with 1: you cannot do 1, 0, 2 even if
you want 1 to appear first. I've reshuffled such (alas, I wish there
were a better way but I don't know of one).
2013-02-15 19:43:49 +01:00
Dr. Stephen Henson
e55988bb60
correct docs
2012-11-19 20:07:23 +00:00
Richard Levitte
885945d6e1
Correct environment variable is OPENSSL_ALLOW_PROXY_CERTS.
2012-05-04 10:43:17 +00:00
Bodo Möller
8070cb5f87
Clarify warning
2011-10-13 13:24:13 +00:00
Dr. Stephen Henson
7890b562bc
fix for CVE-2010-4180
2010-12-02 18:49:28 +00:00
Dr. Stephen Henson
84f1c14396
Minor documentation fixes, PR#2345
2010-10-04 13:28:15 +00:00
Dr. Stephen Henson
f10986bab4
Minor documentation fixes, PR#2344
2010-10-04 13:25:29 +00:00
Dr. Stephen Henson
6e19895972
PR: 2252
...
Submitted By: Ger Hobbelt <ger@hobbelt.com>
Update docs to BIO_f_buffer()
2010-05-03 15:29:38 +00:00
Dr. Stephen Henson
bc06baca76
Add SHA2 algorithms to SSL_library_init(). Although these aren't used
...
directly by SSL/TLS SHA2 certificates are becoming more common and
applications that only call SSL_library_init() and not
OpenSSL_add_all_alrgorithms() will fail when verifying certificates.
Update docs.
2010-04-07 13:19:48 +00:00
Dr. Stephen Henson
9eeb779e8f
Remove obsolete PRNG note. Add comment about use of SHA256 et al.
2010-04-06 15:02:43 +00:00
Dr. Stephen Henson
fe171f9c3e
PR: 2209
...
Submitted Daniel Mentz <danielml@sent.com>
Documentation typo.
2010-04-06 14:45:40 +00:00
Dr. Stephen Henson
f421a52f56
PR: 2083
...
Submitted by: Mike Frysinger <vapier@gentoo.org>
Add includes in synopsis, fix some indents. For some reason this never got
applied to the 0.9.8-stable branch.
2010-03-28 00:17:28 +00:00
Dr. Stephen Henson
3038649ab2
The meaning of the X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY and
...
X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT error codes were reversed in
the verify application documentation.
2010-02-23 14:09:32 +00:00
Dr. Stephen Henson
6ae9770d34
clarify documentation
2010-02-18 12:42:03 +00:00
Dr. Stephen Henson
442ac8d259
Allow renegotiation if SSL_OP_LEGACY_SERVER_CONNECT is set as well as
...
initial connection to unpatched servers. There are no additional security
concerns in doing this as clients don't see renegotiation during an
attack anyway.
2010-02-17 18:37:47 +00:00
Dr. Stephen Henson
68be98d1a6
update references to new RI RFC
2010-02-12 22:02:07 +00:00
Dr. Stephen Henson
33d7b5ec07
reword RI description
2010-01-27 18:53:59 +00:00
Dr. Stephen Henson
4b38f35e72
update documentation to reflect new renegotiation options
2010-01-27 17:50:47 +00:00
Dr. Stephen Henson
37aff2199e
Typo
2010-01-05 17:50:12 +00:00
Dr. Stephen Henson
7a8a3ef4f6
clarify docs
2009-12-09 18:17:21 +00:00
Dr. Stephen Henson
98c7b0367d
Document option clearning functions.
...
Initial secure renegotiation documentation.
2009-12-09 18:01:07 +00:00
Dr. Stephen Henson
95b14fd803
typo
2009-11-29 13:44:59 +00:00
Dr. Stephen Henson
d916f92d6f
PR: 2078
...
Submitted by: Dale Anderson <dra@redevised.net>
Approved by: steve@openssl.org
Corrections to bn_internal documentation.
2009-10-28 13:52:19 +00:00
Dr. Stephen Henson
9ef6fdab63
PR: 2074
...
Submitted by: Bram Neijt <bneijt@gmail.com>
Approved by: steve@openssl.org
Typo: "contet".
2009-10-16 15:29:07 +00:00
Dr. Stephen Henson
df0b451d91
PR: 2023
...
Submitted by: James Beckett <jmb.openssl@nospam.hackery.net>, steve
Approved by: steve@openssl.org
Fix documentation errors in d2i_X509 manual pages.
2009-09-12 23:34:19 +00:00
Dr. Stephen Henson
07cb0a82d1
PR: 2025
...
Submitted by: Tomas Mraz <tmraz@redhat.com>
Approved by: steve@openssl.org
Constify SSL_CIPHER_description
2009-09-12 23:18:43 +00:00
Dr. Stephen Henson
11d655ef40
Correction: salt is now default
2009-09-04 12:26:47 +00:00
Dr. Stephen Henson
6e2a14002e
Delete invalid reference to HMAC_CTX.
2009-07-11 22:35:53 +00:00
Dr. Stephen Henson
9aecc3e5ff
Update from 1.0.0-stable.
2009-06-26 11:34:22 +00:00
Dr. Stephen Henson
14089b1d0f
Update from HEAD.
2009-06-02 11:06:54 +00:00
Dr. Stephen Henson
e8d23950a0
Update from 1.0.0-stable
2009-05-17 14:48:57 +00:00
Dr. Stephen Henson
c40bc0b11f
Update from head.
2009-03-12 17:13:44 +00:00
Dr. Stephen Henson
72f6453c48
PR: 1835
...
Submitted by: Damien Miller <djm@mindrot.org>
Approved by: steve@openssl.org
Fix various typos.
2009-02-14 21:50:14 +00:00
Bodo Möller
59689735a6
-hex option for openssl rand
...
PR: 1831
Submitted by: Damien Miller
2009-02-02 00:27:56 +00:00
Lutz Jänicke
1532493dab
Clarify (non-)blocking behavior of EGD socket interface used by RAND_egd().
2008-11-10 11:26:46 +00:00
Lutz Jänicke
ddc5f6f328
Refer to SSL_pending from the man page for SSL_read
2008-08-01 15:03:22 +00:00
Lutz Jänicke
2a7ac69ee4
Document "openssl s_server" -crl_check* options
...
Submitted by: Daniel Black <daniel.subs@internode.on.net>
2008-05-19 07:52:17 +00:00
Lutz Jänicke
d13ea8e184
Provide information about "openssl dgst" -hmac option.
2008-05-19 07:43:41 +00:00
Dr. Stephen Henson
fa369ddbe7
Update from HEAD.
2008-02-25 18:12:30 +00:00