summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_PSS_PARAMS_new.3
diff options
context:
space:
mode:
authorschwarze <>2016-12-25 22:15:10 +0000
committerschwarze <>2016-12-25 22:15:10 +0000
commit7f3157687a730f8df92ddc11f707bf4e97be9a47 (patch)
tree90a8fcb1d550495e918efcdbf187d897e1c021f7 /src/lib/libcrypto/man/RSA_PSS_PARAMS_new.3
parentd8af6d8d7b9ca4c82730706b04092ac057beb6d2 (diff)
downloadopenbsd-7f3157687a730f8df92ddc11f707bf4e97be9a47.tar.gz
openbsd-7f3157687a730f8df92ddc11f707bf4e97be9a47.tar.bz2
openbsd-7f3157687a730f8df92ddc11f707bf4e97be9a47.zip
Consistently mark up various ASN.1 type names defined in standards
related to X.509 with .Vt such that they can be searched for.
Diffstat (limited to 'src/lib/libcrypto/man/RSA_PSS_PARAMS_new.3')
-rw-r--r--src/lib/libcrypto/man/RSA_PSS_PARAMS_new.39
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/RSA_PSS_PARAMS_new.3 b/src/lib/libcrypto/man/RSA_PSS_PARAMS_new.3
index 8d6817b8bd..25a1c25ed3 100644
--- a/src/lib/libcrypto/man/RSA_PSS_PARAMS_new.3
+++ b/src/lib/libcrypto/man/RSA_PSS_PARAMS_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_PSS_PARAMS_new.3,v 1.1 2016/12/13 20:41:35 schwarze Exp $ 1.\" $OpenBSD: RSA_PSS_PARAMS_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 13 2016 $ 17.Dd $Mdocdate: December 25 2016 $
18.Dt RSA_PSS_PARAMS_NEW 3 18.Dt RSA_PSS_PARAMS_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -31,8 +31,9 @@
31.Fn RSA_PSS_PARAMS_new 31.Fn RSA_PSS_PARAMS_new
32allocates and initializes an empty 32allocates and initializes an empty
33.Vt RSA_PSS_PARAMS 33.Vt RSA_PSS_PARAMS
34object, representing an ASN.1 RSASSA-PSS-params structure 34object, representing an ASN.1
35defined in RFC 8017 appendix A.2.3. 35.Vt RSASSA-PSS-params
36structure defined in RFC 8017 appendix A.2.3.
36It references the hash function and the mask generation function 37It references the hash function and the mask generation function
37and stores the length of the salt and the trailer field number. 38and stores the length of the salt and the trailer field number.
38.Fn RSA_PSS_PARAMS_free 39.Fn RSA_PSS_PARAMS_free