Creating custom ASN1 data structure

2006-10-17 Thread Hon Hwang
new(), VERSIONINFO_free(), VERSIONINFO_set(), etc? (3) Do I have to customise or write the functions generated by some of the above macros? E.g., custom VERSIONINFO_set()? Thanks. Hon Hwang. :-) __ OpenSSL Proj

Re: Distributing DSA keys

2006-10-12 Thread Hon Hwang
should be easily imported using JDK's crypto stuff. If you use OpenSSL on the other end, use one of the d2i_DSA* functions (here `d2i` stands for DER to Internal) to import. If you need to get more details, browse openssl/dsa.h, or consu