Allow DER encoding #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, it would be nice to have CSR in DER format supported. I saw a branch that has already worked on this feature. Any plan to merge it soon?
You already can, I think.
Let me know if that doesn’t work (AFK at the moment).
There is no
parseBlock
function onrsa-csr/lib/pem
. BTW I was able to get a CSR in DER by using thersaCSR.create
function directly. Thanks.