Skip to content

Commit bdd1ef3

Browse files
committed
doc: mention OpenSSL
1 parent fcfa6b9 commit bdd1ef3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

THIRDPARTY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Julia's `stdlib` uses the following external libraries, which have their own lic
4040
- [MBEDTLS](https://github.com/ARMmbed/mbedtls/blob/development/LICENSE) [Apache 2.0]
4141
- [MPFR](https://www.mpfr.org/mpfr-current/mpfr.html#Copying) [LGPL3+]
4242
- [OPENBLAS](https://raw.github.com/xianyi/OpenBLAS/master/LICENSE) [BSD-3]
43+
- [OPENSSL](https://www.openssl.org/source/license.html) [Apache 2.0]
4344
- [LAPACK](https://netlib.org/lapack/LICENSE.txt) [BSD-3]
4445
- [PCRE](https://www.pcre.org/licence.txt) [BSD-3]
4546
- [SUITESPARSE](https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/master/LICENSE.txt) [mix of LGPL2+ and GPL2+; see individual module licenses]

doc/src/devdocs/build/build.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ uses are listed in [`deps/$(libname).version`](https://github.com/JuliaLang/juli
194194
- **[libgit2]** — Git linkable library, used by Julia's package manager.
195195
- **[curl]** — libcurl provides download and proxy support.
196196
- **[libssh2]** — library for SSH transport, used by libgit2 for packages with SSH remotes.
197+
- **[OpenSSL]** — library used for cryptography and transport layer security, used by libssh2.
197198
- **[mbedtls]** — library used for cryptography and transport layer security, used by libssh2
198199
- **[utf8proc]** — a library for processing UTF-8 encoded Unicode strings.
199200
- **[LLVM libunwind]** — LLVM's fork of [libunwind], a library that determines the call-chain of a program.
@@ -229,6 +230,7 @@ uses are listed in [`deps/$(libname).version`](https://github.com/JuliaLang/juli
229230
[utf8proc]: https://julialang.org/utf8proc/
230231
[libunwind]: https://www.nongnu.org/libunwind
231232
[libssh2]: https://www.libssh2.org
233+
[OpenSSL]: https://www.openssl.org/
232234
[mbedtls]: https://tls.mbed.org/
233235
[pkg-config]: https://www.freedesktop.org/wiki/Software/pkg-config/
234236
[powershell]: https://docs.microsoft.com/en-us/powershell/scripting/wmf/overview

0 commit comments

Comments
 (0)