I'm looking for any C/C++ tutorial, sample code or documentation about using OpenSSL library for ASN.1 DER encoding.
相关问题
- Multiple sockets for clients to connect to
- What is the best way to do a search in a large fil
- Mechanize getting “Errno::ECONNRESET: Connection r
- glDrawElements only draws half a quad
- Index of single bit in long integer (in C) [duplic
Hope this will save you some time and struggling.
http://www.umich.edu/~x509/ssleay/asn1_convert.html This link is really helpful.
Well, as you can see on openssl website there is no official documentation for ASN.1 functions.
But you can always download openssl sources. After unpack you can see in doc/crypto directory documentation for ASN.1.
This files is plain old documentation that, i believe, can be converted to HTML/PDF. It contains what you want.