diff options
author | Brent Cook <bcook@openbsd.org> | 2018-02-11 22:00:57 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-02-11 22:00:57 -0600 |
commit | c3201f234dd332f03cac9f90c56a8ccad03b8fb3 (patch) | |
tree | 3a62a63cd2909444a04c557732e4037c1b46e190 | |
parent | 9e06be3fcd28559d148b415b3f4ed500d2fff3b8 (diff) | |
parent | 5a3e755180ac19e7ad4c057c173bf4dd1d1b2c24 (diff) | |
download | portable-c3201f234dd332f03cac9f90c56a8ccad03b8fb3.tar.gz portable-c3201f234dd332f03cac9f90c56a8ccad03b8fb3.tar.bz2 portable-c3201f234dd332f03cac9f90c56a8ccad03b8fb3.zip |
Land #383, use https for urls
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,10 +1,10 @@ | |||
1 |  | 1 |  |
2 | ## Official portable version of [LibreSSL](http://www.libressl.org) ## | 2 | ## Official portable version of [LibreSSL](https://www.libressl.org) ## |
3 | 3 | ||
4 | [](https://travis-ci.org/libressl-portable/portable) | 4 | [](https://travis-ci.org/libressl-portable/portable) |
5 | 5 | ||
6 | LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the | 6 | LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the |
7 | [OpenBSD](http://www.openbsd.org) project. Our goal is to modernize the codebase, | 7 | [OpenBSD](https://www.openbsd.org) project. Our goal is to modernize the codebase, |
8 | improve security, and apply best practice development processes from OpenBSD. | 8 | improve security, and apply best practice development processes from OpenBSD. |
9 | 9 | ||
10 | ## Compatibility with OpenSSL: ## | 10 | ## Compatibility with OpenSSL: ## |
@@ -43,8 +43,8 @@ LibreSSL also supports the following Windows environments: | |||
43 | 43 | ||
44 | Official release tarballs are available at your friendly neighborhood | 44 | Official release tarballs are available at your friendly neighborhood |
45 | OpenBSD mirror in directory | 45 | OpenBSD mirror in directory |
46 | [LibreSSL](http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/), | 46 | [LibreSSL](https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/), |
47 | although we suggest that you use a [mirror](http://www.openbsd.org/ftp.html). | 47 | although we suggest that you use a [mirror](https://www.openbsd.org/ftp.html). |
48 | 48 | ||
49 | The LibreSSL portable build framework is also | 49 | The LibreSSL portable build framework is also |
50 | [mirrored](https://github.com/libressl-portable/portable) in Github. | 50 | [mirrored](https://github.com/libressl-portable/portable) in Github. |