diff options
author | schwarze <> | 2018-03-21 16:09:51 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-21 16:09:51 +0000 |
commit | d0266c907e1c719aeb2cb861f47dd0de6880a9b0 (patch) | |
tree | 48d7ec7480d09e955d5e9d685c4aa954af31459e /src/lib/libcrypto/man/d2i_BASIC_CONSTRAINTS.3 | |
parent | 8fd342151540390f50eacd1aeb56beaaba5043a2 (diff) | |
download | openbsd-d0266c907e1c719aeb2cb861f47dd0de6880a9b0.tar.gz openbsd-d0266c907e1c719aeb2cb861f47dd0de6880a9b0.tar.bz2 openbsd-d0266c907e1c719aeb2cb861f47dd0de6880a9b0.zip |
crypto HISTORY up to OpenSSL 0.9.2b; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/d2i_BASIC_CONSTRAINTS.3')
-rw-r--r-- | src/lib/libcrypto/man/d2i_BASIC_CONSTRAINTS.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/d2i_BASIC_CONSTRAINTS.3 b/src/lib/libcrypto/man/d2i_BASIC_CONSTRAINTS.3 index 968541627f..ad211600ae 100644 --- a/src/lib/libcrypto/man/d2i_BASIC_CONSTRAINTS.3 +++ b/src/lib/libcrypto/man/d2i_BASIC_CONSTRAINTS.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: d2i_BASIC_CONSTRAINTS.3,v 1.1 2016/12/28 20:36:33 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_BASIC_CONSTRAINTS.3,v 1.2 2018/03/21 16:09:51 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 28 2016 $ | 17 | .Dd $Mdocdate: March 21 2018 $ |
18 | .Dt D2I_BASIC_CONSTRAINTS 3 | 18 | .Dt D2I_BASIC_CONSTRAINTS 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -92,3 +92,9 @@ if an error occurs. | |||
92 | .Sh STANDARDS | 92 | .Sh STANDARDS |
93 | RFC 5280: Internet X.509 Public Key Infrastructure Certificate and | 93 | RFC 5280: Internet X.509 Public Key Infrastructure Certificate and |
94 | Certificate Revocation List (CRL) Profile | 94 | Certificate Revocation List (CRL) Profile |
95 | .Sh HISTORY | ||
96 | .Fn d2i_BASIC_CONSTRAINTS | ||
97 | and | ||
98 | .Fn i2d_BASIC_CONSTRAINTS | ||
99 | first appeared in OpenSSL 0.9.2b and have been available since | ||
100 | .Ox 2.6 . | ||