After a three year hiatus, Crypt::SSLeay is being actively maintained once more. A first development release was issued a couple of days ago, that added a one-line fix that clears up most of the open tickets in the bug queue.

A second development release has just been issued. This adds two patches from the RT queue, one for improved diagnostics, the second for better VMS support.

The distribution compiles and tests correctly with 5.005_03, 5.6.1 and various 5.8 releases, on Linux and FreeBSD. I'd like to get a few data points from some of the proprietary Unix platforms (AIX, HP/UX, Solaris, Tru64 to name a few). In fact anything other than Linux, and/or prior to 5.8.6 would be grand.

The XS code doesn't compile warnings-free, I intend to address that in the future.

The big problem today is that the test suite sucks. No, not because it lacks POD coverage tests, but rather it doesn't really test anything much more than the fact that the module doesn't explode on contact. The source code coverage of the Perl code alone is about a mere 25%. I suspect the XS code is similar.

I need tests. Or examples of real-world code. Hopefully I will be able to bend the examples into tests. So if you have some bits of code lying around that deal with https protocol, proxies and the like, drop me a line.

• another intruder with the mooring in the heart of the Perl


In reply to Crypt-SSLeay needs you! by grinder

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.