bytes to string conversion
This commit is contained in:
@@ -27,11 +27,11 @@
|
|||||||
(private-key certificate))
|
(private-key certificate))
|
||||||
|
|
||||||
(c:define/contract (private-key ssc)
|
(c:define/contract (private-key ssc)
|
||||||
(c:-> self-signed-cert? bytes?)
|
(c:-> self-signed-cert? string?)
|
||||||
(self-signed-cert-private-key ssc))
|
(self-signed-cert-private-key ssc))
|
||||||
|
|
||||||
(c:define/contract (certificate ssc)
|
(c:define/contract (certificate ssc)
|
||||||
(c:-> self-signed-cert? bytes?)
|
(c:-> self-signed-cert? string?)
|
||||||
(self-signed-cert-certificate ssc))
|
(self-signed-cert-certificate ssc))
|
||||||
|
|
||||||
(define x509-cert certificate)
|
(define x509-cert certificate)
|
||||||
|
|||||||
Reference in New Issue
Block a user