Dr. Stephen Henson
9b914c7f91
document -2 return value
...
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 5727582cf51e98e5e0faa435e7da2c8929533c0d)
Conflicts:
doc/crypto/X509_NAME_get_index_by_NID.pod
2015-07-06 18:42:33 +01:00
Dr. Stephen Henson
aeff907218
PEM doc fixes
...
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit f097f81c891bb1f479426d8ac9c9541390334983)
2015-05-28 18:03:03 +01:00
Matt Caswell
f3b555a601
Fix off-by-one in BN_rand
...
If BN_rand is called with |bits| set to 1 and |top| set to 1 then a 1 byte
buffer overflow can occur. There are no such instances within the OpenSSL at
the moment.
Thanks to Mateusz Kocielski (LogicalTrust), Marek Kroemeke, Filip Palian for
discovering and reporting this issue.
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2015-05-22 23:48:52 +01:00
Matt Caswell
c0de854c9d
Reject negative shifts for BN_rshift and BN_lshift
...
The functions BN_rshift and BN_lshift shift their arguments to the right or
left by a specified number of bits. Unpredicatable results (including
crashes) can occur if a negative number is supplied for the shift value.
Thanks to Mateusz Kocielski (LogicalTrust), Marek Kroemeke and Filip Palian
for discovering and reporting this issue.
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
(cherry picked from commit 7cc18d8158b5fc2676393d99b51c30c135502107)
Conflicts:
crypto/bn/bn.h
crypto/bn/bn_err.c
2015-05-22 23:25:22 +01:00
Tim Hudson
f39dbff498
Minor documentation update removing "really" and a
...
statement of opinion rather than a fact.
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit c8d133e4b6f1ed1b7ad3c1a6d2c62f460e26c050)
2014-07-21 20:23:09 +10:00
Dr. Stephen Henson
f6fefb0cb6
Fix documentation for RSA_set_method(3)
...
PR#1675
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 197400c3f0d617d71ad8167b52fb73046d334320)
2014-07-19 18:32:29 +01:00
Jeffrey Walton
febfaa53f4
Fix typo, add reference.
...
PR#3456
Reviewed-by: Stephen Henson <steve@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit d48e78f0cf22aaddb563f4bcfccf25b1a45ac8a4)
2014-07-17 12:09:14 +01:00
Rich Salz
85dcce7c63
Merge branch 'rsalz-docfixes'
...
(cherry picked from commit b5071dc2f67d7667ab3cbbe50a30342f999b896a)
Conflicts:
doc/apps/s_client.pod
doc/apps/verify.pod
doc/apps/x509v3_config.pod
doc/crypto/ASN1_generate_nconf.pod
doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod
doc/ssl/SSL_CONF_cmd.pod
doc/ssl/SSL_CONF_cmd_argv.pod
doc/ssl/SSL_CTX_set_cert_cb.pod
doc/ssl/SSL_CTX_set_security_level.pod
2014-07-03 12:35:40 -04:00
Matt Smart
d7080d624b
Fix doc typo.
...
ERR_get_error(3) references the non-existent
ERR_get_last_error_line_data instead of the one that does exist,
ERR_peek_last_error_line_data.
PR#3283
(cherry picked from commit 5cc99c6cf5e908df6b00b04af7f08e99c0698c7b)
2014-07-02 03:45:21 +01:00
Ken Ballou
715258486c
Typo.
...
PR#3173
(cherry picked from commit 76ed5a42ea68dd08bba44e4003b7e638e5d8a4a3)
2014-06-29 13:39:32 +01:00
Andy Polyakov
6ac2f67882
ecdsa.pod: typo.
...
PR: 2678
Submitted by: Annie Yousar
(cherry picked from commit d572544a2cccc9dad7afcef24de11232e5506c99)
2014-06-02 13:59:53 +01:00
Michal Bozon
e4ea6f0c76
Corrected POD syntax errors. PR#3353
2014-05-14 23:00:56 +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 f2d678e6e89b6508147086610e985d4e8416e867)
2014-01-29 01:02:35 +00:00
Dr. Stephen Henson
e7e4d506d6
Correct ECDSA example.
...
(cherry picked from commit 3a918ea2bbf4175d9461f81be1403d3781b2c0dc)
2013-08-20 17:31:53 +01: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
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
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
6e2a14002e
Delete invalid reference to HMAC_CTX.
2009-07-11 22:35:53 +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
Lutz Jänicke
1532493dab
Clarify (non-)blocking behavior of EGD socket interface used by RAND_egd().
2008-11-10 11:26:46 +00:00
Dr. Stephen Henson
f1c65db80b
Update from HEAD.
2008-01-23 19:25:41 +00:00
Lutz Jänicke
f39b8e697c
Typos in man pages: dependant->dependent
...
Submitted by: Tobias Stoeckmann <tobias@bugol.de>
2007-11-19 09:18:01 +00:00
Bodo Möller
25550b2dd4
fix typos
...
Submitted by: Ernst G. Giessmann
2007-11-19 07:23:52 +00:00
Andy Polyakov
a1cc568288
doc/crypto/OPENSSL_ia32cap.pod update [from HEAD].
2007-11-11 20:10:09 +00:00
Lutz Jänicke
fbfa11fb29
Typos
...
PR: 1578
Submitted by: Charles Longeau <chl@tuxfamily.org>
2007-09-24 11:22:31 +00:00
Lutz Jänicke
29f4b05954
The use of the PURIFY macro in ssleay_rand_bytes() is sufficient to
...
resolve the Valgrind issue with random numbers. Undo the changes to
RAND_bytes() and RAND_pseudo_bytes() that are redundant in this
respect.
Update documentation and FAQ accordingly, as the PURIFY macro is
available at least since 0.9.7.
2007-09-21 10:10:47 +00:00
Lutz Jänicke
2e3fd54337
Add passage to manual page actually reflecting the usage of the
...
contents of "buf" when calling RAND_*bytes().
2007-09-20 07:24:45 +00:00
Lutz Jänicke
5c2fc73e7b
Merge from HEAD
2007-02-27 08:26:51 +00:00
Nils Larsch
215c49d032
fix documentation
...
PR: 1466
2007-02-03 10:27:31 +00:00
Lutz Jänicke
9d9224f184
Update do new home page
2007-01-12 18:47:28 +00:00
Nils Larsch
68bb98159f
fix typos
...
PR: 1354, 1355, 1398
2006-12-21 21:11:44 +00:00
Nils Larsch
b065dc2eee
fix documentation
...
PR: 1343
2006-12-06 09:12:28 +00:00
Nils Larsch
4656ec3852
update md docs
2006-10-27 21:59:48 +00:00
Lutz Jänicke
4d018f7067
Typo
...
Submitted by: Girish Venkatachalam <girish1729@gmail.com>
2006-01-30 17:06:59 +00:00
Dr. Stephen Henson
28251e7ff9
Typo.
2006-01-15 13:56:06 +00:00
Nils Larsch
b3bdb474a9
fix typo, pointed out by Patrick Guio
2005-11-02 22:19:23 +00:00
Nils Larsch
87b857b6bf
fix BN_mod_word and give a more reasonable return value if an error occurred
2005-07-25 22:55:48 +00:00
Nils Larsch
fb5156ff38
the second argument to d2i_X509, d2i_X509_CRL and d2i_X509_REQ is const
...
PR: 1156
Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de>
2005-07-13 21:58:40 +00:00
Richard Levitte
7006c4ac88
The NAME section of a man page is required to have a dash followed by a
...
short description, at least according to pod2man.
PR: 1127
2005-06-23 21:45:32 +00:00
Richard Levitte
c630a3e8d6
Add better documentation on how id_function() should be defined and what
...
issues there are.
PR: 1096
2005-06-18 05:52:23 +00:00
Richard Levitte
bc5354cbf0
The macro THREADS was changed to OPENSSL_THREADS a long time ago.
...
PR: 1096
2005-06-04 08:44:08 +00:00
Dr. Stephen Henson
cc4997843e
Update from head.
2005-06-02 23:17:38 +00:00
Nils Larsch
7b1e7706d8
update ecdsa doc
2005-05-19 20:54:22 +00:00
cvs2svn
b0c0f20071
This commit was manufactured by cvs2svn to create branch
...
'OpenSSL_0_9_8-stable'.
2005-05-17 16:50:47 +00:00
Nils Larsch
d753c3f582
add reference to BN_BLINDING_new.pod
2005-04-29 15:07:34 +00:00