diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-22 21:08:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-22 21:08:23 +0000 |
commit | c227dc868e5ab86cdc4f686514905b57828f80c9 (patch) | |
tree | 4311417f3398c270cbc557b4a667e7f8ede65d31 /lib/libcrypto/man/OCSP_SERVICELOC_new.3 | |
parent | 5daa18171355d61be45fde9ab05a8ee7f6f53aa1 (diff) |
crypto HISTORY up to 0.9.7; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/OCSP_SERVICELOC_new.3')
-rw-r--r-- | lib/libcrypto/man/OCSP_SERVICELOC_new.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libcrypto/man/OCSP_SERVICELOC_new.3 b/lib/libcrypto/man/OCSP_SERVICELOC_new.3 index 5f42c781fd9..6900493f0e1 100644 --- a/lib/libcrypto/man/OCSP_SERVICELOC_new.3 +++ b/lib/libcrypto/man/OCSP_SERVICELOC_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OCSP_SERVICELOC_new.3,v 1.5 2016/12/25 22:15:10 schwarze Exp $ +.\" $OpenBSD: OCSP_SERVICELOC_new.3,v 1.6 2018/03/22 21:08:22 schwarze Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 25 2016 $ +.Dd $Mdocdate: March 22 2018 $ .Dt OCSP_SERVICELOC_NEW 3 .Os .Sh NAME @@ -99,3 +99,10 @@ if an error occurred. .Sh STANDARDS RFC 6960: X.509 Internet Public Key Infrastructure Online Certificate Status Protocol, section 4.4.6: Service Locator +.Sh HISTORY +.Fn OCSP_SERVICELOC_new , +.Fn OCSP_SERVICELOC_free , +and +.Fn OCSP_url_svcloc_new +first appeared in OpenSSL 0.9.7 and have been available since +.Ox 3.2 . |