diff options
author | schwarze <> | 2018-03-22 16:06:33 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-22 16:06:33 +0000 |
commit | 84c3174286898ff13a0365705279864b06320097 (patch) | |
tree | d3aa2c462fcc17deb7cc16c2a5a30ca6a29e1868 /src/lib/libcrypto/man/DSA_set_method.3 | |
parent | 62540710d193a8120bb7efa8d79a080971b587d3 (diff) | |
download | openbsd-84c3174286898ff13a0365705279864b06320097.tar.gz openbsd-84c3174286898ff13a0365705279864b06320097.tar.bz2 openbsd-84c3174286898ff13a0365705279864b06320097.zip |
crypto HISTORY up to 0.9.5; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/DSA_set_method.3')
-rw-r--r-- | src/lib/libcrypto/man/DSA_set_method.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/DSA_set_method.3 b/src/lib/libcrypto/man/DSA_set_method.3 index 9b8412426a..f54c392097 100644 --- a/src/lib/libcrypto/man/DSA_set_method.3 +++ b/src/lib/libcrypto/man/DSA_set_method.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: DSA_set_method.3,v 1.7 2018/03/18 13:06:36 schwarze Exp $ | 1 | .\" $OpenBSD: DSA_set_method.3,v 1.8 2018/03/22 16:06:33 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 18 2018 $ | 51 | .Dd $Mdocdate: March 22 2018 $ |
52 | .Dt DSA_SET_METHOD 3 | 52 | .Dt DSA_SET_METHOD 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -232,7 +232,8 @@ Otherwise it returns a pointer to the newly allocated structure. | |||
232 | .Fn DSA_new_method , | 232 | .Fn DSA_new_method , |
233 | and | 233 | and |
234 | .Fn DSA_OpenSSL | 234 | .Fn DSA_OpenSSL |
235 | were added in OpenSSL 0.9.4. | 235 | first appeared in OpenSSL 0.9.5 and have been available since |
236 | .Ox 2.7 . | ||
236 | .Sh CAVEATS | 237 | .Sh CAVEATS |
237 | As of version 0.9.7, DSA_METHOD implementations are grouped together | 238 | As of version 0.9.7, DSA_METHOD implementations are grouped together |
238 | with other algorithmic APIs (e.g. RSA_METHOD, EVP_CIPHER) in | 239 | with other algorithmic APIs (e.g. RSA_METHOD, EVP_CIPHER) in |