|
Posted by ! aaa on January 26, 2005, 12:15 pm
Please log in for more thread options
Hi All,
I've "ported" the excellent MatrixSSL library to perl (Win32, Linux, and Mac
at least).
MatrixSSL is basically a one-stop nothing-extra-needed non-complicated way
to quickly
and easily add SSL and TLS support into your perl scripts (usually over
sockets, but
not necessarily)
Q1. is "Crypt::MatrixSSL" the best place for this, do you think?
Hint: it can be used instead of all the cumbersome stuff like
Crypt::OpenSSL[::*]
Q2. Before I realized I should ask 1st, I hit "upload" - and my module is
here:-
http://backpan.cpan.org/authors/id/C/CD/CDRAKE/
.... but I can't seem to find it using any searches - how long does it take
for these things to go live,
or are there more steps I need to follow 1st?
Q3. Is there some way to specify that the windows .DLL precompiled binary
should be used/installed
when the requesting user doesn't have MS-VC++ installed? For now, I've just
shoved it in the package,
but this will probably mean that "make test" will fail the compile steps on
Win32 nd never reach the tests,
which do actually work nonetheless.
Chris.
p.s. sorry - I dont feed spambots - group replies please.
Crypt-MatrixSSL version 0.01
============================
Crypt::MatrixSSL lets you use the MatrixSSL crypto library (see
http://matrixssl.org/) from Perl. With this module, you will be
able to easily write SSL and TLS client and server programs.
MatrixSSL includes everything you need, all in under 50KB.
You will need a "C" compiler to build this on Mac/Linux and it
should build on (at least) Windows, Linux, and Macintosh machines.
The pre-built Windows DLL is also included for Win32 users with
no compiler.
MatrixSSL is an Open Source (GNU Public License) product, and is
also available commercially if you need freedom from GNU rules.
Everything you need should be included here, but check the
MatrixSSL.org web site to make sure you've got the latest version
of the MatrixSSL "C" code.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires no other modules or libraries:
(the ./matrixssl/ tree is included, and is from matrixssl.org
COPYRIGHT AND LICENCE
MatrixSSL is distrubed under the GNU Public License:-
http://www.gnu.org/copyleft/gpl.html
Crypt::MatrixSSL uses MatrixSSL, and so inherits the same License.
Copyright (C) 2005 by C. N. Drake [prot]
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.3 or,
at your option, any later version of Perl 5 you may have available.
Please contact me if you're having problems building, I can
no doubt help you, then fix this distribution so nobody else has
the same problems.
|
| Similar Threads | Posted | | After uploading to PAUSE | October 23, 2005, 9:22 pm |
| Crypt::DH Crypt::Random install problem | May 9, 2005, 5:25 am |
| perl script for uploading photo and getting the return value of submit | February 28, 2006, 1:03 am |
| Crypt::Tea becomes Crypt::Tea_JS | January 17, 2005, 1:14 pm |
| PAUSE not accepting uploads? | February 6, 2007, 8:27 pm |
| CPAN pause turnaround time | June 29, 2005, 12:45 pm |
| Crypt::RC5 128 | April 5, 2006, 10:31 am |
| Crypt::RSA | March 10, 2007, 6:43 pm |
| PAUSE Definition of Pre-Alpha, Alpha, Beta and Released Software | August 14, 2007, 4:35 am |
| RFC: Crypt::Skip32 [try 3] | September 24, 2007, 12:51 am |
|