Jon Parry-McCulloch wrote:
[snip]
>         Two things:
>         a) anyone know if this is call-for-call compatible with SSLeay 0.9b
>         b) would anyone be interested in reading about my experiences with
> it when I've finished doing the work. I can either send it privately, post
> it to the list, or stick it on a website.

I have the SSL C documentation in my lap now, as I am evaluating it for use.  It
is laced with typos and ommisions.  however, it is pretty decent in terms of
usefullness.
SSL C *is* call for call compatible with SSLeay 0.9.0.  However, the majority of
functions were "cemented over".  They are simply not exposed to the Toolkit
user.  Oh, they are there all right, but you cant use them.
I would be VERY interested in hearing about your experiences with it.  Your
comments would be useful to many, so please post it to all the appropraite
lists.  These would probably include ssl-users and openssl-users.
Thanks!
Mordy
-- 
o Mordy Ovits
o Programmer/Cryptographer
o LockStar Inc.
---------------------------------------------------------------------------
#!/usr/local/bin/python 
from sys import*;from string import*;a=argv;[s,p,q]=filter(lambda x:x[:1]!=
'-',a);d='-d'in a;e,n=atol(p,16),atol(q,16);l=(len(q)+1)/2;o,inb=l-d,l-1+d
while s:s=stdin.read(inb);s and map(stdout.write,map(lambda i,b=pow(reduce(
lambda x,y:(x<<8L)+y,map(ord,s)),e,n):chr(b>>8*i&255),range(o-1,-1,-1)))
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to