aboutsummaryrefslogtreecommitdiffstats
path: root/perl/OpenSSL.pm
Commit message (Collapse)AuthorAgeFilesLines
* Make the perl module compile and eliminate some of the warnings.Ulf Möller1999-07-221-1/+1
| | | | | Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??)
* More 0.9.2 -> 0.9.2bRalf S. Engelschall1999-03-221-1/+1
|
* Second round of fixing the OpenSSL perl/ stuff. It now at least compiled fineRalf S. Engelschall1999-03-081-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....
* Overhauled the Perl interface (perl/*):Ralf S. Engelschall1999-02-101-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)