pee cee beez
CDCloudflare Developers
•Created by pee cee beez on 8/11/2023 in #workers-help
SubtleCrypto providing invalid CryptoKey
👍
6 replies
CDCloudflare Developers
•Created by pee cee beez on 8/11/2023 in #workers-help
SubtleCrypto providing invalid CryptoKey
...no, it's empty, it throws errors if I try to use it. It looks like it might be a miniflare bug, since I guess it does actually work in the worker runtime
6 replies
CDCloudflare Developers
•Created by pee cee beez on 8/10/2023 in #workers-help
Using X509Certificate
Using:
8 replies
CDCloudflare Developers
•Created by pee cee beez on 8/10/2023 in #workers-help
Using X509Certificate
Looks like a bug in SubtleCrypto?
importKey
in the worker runtime is returning
meanwhile NodeJS with the exact same code returns
8 replies
CDCloudflare Developers
•Created by pee cee beez on 8/10/2023 in #workers-help
Using X509Certificate
Did more research, found an x509 package that works on Node, but gives an incorrect publicKey on the workers runtime... guess this means more research
8 replies
CDCloudflare Developers
•Created by pee cee beez on 8/10/2023 in #workers-help
Using X509Certificate
My current NodeJS solution is
8 replies
CDCloudflare Developers
•Created by pee cee beez on 8/10/2023 in #workers-help
Using X509Certificate
When I try to import the certificate with
importKey
it gives me an asn1 error about having the wrong tag8 replies