Skip to content

Commit

Permalink
Updating submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Source Bot authored and facebook-github-bot committed Sep 28, 2024
1 parent 0c7c4ea commit 3b3ef69
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cachelib/external/fbthrift
Submodule fbthrift updated 189 files
2 changes: 1 addition & 1 deletion cachelib/external/fizz
Submodule fizz updated 59 files
+1 −1 build/deps/github_hashes/facebook/folly-rev.txt
+10 −0 fizz/backend/openssl/Hasher.h
+1 −1 fizz/backend/openssl/OpenSSL.h
+3 −12 fizz/backend/openssl/crypto/test/Hmac.cpp
+1 −1 fizz/client/ClientProtocol.cpp
+2 −0 fizz/client/test/BUCK
+9 −2 fizz/client/test/ClientProtocolTest.cpp
+1 −0 fizz/client/test/PskSerializationTest.cpp
+2 −4 fizz/crypto/BUCK
+3 −0 fizz/crypto/Crypto.h
+2 −2 fizz/crypto/Hasher.cpp
+57 −2 fizz/crypto/Hasher.h
+12 −10 fizz/crypto/Hkdf.cpp
+9 −5 fizz/crypto/Hkdf.h
+4 −4 fizz/crypto/Hmac.cpp
+1 −1 fizz/crypto/Hmac.h
+3 −8 fizz/crypto/KeyDerivation.cpp
+4 −6 fizz/crypto/KeyDerivation.h
+1 −8 fizz/crypto/hpke/BUCK
+0 −1 fizz/crypto/hpke/DHKEM.h
+21 −15 fizz/crypto/hpke/Hkdf.cpp
+19 −3 fizz/crypto/hpke/Hkdf.h
+0 −56 fizz/crypto/hpke/Utils.cpp
+0 −49 fizz/crypto/hpke/Utils.h
+1 −0 fizz/crypto/hpke/test/BUCK
+14 −28 fizz/crypto/hpke/test/ContextTest.cpp
+1 −4 fizz/crypto/hpke/test/DHKEMTest.cpp
+3 −2 fizz/crypto/hpke/test/HpkeTest.cpp
+1 −1 fizz/crypto/test/HkdfTest.cpp
+3 −18 fizz/crypto/test/HmacTest.cpp
+1 −1 fizz/crypto/test/HmacTest.h
+2 −5 fizz/crypto/test/KeyDerivationTest.cpp
+3 −2 fizz/experimental/protocol/BatchSignatureFactory.h
+11 −9 fizz/extensions/exportedauth/ExportedAuthenticator.cpp
+2 −2 fizz/extensions/exportedauth/ExportedAuthenticator.h
+5 −3 fizz/extensions/exportedauth/Util.h
+16 −12 fizz/extensions/exportedauth/test/ExportedAuthenticatorTest.cpp
+1 −1 fizz/extensions/tokenbinding/TokenBindingConstructor.cpp
+1 −1 fizz/extensions/tokenbinding/Validator.cpp
+3 −1 fizz/protocol/Exporter.cpp
+2 −1 fizz/protocol/Factory.h
+2 −2 fizz/protocol/HandshakeContext.cpp
+8 −12 fizz/protocol/HandshakeContext.h
+12 −32 fizz/protocol/MultiBackendFactory.cpp
+2 −1 fizz/protocol/MultiBackendFactory.h
+1 −0 fizz/protocol/ech/BUCK
+8 −3 fizz/protocol/ech/Decrypter.cpp
+4 −0 fizz/protocol/ech/Decrypter.h
+17 −18 fizz/protocol/ech/Encryption.cpp
+2 −0 fizz/protocol/ech/Encryption.h
+3 −0 fizz/protocol/ech/test/BUCK
+12 −11 fizz/protocol/ech/test/DecrypterTest.cpp
+46 −156 fizz/protocol/ech/test/EncryptionTest.cpp
+1 −0 fizz/protocol/ech/test/TestUtil.cpp
+15 −10 fizz/protocol/test/Mocks.h
+2 −3 fizz/protocol/test/MultiBackendFactoryTest.cpp
+2 −2 fizz/server/AeadTokenCipher.cpp
+4 −2 fizz/tool/FizzServerCommand.cpp
+1 −1 folly

0 comments on commit 3b3ef69

Please sign in to comment.