Tagged Questions
1
vote
2answers
1k views
How can I translate Perl's Convert::ASN1 to Ruby code?
Can somebody advise me what this code does and how can I convert it to Ruby in most simple way?
#!perl
use Convert::ASN1;
my $asn1 = Convert::ASN1->new(encoding => 'DER');
...
0
votes
1answer
63 views
How to enforce definite length encoding with CMS in NSS?
How to enforce definite length encoding with CMS in NSS?
I am trying to get NSS's CMS encoder to encode with DER, but the folks as mozilla have apparently only worried about BER encoding (as far as I ...