diff options
Diffstat (limited to 'src/lib/libcrypto/man/PROXY_POLICY_new.3')
-rw-r--r-- | src/lib/libcrypto/man/PROXY_POLICY_new.3 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/PROXY_POLICY_new.3 b/src/lib/libcrypto/man/PROXY_POLICY_new.3 index eb4e963033..387ee3fb7f 100644 --- a/src/lib/libcrypto/man/PROXY_POLICY_new.3 +++ b/src/lib/libcrypto/man/PROXY_POLICY_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: PROXY_POLICY_new.3,v 1.1 2016/12/23 23:19:57 schwarze Exp $ | 1 | .\" $OpenBSD: PROXY_POLICY_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 PROXY_POLICY_NEW 3 | 18 | .Dt PROXY_POLICY_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -43,8 +43,9 @@ privileges on behalf of the subject of the original certificate. | |||
43 | .Fn PROXY_POLICY_new | 43 | .Fn PROXY_POLICY_new |
44 | allocates and initializes an empty | 44 | allocates and initializes an empty |
45 | .Vt PROXY_POLICY | 45 | .Vt PROXY_POLICY |
46 | object, representing an ASN.1 ProxyPolicy structure | 46 | object, representing an ASN.1 |
47 | defined in RFC 3820 section 3.8. | 47 | .Vt ProxyPolicy |
48 | structure defined in RFC 3820 section 3.8. | ||
48 | It defines which privileges are to be delegated. | 49 | It defines which privileges are to be delegated. |
49 | .Fn PROXY_POLICY_free | 50 | .Fn PROXY_POLICY_free |
50 | frees | 51 | frees |
@@ -53,8 +54,9 @@ frees | |||
53 | .Fn PROXY_CERT_INFO_EXTENSION_new | 54 | .Fn PROXY_CERT_INFO_EXTENSION_new |
54 | allocates and initializes an empty | 55 | allocates and initializes an empty |
55 | .Vt PROXY_CERT_INFO_EXTENSION | 56 | .Vt PROXY_CERT_INFO_EXTENSION |
56 | object, representing an ASN.1 ProxyCertInfo structure | 57 | object, representing an ASN.1 |
57 | defined in RFC 3820 section 3.8. | 58 | .Vt ProxyCertInfo |
59 | structure defined in RFC 3820 section 3.8. | ||
58 | It can contain a | 60 | It can contain a |
59 | .Vt PROXY_POLICY | 61 | .Vt PROXY_POLICY |
60 | object, and it can additionally restrict the maximum depth of the | 62 | object, and it can additionally restrict the maximum depth of the |