aboutsummaryrefslogtreecommitdiff
path: root/perl/OpenSSL.pm
AgeCommit message (Collapse)AuthorFilesLines
1999-07-22Make the perl module compile and eliminate some of the warnings.Ulf Möller1-1/+1
Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??)
1999-03-22More 0.9.2 -> 0.9.2bRalf S. Engelschall1-1/+1
1999-03-08Second round of fixing the OpenSSL perl/ stuff. It now at least compiled fineRalf S. Engelschall1-62/+72
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....
1999-02-10Overhauled the Perl interface (perl/*):Ralf S. Engelschall1-0/+80
- 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)