▲ | johnisgood a day ago | |||||||||||||||||||||||||
Erlang also has great ASN.1 support. For the rest, I hope OSS Nokalva'a proprietary solutions will go away, eventually. For Java I used yafred's asn1-tool, which is apparently not available anymore. Other than that, it worked well. Originally it was available here: https://github.com/yafred/asn1-tool (archived: https://web.archive.org/web/20240416031004/https://github.co...) Any recommendations? | ||||||||||||||||||||||||||
▲ | elFarto a day ago | parent | next [-] | |||||||||||||||||||||||||
I was using the asn1bean Java library yesterday funnily enough. I'm sure it's fine for X.509 stuff, however lucky me got to use it with the more obscure parts of X.400. It's lacking support for COMPONENTS OF, and a bunch of other things that were likely deprecated from the ASN.1 spec a few decades ago. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | nightpool a day ago | parent | prev | next [-] | |||||||||||||||||||||||||
https://mvnrepository.com/artifact/de.rub.nds/asn1-tool links to https://github.com/tls-attacker/ASN.1-Tool which redirects to https://github.com/tls-attacker/ASN.1-Attacker, so that seems like it's the new name for the tool you're looking for. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | nailer a day ago | parent | prev [-] | |||||||||||||||||||||||||
I used Peculiar Ventures ASN1.js to build an in-browser PKI platform years ago. It can sit on top of webcrypto and do everything you need in terms of managing TLS certs. |