diff options
| author | schwarze <> | 2018-03-21 17:57:48 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-03-21 17:57:48 +0000 |
| commit | 497022c15364f0fcf752bdff9dc585034a011482 (patch) | |
| tree | 67fcc2668404b3175c7b4318a8173d941c323d90 /src/lib/libcrypto/man/d2i_DIST_POINT.3 | |
| parent | f2f22506f23e1a3051e7fbf08cd046d6dc2faeeb (diff) | |
| download | openbsd-497022c15364f0fcf752bdff9dc585034a011482.tar.gz openbsd-497022c15364f0fcf752bdff9dc585034a011482.tar.bz2 openbsd-497022c15364f0fcf752bdff9dc585034a011482.zip | |
crypto HISTORY up to 0.9.3; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/d2i_DIST_POINT.3')
| -rw-r--r-- | src/lib/libcrypto/man/d2i_DIST_POINT.3 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/d2i_DIST_POINT.3 b/src/lib/libcrypto/man/d2i_DIST_POINT.3 index 8862d33635..4eb45d71da 100644 --- a/src/lib/libcrypto/man/d2i_DIST_POINT.3 +++ b/src/lib/libcrypto/man/d2i_DIST_POINT.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: d2i_DIST_POINT.3,v 1.1 2016/12/28 20:36:33 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_DIST_POINT.3,v 1.2 2018/03/21 17:57:48 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_DIST_POINT 3 | 18 | .Dt D2I_DIST_POINT 3 |
| 19 | .Os | 19 | .Os |
| 20 | .Sh NAME | 20 | .Sh NAME |
| @@ -175,3 +175,13 @@ if an error occurs. | |||
| 175 | .Sh STANDARDS | 175 | .Sh STANDARDS |
| 176 | RFC 5280: Internet X.509 Public Key Infrastructure Certificate and | 176 | RFC 5280: Internet X.509 Public Key Infrastructure Certificate and |
| 177 | Certificate Revocation List (CRL) Profile | 177 | Certificate Revocation List (CRL) Profile |
| 178 | .Sh HISTORY | ||
| 179 | .Fn d2i_DIST_POINT , | ||
| 180 | .Fn i2d_DIST_POINT , | ||
| 181 | .Fn d2i_CRL_DIST_POINTS , | ||
| 182 | .Fn i2d_CRL_DIST_POINTS , | ||
| 183 | .Fn d2i_DIST_POINT_NAME , | ||
| 184 | and | ||
| 185 | .Fn i2d_DIST_POINT_NAME | ||
| 186 | first appeared in OpenSSL 0.9.3 and have been available since | ||
| 187 | .Ox 2.6 . | ||
