Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cachelib/external/fizz
Submodule fizz updated 46 files
+1 −1 build/deps/github_hashes/facebook/folly-rev.txt
+1 −0 fizz/CMakeLists.txt
+1 −0 fizz/client/PskSerializationUtils.cpp
+11 −9 fizz/experimental/batcher/test/BatcherTest.cpp
+11 −9 fizz/experimental/client/test/BatchSignaturePeerCertTest.cpp
+1 −0 fizz/experimental/ktls/test/AsyncFizzBaseKTLSTest.cpp
+0 −4 fizz/experimental/protocol/HybridKeyExFactory.h
+0 −1 fizz/experimental/protocol/test/HybridKeyExchangeHandshakeTest.cpp
+7 −5 fizz/experimental/server/test/BatchSignatureAsyncSelfCertTest.cpp
+1 −0 fizz/extensions/delegatedcred/DelegatedCredentialUtils.cpp
+7 −5 fizz/extensions/delegatedcred/PeerDelegatedCredential-inl.h
+2 −2 fizz/extensions/delegatedcred/PeerDelegatedCredential.h
+1 −1 fizz/extensions/delegatedcred/SelfDelegatedCredential-inl.h
+9 −8 fizz/extensions/delegatedcred/SelfDelegatedCredential.h
+3 −2 fizz/extensions/delegatedcred/test/DelegatedCredentialFactoryTest.cpp
+4 −3 fizz/extensions/delegatedcred/test/SelfDelegatedCredentialTest.cpp
+1 −0 fizz/extensions/exportedauth/ExportedAuthenticator.cpp
+5 −2 fizz/extensions/exportedauth/test/ExportedAuthenticatorTest.cpp
+1 −0 fizz/extensions/javacrypto/JavaCryptoPeerCert.cpp
+40 −0 fizz/protocol/CertUtils-inl.h
+300 −0 fizz/protocol/CertUtils.cpp
+96 −0 fizz/protocol/CertUtils.h
+0 −279 fizz/protocol/Certificate-inl.h
+0 −279 fizz/protocol/Certificate.cpp
+0 −144 fizz/protocol/Certificate.h
+0 −6 fizz/protocol/DefaultFactory.h
+8 −0 fizz/protocol/OpenSSLFactory.cpp
+4 −0 fizz/protocol/OpenSSLFactory.h
+121 −0 fizz/protocol/OpenSSLPeerCertImpl-inl.h
+41 −0 fizz/protocol/OpenSSLPeerCertImpl.h
+156 −0 fizz/protocol/OpenSSLSelfCertImpl-inl.h
+62 −0 fizz/protocol/OpenSSLSelfCertImpl.h
+27 −17 fizz/protocol/test/CertTest.cpp
+1 −0 fizz/protocol/test/DefaultCertificateVerifierTest.cpp
+2 −2 fizz/protocol/test/Utilities.h
+0 −2 fizz/record/Types.cpp
+0 −6 fizz/record/Types.h
+1 −0 fizz/server/TicketCodec.cpp
+3 −1 fizz/server/test/Utils.h
+5 −4 fizz/test/BogoShim.cpp
+5 −4 fizz/test/HandshakeTest.cpp
+6 −5 fizz/test/HandshakeTest.h
+2 −2 fizz/tool/FizzClientCommand.cpp
+1 −0 fizz/tool/FizzGenerateDelegatedCredentialCommand.cpp
+4 −3 fizz/tool/FizzServerCommand.cpp
+0 −1 fizz/util/Parse-inl.h

0 comments on commit 08fac97

Please sign in to comment.