From 63a3c45582670f1f2d8e0df3835e9bd81c34d137 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 7 Mar 2015 21:24:40 -0500 Subject: [PATCH] GitHub 237: Use https for IETF links Signed-off-by: Rich Salz Reviewed-by: Tim Hudson --- doc/standards.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/standards.txt b/doc/standards.txt index 146525e129..691fafedde 100644 --- a/doc/standards.txt +++ b/doc/standards.txt @@ -4,9 +4,9 @@ Standards related to OpenSSL This is a work in progress. These are documents that describe things that are implemented (in whole or at least great parts) in OpenSSL. -To search for RFCs, you can start at http://www.ietf.org/rfc.html +To search for RFCs, you can start at https://www.ietf.org/rfc.html -To search for internet-drafts, you can start at http://www.ietf.org/id-info/ +To search for internet-drafts, you can start at https://www.ietf.org/id-info/ Many PKCS standards are now RFC's; PKCS#11 is now at Oasis and can be found at https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=pkcs11 -- 2.40.0