Post Auteln1MUSlAD46dSi by [email protected] | |
More posts by [email protected] | |
Post #AutelAEShp47uOw2y0 by [email protected] | |
0 likes, 0 repeats | |
I'm researching how to decode ASN.1.There must be something non-trivially w… | |
Post #AutelALuG91KHUPzZQ by [email protected] | |
0 likes, 0 repeats | |
@drscriptt Maybe this can help: https://lapo.it/asn1js/ | |
Post #AutelATLoSyWeZtwAq by [email protected] | |
0 likes, 0 repeats | |
@pmevzek I think that ASN.1 JavaScript decoder will be the most helpful as I tr… | |
Post #AutelAk0oWIpUFhF8y by [email protected] | |
0 likes, 0 repeats | |
I managed to finish decoding the ASN.1 of my servers #TLS certificate this even… | |
Post #AutelApgTQq7lqLlz6 by [email protected] | |
0 likes, 0 repeats | |
Object IDs (OIDs) have some crazy encoding in ASN.1. This particularly true fo… | |
Post #AutelBFYvDXX46SRJw by [email protected] | |
0 likes, 0 repeats | |
After having decided the #TLS certificate, I’m much more sure that ASN.1 is s… | |
Post #AutelBHgnJF1AhS8dU by [email protected] | |
0 likes, 0 repeats | |
I extracted the 06 09 2a 86 48 86 f7 0d 01 01 0b value by running the DER encod… | |
Post #AutelFCsD9lXKvELgW by [email protected] | |
0 likes, 0 repeats | |
@pmevzek I’ll compare what I did manually to what asn1js shows.Thank you for … | |
Post #AutelFJFpQrzeiDRdA by [email protected] | |
0 likes, 0 repeats | |
@drscriptt You have "openssl asn1parse" too. See https://docs.openssl… | |
Post #AutelFQLP4Xc0hX6gK by [email protected] | |
0 likes, 0 repeats | |
@pmevzek I did poke at asn1parse before going down the manual decode path.I thi… | |
Post #Autelmivb00xHtTujI by [email protected] | |
0 likes, 0 repeats | |
@drscriptt Depending on which ASN.1 format (BER, DER, PER, UPER, XER, now JER .… | |
Post #Autelmq1AdgZdsnZmS by [email protected] | |
0 likes, 0 repeats | |
@sirwumpus I need to (re)read the ASN.1 Wikipedia article.As I type this, I rea… | |
Post #AutelmvgpYDrvTS6ca by [email protected] | |
0 likes, 0 repeats | |
@drscriptt The PER and UPER (I think it was) were the ones not really supported… | |
Post #Auteln1MUSlAD46dSi by [email protected] | |
0 likes, 0 repeats | |
@sirwumpus currently just learning something new.I’m on the lookout / hunt fo… | |
Post #Auteln729NISUelAIq by [email protected] | |
0 likes, 0 repeats | |
@drscriptt Well all the encodings follow the ASN.1 object rules, I think BER, D… | |
Post #AutelnD3my7KnLZyhE by [email protected] | |
0 likes, 0 repeats | |
@sirwumpus yep, that’s sort of what I thought.ASN.1 is low level and BER, DER… | |
Post #AutelnIjRsed4wEVXM by [email protected] | |
0 likes, 0 repeats | |
@drscriptt Love xxd, but sometimes you need to zoom in.You have latest version … | |
Post #AutelnOl5TTVNd3Jvk by [email protected] | |
0 likes, 0 repeats | |
@sirwumpus thank you I’ll take a look.I ended up using — from memory — `x… | |
Post #AutemEov8JReQaV5xQ by [email protected] | |
0 likes, 0 repeats | |
@drscriptt Welcome to the Rabbit Hole. | |
Post #AutemEwMgdOqnfz2Yq by [email protected] | |
0 likes, 0 repeats | |
@drscriptt If you are trying to decode just certificates, then OpenSSL/LibreSSL… | |
Post #AutemF22LXw95GdZOy by [email protected] | |
0 likes, 0 repeats | |
@sirwumpus sadly I started down this rabbit hole because I wanted to see more d… | |
Post #AutemF83z8l1NxSNnM by [email protected] | |
0 likes, 0 repeats | |
@drscriptt ... doesn’t seem to give me the details I want (OIDs).https://en.w… | |
Post #AutemFFVXSiDl2wKOm by [email protected] | |
0 likes, 0 repeats | |
@drscriptt If you know the ASN.1 standards document defining objects you could … | |
Post #AutemFLt9jog4pvQLQ by [email protected] | |
0 likes, 0 repeats | |
@sirwumpus I’m starting ^W continuing with looking at the hexadecimal dump �… | |
Post #AutemMorOQ9NEiX9yS by [email protected] | |
0 likes, 0 repeats | |
@sirwumpus https://en.m.wikipedia.org/wiki/Object_identifier 😉 | |
Post #AutemOZgrnCigFS4bg by [email protected] | |
0 likes, 0 repeats | |
@drscriptt I know. I was being a smart ass. |