Coder Social home page Coder Social logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
Did you ever happen to get this figured out?  I'm encountering it now, myself, 
and I'm 
a bit stumped.

Original comment by [email protected] on 14 Dec 2009 at 11:02

from as3crypto.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
No. I don't really know much about TLS and I haven't had the time to really 
look at
the code. You could use AIR 2.0 beta. It has native support for TLS/SSL sockets.

Original comment by [email protected] on 15 Dec 2009 at 12:34

from as3crypto.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
at least the BooleanType.as has no implementation for the function 
fromDERContent
inherited from ASN1Type.as. And this lack of implemention caused similar 
problems
here, which I have by-passed, adding impl code for BooleanType. maybe you can 
try.

Original comment by [email protected] on 28 Jan 2010 at 7:58

from as3crypto.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
Here's the missing function:

        /**
         * Decodes a boolean from the DER stream (one octet)
         * 
         * @param s
         * @param length
         * @return true if the next byte is nonzero.
         * 
         */
        protected override function fromDERContent(s:ByteArray, length:int):* {
            return s.readBoolean();
        }


Original comment by [email protected] on 8 Mar 2010 at 11:13

from as3crypto.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
Freaking awesome... does anyone actually update this thing anymore, it would be 
helpful to get this fix into the project rather than buried in here...

Original comment by [email protected] on 18 Nov 2010 at 6:09

from as3crypto.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
I just building code send mail(smtp).
I have fixed this line success! 
Thanks for the guidance function. But why not update it to the main code(svn)?

Original comment by [email protected] on 26 Apr 2011 at 6:14

from as3crypto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.