Skip to content

Commit cab1afa

Browse files
paulmenzellsh123
authored andcommitted
Use HTTPS URLs in README (lsh123#261)
* README: Remove trailing spaces * README: Use more secure HTTPS URLs when available
1 parent f23c426 commit cab1afa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ XMLSec Library
44
XMLSec library provides C based implementation for major XML Security
55
standards:
66

7-
* XML Signature Syntax and Processing
8-
http://www.w3.org/TR/xmldsig-core
7+
* XML Signature Syntax and Processing
8+
https://www.w3.org/TR/xmldsig-core
99

1010
* XML Encryption Syntax and Processing
11-
http://www.w3.org/TR/xmlenc-core/
11+
https://www.w3.org/TR/xmlenc-core/
1212

1313
XMLSec is based on well known LibXML (http://xmlsoft.org), LibXSLT
14-
(http://xmlsoft.org/XSLT) and OpenSSL (http://www.openssl.org) libraries.
14+
(http://xmlsoft.org/XSLT) and OpenSSL (https://www.openssl.org) libraries.
1515

1616
XMLSec library documentation is available here:
1717

18-
http://www.aleksey.com/xmlsec/
18+
https://www.aleksey.com/xmlsec/
1919

2020
This code is released under the MIT Licence see the Copyright file.
2121

0 commit comments

Comments
 (0)