aboutsummaryrefslogtreecommitdiffstats
path: root/perl/openssl.h
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??)
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-8/+8
| | | | | | Submitted by: Reviewed by: PR:
* Second round of fixing the OpenSSL perl/ stuff. It now at least compiled fineRalf S. Engelschall1999-03-081-12/+12
| | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | - 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)
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-0/+96