From ea006783145e6214d944b81f9ba950bcddeefcd8 Mon Sep 17 00:00:00 2001 From: edent Date: Tue, 17 Oct 2017 08:02:02 +0100 Subject: [PATCH] http->https --- doc/YKCS11_release_notes.adoc | 2 +- doc/YubiKey_PIV_introduction.adoc | 2 +- lib/version.c | 6 +++--- m4/pkg.m4 | 2 +- ykcs11/pkcs11.h | 2 +- ykcs11/utils.c | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/YKCS11_release_notes.adoc b/doc/YKCS11_release_notes.adoc index 9f8c600..f2feeb5 100644 --- a/doc/YKCS11_release_notes.adoc +++ b/doc/YKCS11_release_notes.adoc @@ -6,7 +6,7 @@ This module is based on version 2.40 of the PKCS#11 (Cryptoki) specifications. The complete specifications are available at -http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html. +https://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html. === BUILDING YKCS11 is automatically built as part of `yubico-piv-tool` and the diff --git a/doc/YubiKey_PIV_introduction.adoc b/doc/YubiKey_PIV_introduction.adoc index 793136e..ebf3f39 100644 --- a/doc/YubiKey_PIV_introduction.adoc +++ b/doc/YubiKey_PIV_introduction.adoc @@ -7,7 +7,7 @@ smartcard, through common interfaces like PKCS#11. This project contain the library, tools and PKCS#11 module to interact with the hardware functionality. -* PIV Standards http://csrc.nist.gov/groups/SNS/piv/standards.html +* PIV Standards https://csrc.nist.gov/groups/SNS/piv/standards.html === General information The default PIN code is 123456. The default PUK code is 12345678. diff --git a/lib/version.c b/lib/version.c index 286aff9..89fe4ab 100644 --- a/lib/version.c +++ b/lib/version.c @@ -34,7 +34,7 @@ #include -/* From http://article.gmane.org/gmane.os.freebsd.devel.hackers/23606 */ +/* From https://article.gmane.org/gmane.os.freebsd.devel.hackers/23606 */ static int my_strverscmp (const char *s1, const char *s2) { static const char *digits = "0123456789"; @@ -66,8 +66,8 @@ static int my_strverscmp (const char *s1, const char *s2) * If the common prefix for s1 and s2 consists only of zeros, then the * "longer" number has to compare less. Otherwise the comparison needs * to be numerical (just fallthrough). See - * http://refspecs.freestandards.org/LSB_2.0.1/LSB-generic/ - * LSB-generic/baselib-strverscmp.html + * https://refspecs.linuxfoundation.org/LSB_2.0.1/LSB-generic/ + * https://refspecs.linuxfoundation.org/LSB_2.0.1/LSB-generic/LSB-generic/baselib-strverscmp.html */ while (*s1 == '0' && *s2 == '0') { ++s1; diff --git a/m4/pkg.m4 b/m4/pkg.m4 index 0048a3f..f77a534 100644 --- a/m4/pkg.m4 +++ b/m4/pkg.m4 @@ -146,7 +146,7 @@ path to pkg-config. _PKG_TEXT -To get pkg-config, see .])], +To get pkg-config, see .])], [$4]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS diff --git a/ykcs11/pkcs11.h b/ykcs11/pkcs11.h index 97685e4..80f0201 100644 --- a/ykcs11/pkcs11.h +++ b/ykcs11/pkcs11.h @@ -42,7 +42,7 @@ PURPOSE. */ /* Please submit changes back to the Scute project at - http://www.scute.org/ (or send them to marcus@g10code.com), so that + https://www.scute.org/ (or send them to marcus@g10code.com), so that they can be picked up by other projects from there as well. */ /* This file is a modified implementation of the PKCS #11 standard by diff --git a/ykcs11/utils.c b/ykcs11/utils.c index fe15765..ac4dcc8 100644 --- a/ykcs11/utils.c +++ b/ykcs11/utils.c @@ -54,7 +54,7 @@ CK_RV parse_readers(ykpiv_state *state, const CK_BYTE_PTR readers, const CK_ULON /* * According to pcsc-lite, the format of a reader name is: * name [interface] (serial) index slot - * http://ludovicrousseau.blogspot.se/2010/05/what-is-in-pcsc-reader-name.html + * https://ludovicrousseau.blogspot.se/2010/05/what-is-in-pcsc-reader-name.html */ for (i = 0; i < len; i++)