diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509_SIG_new.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_SIG_new.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_SIG_new.3 b/src/lib/libcrypto/man/X509_SIG_new.3 index e4ad5b0085..6d41ababc6 100644 --- a/src/lib/libcrypto/man/X509_SIG_new.3 +++ b/src/lib/libcrypto/man/X509_SIG_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_SIG_new.3,v 1.1 2016/12/22 14:06:51 schwarze Exp $ | 1 | .\" $OpenBSD: X509_SIG_new.3,v 1.2 2016/12/25 22:15:10 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: December 22 2016 $ | 17 | .Dd $Mdocdate: December 25 2016 $ |
18 | .Dt X509_SIG_NEW 3 | 18 | .Dt X509_SIG_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -31,8 +31,10 @@ | |||
31 | .Fn X509_SIG_new | 31 | .Fn X509_SIG_new |
32 | allocates and initializes an empty | 32 | allocates and initializes an empty |
33 | .Vt X509_SIG | 33 | .Vt X509_SIG |
34 | object, representing an ASN.1 DigestInfo structure defined | 34 | object, representing an ASN.1 |
35 | in RFC 2315 section 9.4 and equivalently in RFC 8017 section 9.2. | 35 | .Vt DigestInfo |
36 | structure defined in RFC 2315 section 9.4 | ||
37 | and equivalently in RFC 8017 section 9.2. | ||
36 | It can hold a message digest together with information about | 38 | It can hold a message digest together with information about |
37 | the algorithm used. | 39 | the algorithm used. |
38 | .Pp | 40 | .Pp |