Skip to content

Commit

Permalink
Upgrade to quiche version which fixes BoringSSL bindings (#556)
Browse files Browse the repository at this point in the history
Motivation:

There was a bug in quiche which caused incorrect bindings with BoringSSL
that could case bugs.

Modifications:

Lets up to a version which has a fix for it

Result:

Correct BoringSSL bindings used by quiche
  • Loading branch information
normanmaurer authored Jul 12, 2023
1 parent 5bb4a40 commit 33228e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec-native-quic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<quicheHomeIncludeDir>${quicheHomeDir}/quiche/include</quicheHomeIncludeDir>
<quicheRepository>https:/cloudflare/quiche</quicheRepository>
<quicheBranch>master</quicheBranch>
<quicheCommitSha>de4c26c1fd3d42c364daedae3fb6a557c3f6fd38</quicheCommitSha>
<quicheCommitSha>e6d8b676d7bceb417924d3e1dbba475bfd98ae40</quicheCommitSha>
<generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
<templateDir>${project.build.directory}/template</templateDir>
<cargoTarget />
Expand Down

0 comments on commit 33228e0

Please sign in to comment.