diff options
| author | schwarze <> | 2016-12-25 22:15:10 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-25 22:15:10 +0000 |
| commit | 7f3157687a730f8df92ddc11f707bf4e97be9a47 (patch) | |
| tree | 90a8fcb1d550495e918efcdbf187d897e1c021f7 /src/lib/libcrypto/man/BASIC_CONSTRAINTS_new.3 | |
| parent | d8af6d8d7b9ca4c82730706b04092ac057beb6d2 (diff) | |
| download | openbsd-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/BASIC_CONSTRAINTS_new.3')
| -rw-r--r-- | src/lib/libcrypto/man/BASIC_CONSTRAINTS_new.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BASIC_CONSTRAINTS_new.3 b/src/lib/libcrypto/man/BASIC_CONSTRAINTS_new.3 index 1293be0050..c133bb1c35 100644 --- a/src/lib/libcrypto/man/BASIC_CONSTRAINTS_new.3 +++ b/src/lib/libcrypto/man/BASIC_CONSTRAINTS_new.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: BASIC_CONSTRAINTS_new.3,v 1.1 2016/12/23 17:02:41 schwarze Exp $ | 1 | .\" $OpenBSD: BASIC_CONSTRAINTS_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 23 2016 $ | 17 | .Dd $Mdocdate: December 25 2016 $ |
| 18 | .Dt BASIC_CONSTRAINTS_NEW 3 | 18 | .Dt BASIC_CONSTRAINTS_NEW 3 |
| 19 | .Os | 19 | .Os |
| 20 | .Sh NAME | 20 | .Sh NAME |
| @@ -31,8 +31,9 @@ | |||
| 31 | .Fn BASIC_CONSTRAINTS_new | 31 | .Fn BASIC_CONSTRAINTS_new |
| 32 | allocates and initializes an empty | 32 | allocates and initializes an empty |
| 33 | .Vt BASIC_CONSTRAINTS | 33 | .Vt BASIC_CONSTRAINTS |
| 34 | object, representing an ASN.1 BasicConstraints structure | 34 | object, representing an ASN.1 |
| 35 | defined in RFC 5280 section 4.2.1.9. | 35 | .Vt BasicConstraints |
| 36 | structure defined in RFC 5280 section 4.2.1.9. | ||
| 36 | .Pp | 37 | .Pp |
| 37 | This object contains two fields. | 38 | This object contains two fields. |
| 38 | The field | 39 | The field |
