aboutsummaryrefslogtreecommitdiffstats
path: root/perl
Commit message (Collapse)AuthorAgeFilesLines
* Perl code patch contributed by "Kurt J. Pires" <kjpires@iat.com>Richard Levitte2001-02-196-32/+60
| | | | | | | | | His own words are: The patch adds no new functionality (other than a simple test package) to the libraries, but it allows them to be compiled with Perl5.6.0. It has only been tested under "Red Hat Linux release 7.0 (Guinness)" with the unpatched verion of OpenSSL 0.9.6 released last September.
* Remove obsolete files.Ulf Möller1999-07-221-90/+0
|
* Make the perl module compile and eliminate some of the warnings.Ulf Möller1999-07-2210-13/+28
| | | | | Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??)
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-8/+8
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-18/+6
|
* More 0.9.2 -> 0.9.2bRalf S. Engelschall1999-03-222-2/+2
|
* Second round of fixing the OpenSSL perl/ stuff. It now at least compiled fineRalf S. Engelschall1999-03-0810-523/+594
| | | | | | | | | | | | under Unix and passes some trivial tests I've now added. But the whole stuff is horribly incomplete, so a README.1ST with a disclaimer was added to make sure no one expects that this stuff really works in the OpenSSL 0.9.2 release. Additionally I've started to clean the XS sources up and fixed a few little bugs and inconsistencies in OpenSSL.{pm,xs} and openssl_bio.xs. PS: I'm still not convinces whether we should try to make this finally running or kick it out and replace it with some other module....
* Overhauled the Perl interface (perl/*):Ralf S. Engelschall1999-02-1066-3973/+217
| | | | | | | | | | | | - ported BN stuff to OpenSSL's different BN library - made the perl/ source tree CVS-aware - renamed the package from SSLeay to OpenSSL (the files still contain their history because I've copied them in the repository) - removed obsolete files (the test scripts will be replaced by better Test::Harness variants in the future)
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-222-2/+2
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-2111-53/+49
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-2165-0/+6143