Skip to content

Commit

Permalink
ustream-ssl: update to Git HEAD (2024-04-07)
Browse files Browse the repository at this point in the history
7621339d7694 mbedtls: fix build on non-linux systems
268050964b08 ustream-mbedtls: add missing psa_crypto_init call
956fba242ac0 add callbacks for debug messages
9fdf3fb87af5 mbedtls: add TLS 1.3 ciphers
28c4c1e6471b mbedtls: disable TLS 1.3 in client mode when skipping verification
d61493a44204 mbedtls: add missing ifdef for build with disabled debug

Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed Apr 7, 2024
1 parent 57c9cb4 commit 507b028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/libs/ustream-ssl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/ustream-ssl.git
PKG_SOURCE_DATE:=2023-11-26
PKG_SOURCE_VERSION:=263b9a97cf7e1e2467319c23832b705fc01190b5
PKG_MIRROR_HASH:=b18a5e7510d3984829f1c2ad1850b101ed1931670cf556d509c0a91750aafcb3
PKG_SOURCE_DATE:=2024-04-07
PKG_SOURCE_VERSION:=d61493a4420417cbf9931ffee8c862faf04f2967
PKG_MIRROR_HASH:=a420d775ad4928836e33e0d9423486fe4904555dbbfff283cd96370a49cf9659
CMAKE_INSTALL:=1

PKG_LICENSE:=ISC
Expand Down

0 comments on commit 507b028

Please sign in to comment.