Skip to content

Commit

Permalink
Add ability to receive delegated credentials
Browse files Browse the repository at this point in the history
Summary:
Add support to receiving DC's in thrift servers.
1. Add the extension to the certreq msg
2. Add the custom factory to allow parsing the dc extension from the cert

Reviewed By: knekritz

Differential Revision: D55380489

fbshipit-source-id: 623cc87675f4e968648178a1cde98ec3b948c2c6
  • Loading branch information
Ajanthan Asogamoorthy authored and facebook-github-bot committed Apr 26, 2024
1 parent 722a3c7 commit a951f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fizz/extensions/delegatedcred/PeerDelegatedCredential.h
Expand Up @@ -62,8 +62,8 @@ class PeerDelegatedCredentialImpl : public PeerDelegatedCredential {
folly::ssl::X509UniquePtr cert,
folly::ssl::EvpPkeyUniquePtr pubKey);

using OpenSSLPeerCertImpl<T>::cert_;
using OpenSSLPeerCertImpl<T>::signature_;
using OpenSSLPeerCertImpl<T>::cert_;
};
InternalPeerCert peerCertImpl_;
DelegatedCredential credential_;
Expand Down

0 comments on commit a951f67

Please sign in to comment.