asn1.js icon indicating copy to clipboard operation
asn1.js copied to clipboard

Problems with test case for RFC3280

Open YuryStrozhevsky opened this issue 10 years ago • 3 comments

Module test is named rfc3280, but in fact contains only OCSP stuff.

YuryStrozhevsky avatar Dec 07 '13 07:12 YuryStrozhevsky

There's an alternative rfc3280 implementation: https://github.com/dstucrypt/jkurwa/blob/master/lib/spec/rfc3280.js But it contains only GOST algorithm identifiers.

And there's also a bug with choice implementation.

Vanuan avatar Aug 06 '14 21:08 Vanuan

Could we merge them?

indutny avatar Aug 07 '14 08:08 indutny

I looked closer, and it seems that it is a fork. The only reason it is different is a specific AlgorithmIdentifier used. Could be a valid use case for #14. \cc @muromec

Vanuan avatar Aug 07 '14 12:08 Vanuan