Greetings!

I am in the process of attempting to write a small perl application to do SSL tunneling with sprinkles (this means that I will be doing packet introspection and modifying things *before* they are SSL'd). I have succeeded with almost no effort in getting my solution to work on a Linux box thanks to the lovely IO::Socket::SSL. However, due to the nature of having "clients", I have to get the program to work in a Windows environment. As a small aside before I get to the "main question", I am using Perl2Exe right now, though I will be evaluating PerlApp just to see the pro's and con's (I have no choice, this has to be a stand alone executable, the clients are guaranteed *not* to even have heard of Perl.)

So... here is the main question :) Knowing darned well that MS has provided SSL libraries in it's Operating System (after all, IE uses them to do https), I was wondering if any more Win saavy perl monks knew how to take advantage of these libraries and "get" an SSL stream in Windows without having to resort to bundling the OpenSSL library in my end product?

Any pointers would be appreciated!


In reply to Win32 SSL? by eduardo

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.