Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Error: pure virtual function call: fromDERContent #17

Open
Lauwisme opened this issue Oct 15, 2013 · 2 comments · May be fixed by #18
Open

Error: pure virtual function call: fromDERContent #17

Lauwisme opened this issue Oct 15, 2013 · 2 comments · May be fixed by #18

Comments

@Lauwisme
Copy link

Error: pure virtual function call: fromDERContent
at com.hurlant.util.asn1.type::ASN1Type/fromDERContent()[/Users/timkurvers/Projects/personal/as3-crypto/src/com/hurlant/util/asn1/type/ASN1Type.as:150]
at com.hurlant.util.asn1.type::ASN1Type/fromDER()[/Users/timkurvers/Projects/personal/as3-crypto/src/com/hurlant/util/asn1/type/ASN1Type.as:131]
at com.hurlant.util.asn1.type::SequenceType/fromDERContent()[/Users/timkurvers/Projects/personal/as3-crypto/src/com/hurlant/util/asn1/type/SequenceType.as:32]
at com.hurlant.util.asn1.type::ASN1Type/fromDER()[/Users/timkurvers/Projects/personal/as3-crypto/src/com/hurlant/util/asn1/type/ASN1Type.as:131]

This is the error I get while in debug mode and using your swc with airxmail connecting to the smtp server from gmail. Please advise (might have something to do with gmail updating their ssl certificates?)

@Lauwisme
Copy link
Author

After reading here (http://community.igniterealtime.org/thread/48522), I tried again by using the as3crypto.swc from their xiff download and this time the tls connection (port 587) to gmail worked. I don't know where they got their version, but you might want to update your source with the changes in this swc?

@timkurvers
Copy link
Owner

Heya, thanks for the reference to that thread, hadn't seen that before!

It seems the SWC from the original SVN repository (https://code.google.com/p/as3crypto/source/list) is at least not in sync with the actual source code that was on it. There seem to be various tweaked SWCs floating around.

It's likely pull request #15 may actually fix the issues you're seeing. Will keep this issue open until this is cleared up. Thanks again.

@Lauwisme Lauwisme linked a pull request Oct 15, 2013 that will close this issue
stepan-beresnev pushed a commit to stepan-beresnev/as3-crypto that referenced this issue Mar 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants