diff options
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,16 +3,16 @@ Git, it can be confusing following all of the changes. | |||
3 | 3 | ||
4 | Most of the libssl and libcrypto source code is is here in OpenBSD CVS: | 4 | Most of the libssl and libcrypto source code is is here in OpenBSD CVS: |
5 | 5 | ||
6 | http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libssl/ | 6 | https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libssl/ |
7 | 7 | ||
8 | Some of the libcrypto and OS-compatibility files for entropy and random number | 8 | Some of the libcrypto and OS-compatibility files for entropy and random number |
9 | generation are here: | 9 | generation are here: |
10 | 10 | ||
11 | http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libcrypto/ | 11 | https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libcrypto/ |
12 | 12 | ||
13 | A simplified TLS wrapper library is here: | 13 | A simplified TLS wrapper library is here: |
14 | 14 | ||
15 | http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libtls/ | 15 | https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libtls/ |
16 | 16 | ||
17 | The LibreSSL Portable project copies these portions of the OpenBSD tree, along | 17 | The LibreSSL Portable project copies these portions of the OpenBSD tree, along |
18 | with relevant portions of the C library, to a Git repository. This makes it | 18 | with relevant portions of the C library, to a Git repository. This makes it |