@@ -59,7 +59,7 @@ For Production Use
5959------------------
6060
6161Source code tarballs of the official releases can be downloaded from
62- [ www. openssl.org/source] ( https://www. openssl.org/source ) .
62+ [ openssl-library .org/source/ ] ( https://openssl-library .org/source/ ) .
6363The OpenSSL project does not distribute the toolkit in binary form.
6464
6565However, for a large variety of operating systems precompiled versions
@@ -75,22 +75,18 @@ the source tarballs, having a local copy of the git repository with
7575the entire project history gives you much more insight into the
7676code base.
7777
78- The official OpenSSL Git Repository is located at [ git.openssl.org ] .
79- There is a GitHub mirror of the repository at [ github.com/openssl/openssl] ,
78+ The main OpenSSL Git repository is private .
79+ There is a public GitHub mirror of it at [ github.com/openssl/openssl] ,
8080which is updated automatically from the former on every commit.
8181
82- A local copy of the Git Repository can be obtained by cloning it from
83- the original OpenSSL repository using
84-
85- git clone git://git.openssl.org/openssl.git
86-
87- or from the GitHub mirror using
82+ A local copy of the Git repository can be obtained by cloning it from
83+ the GitHub mirror using
8884
8985 git clone https://github.com/openssl/openssl.git
9086
9187If you intend to contribute to OpenSSL, either to fix bugs or contribute
92- new features, you need to fork the OpenSSL repository openssl/openssl on
93- GitHub and clone your public fork instead.
88+ new features, you need to fork the GitHub mirror and clone your public fork
89+ instead.
9490
9591 git clone https://github.com/yourname/openssl.git
9692
@@ -166,7 +162,7 @@ attempting to develop or distribute cryptographic code.
166162Copyright
167163=========
168164
169- Copyright (c) 1998-2024 The OpenSSL Project
165+ Copyright (c) 1998-2025 The OpenSSL Project
170166
171167Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
172168
@@ -178,14 +174,6 @@ All rights reserved.
178174 < https://www.openssl.org >
179175 "OpenSSL Homepage"
180176
181- [ git.openssl.org] :
182- < https://git.openssl.org >
183- "OpenSSL Git Repository"
184-
185- [ git.openssl.org] :
186- < https://git.openssl.org >
187- "OpenSSL Git Repository"
188-
189177[ github.com/openssl/openssl] :
190178 < https://github.com/openssl/openssl >
191179 "OpenSSL GitHub Mirror"
0 commit comments