summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_asn1.h
Commit message (Collapse)AuthorAgeFilesLines
* * ext/openssl/ossl_asn1.h: global symbols should be declaredgotoyuzo2003-10-041-18/+18
| | | | | | | as external. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_asn1.c: add DER encoder and decoder.gotoyuzo2003-10-031-1/+28
| | | | | | | | | | | | | | | | | | | * ext/openssl/ossl_asn1.h: add OpenSSL::ASN1 module. * ext/openssl/ossl.c (Init_openssl): call Init_ossl_asn1. * ext/openssl/ossl.h: include ossl_asn1.h. * ext/openssl/extconf.rb: check if X509_ATTRIBUTE has field "single". * ext/openssl/ossl_x509attr.c (ossl_x509attr_set_value): accept DER encoded data argument. * ext/openssl/ossl_x509attr.c (ossl_x509attr_get_value): return DER encoded data in OpenSSL::ASN1 types. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* OpenSSL updatemichal2003-09-121-0/+27
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e