Re: ASN1_get_object.3

2019-01-30 Thread Ingo Schwarze
Hi Kristaps, Kristaps Dzonsons BSD.LV wrote on Wed, Jan 30, 2019 at 12:17:16PM +0100: >> Attached is a manpage for ASN1_get_object(3), ASN1_put_object(3), and >> ASN1_put_eoc(3). > This is not complete without ASN1_object_size(), as otherwise one can't > scan over children,

Re: ASN1_get_object.3

2019-01-30 Thread Ted Unangst
Kristaps Dzonsons wrote: > > Attached is a manpage for ASN1_get_object(3), ASN1_put_object(3), and > > ASN1_put_eoc(3). Having the first function documented would have saved > > me a lot of time. (I did the others for symmetry.) > > > > In short, they encode or dec

Re: ASN1_get_object.3

2019-01-30 Thread Kristaps Dzonsons
> Attached is a manpage for ASN1_get_object(3), ASN1_put_object(3), and > ASN1_put_eoc(3). Having the first function documented would have saved > me a lot of time. (I did the others for symmetry.) > > In short, they encode or decode ASN.1 data structures from/into a > buffer

ASN1_get_object.3

2019-01-30 Thread Kristaps Dzonsons
Attached is a manpage for ASN1_get_object(3), ASN1_put_object(3), and ASN1_put_eoc(3). Having the first function documented would have saved me a lot of time. (I did the others for symmetry.) In short, they encode or decode ASN.1 data structures from/into a buffer. Using the first, one can