On Mon October 4 2010, irivas wrote: > Hello everyone! > > My name's Irving and I'm new to openssl. > > I'm having an issue and I hope I can get help here. > > I have a tiny software written to communicate with an http server; on a > Solaris system it works alright, but on an OpenVMS system I'm getting these > errors: > > 545318540:error:0D07809F:asn1 encoding routines:ASN1_ITEM_EX_D2I:unexpected > eoc:TASN_DEC:337:Type=X509_ALGOR > 545318540:error:0D08303A:asn1 encoding routines:ASN1_TEMPLATE_D2I:nested > asn1 error:TASN_DEC:566:Field=sig_alg, Type=X509 > 545318540:error:1409000D:SSL routines:SSL3_GET_SERVER_CERTIFICATE:ASN1 > lib:S3_CLNT:816:$! > > Any ideas? Where and what should I look for to fix this? >
First thought - line endings. At least with local text file storage, OpenVMS provides cr-lf on reads. Solaris uses lf Could this somehow be related to your problem over-the-wire? Mike > > I tried googling and searching the mailing list archive, but didn't find any > pointers. > > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager majord...@openssl.org > > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org