Home
last modified time | relevance | path

Searched refs:leafPublicKey (Results 1 – 17 of 17) sorted by relevance

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/tls-1.5.4/Tests/
H A DConnection.hs160 leafPublicKey :: CertificateChain -> Maybe PubKey
161 leafPublicKey (CertificateChain []) = Nothing function
162 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
165 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/tls-1.5.4/Tests/
H A DConnection.hs160 leafPublicKey :: CertificateChain -> Maybe PubKey
161 leafPublicKey (CertificateChain []) = Nothing function
162 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
165 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/tls-1.5.5/Tests/
H A DConnection.hs168 leafPublicKey :: CertificateChain -> Maybe PubKey
169 leafPublicKey (CertificateChain []) = Nothing function
170 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
173 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/tls-1.5.4/Tests/
H A DConnection.hs160 leafPublicKey :: CertificateChain -> Maybe PubKey
161 leafPublicKey (CertificateChain []) = Nothing function
162 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
165 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/tls-1.5.5/Tests/
H A DConnection.hs168 leafPublicKey :: CertificateChain -> Maybe PubKey
169 leafPublicKey (CertificateChain []) = Nothing function
170 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
173 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/tls-1.5.4/Tests/
H A DConnection.hs160 leafPublicKey :: CertificateChain -> Maybe PubKey
161 leafPublicKey (CertificateChain []) = Nothing function
162 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
165 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/lang/elm/compiler-0.19.1/_cabal_deps/tls-1.5.4/Tests/
H A DConnection.hs160 leafPublicKey :: CertificateChain -> Maybe PubKey
161 leafPublicKey (CertificateChain []) = Nothing function
162 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
165 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/tls-1.5.5/Tests/
H A DConnection.hs168 leafPublicKey :: CertificateChain -> Maybe PubKey
169 leafPublicKey (CertificateChain []) = Nothing function
170 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
173 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/tls-1.5.4/Tests/
H A DConnection.hs160 leafPublicKey :: CertificateChain -> Maybe PubKey
161 leafPublicKey (CertificateChain []) = Nothing function
162 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
165 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/tls-1.5.4/Tests/
H A DConnection.hs160 leafPublicKey :: CertificateChain -> Maybe PubKey
161 leafPublicKey (CertificateChain []) = Nothing function
162 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
165 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/devel/stack/stack-2.7.3/_cabal_deps/tls-1.5.5/Tests/
H A DConnection.hs168 leafPublicKey :: CertificateChain -> Maybe PubKey
169 leafPublicKey (CertificateChain []) = Nothing function
170 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
173 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/tls-1.5.4/Tests/
H A DConnection.hs160 leafPublicKey :: CertificateChain -> Maybe PubKey
161 leafPublicKey (CertificateChain []) = Nothing function
162 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
165 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/tls-1.5.5/Tests/
H A DConnection.hs168 leafPublicKey :: CertificateChain -> Maybe PubKey
169 leafPublicKey (CertificateChain []) = Nothing function
170 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
173 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tls-1.5.5/Tests/
H A DConnection.hs168 leafPublicKey :: CertificateChain -> Maybe PubKey
169 leafPublicKey (CertificateChain []) = Nothing function
170 leafPublicKey (CertificateChain (leaf:_)) = Just (certPubKey $ getCertificate leaf) function
173 isLeafRSA chain = case chain >>= leafPublicKey of
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_client.go1519 leafPublicKey := certs[0].PublicKey
1520 switch leafPublicKey.(type) {
1525 …t.Errorf("tls: server's certificate contains an unsupported type of public key: %T", leafPublicKey)
1547 …if err := verifier.verifyMessage(leafPublicKey, delegatedCredentialSignedMessage(dc.signedBytes, d…
1555 hs.peerPublicKey = leafPublicKey
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/ssl/test/runner/
H A Dhandshake_client.go1557 leafPublicKey := certs[0].PublicKey
1558 switch leafPublicKey.(type) {
1563 …t.Errorf("tls: server's certificate contains an unsupported type of public key: %T", leafPublicKey)
1585 …if err := verifier.verifyMessage(leafPublicKey, delegatedCredentialSignedMessage(dc.signedBytes, d…
1593 hs.peerPublicKey = leafPublicKey
/dports/security/boringssl/boringssl-6a71840/ssl/test/runner/
H A Dhandshake_client.go1478 leafPublicKey := certs[0].PublicKey
1479 switch leafPublicKey.(type) {
1484 …t.Errorf("tls: server's certificate contains an unsupported type of public key: %T", leafPublicKey)
1506 …if err := verifier.verifyMessage(leafPublicKey, delegatedCredentialSignedMessage(dc.signedBytes, d…
1514 hs.peerPublicKey = leafPublicKey