mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-25 22:54:43 +00:00
binary X509 encoding for RSA key send during transport handshake (#105)
This commit is contained in:
committed by
GitHub
parent
3187bc8140
commit
cddff78719
+2
-2
@@ -31,10 +31,10 @@ testPort :: ServiceName
|
||||
testPort = "5000"
|
||||
|
||||
teshKeyHashStr :: B.ByteString
|
||||
teshKeyHashStr = "p1xa/XuzchgqomEL6RX+Me+fX096w50V7nJPAA0wpDE="
|
||||
teshKeyHashStr = "KXNE1m2E1m0lm92WGKet9CL6+lO742Vy5G6nsrkvgs8="
|
||||
|
||||
teshKeyHash :: Maybe C.KeyHash
|
||||
teshKeyHash = Just "p1xa/XuzchgqomEL6RX+Me+fX096w50V7nJPAA0wpDE="
|
||||
teshKeyHash = Just "KXNE1m2E1m0lm92WGKet9CL6+lO742Vy5G6nsrkvgs8="
|
||||
|
||||
testSMPClient :: MonadUnliftIO m => (THandle -> m a) -> m a
|
||||
testSMPClient client =
|
||||
|
||||
Reference in New Issue
Block a user