Skip to content

Commit cf089ed

Browse files
committed
downloads: upgrade LibreSSL to 3.2.2
This contains support for TLS 1.3, among other features.
1 parent ddd7df9 commit cf089ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@
168168
"version": "0.1",
169169
},
170170
"libressl": {
171-
"url": "https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.1.4.tar.gz",
172-
"size": 3767238,
173-
"sha256": "414c149c9963983f805a081db5bd3aec146b5f82d529bb63875ac941b25dcbb6",
174-
"version": "3.1.4",
171+
"url": "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.2.2.tar.gz",
172+
"size": 3839529,
173+
"sha256": "a9d1e1d030b8bcc67bf6428b8c0fff14a5602e2236257b9e3d77acaf12e2a7a1",
174+
"version": "3.2.2",
175175
"library_names": ["crypto", "ssl"],
176176
"licenses": ["OpenSSL"],
177177
"license_file": "LICENSE.libressl.txt",

0 commit comments

Comments
 (0)