summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-13/+23
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Added Sascha Kettler to creditsWez Furlong2001-05-051-1/+1
* Merged and adapted a patch from Sascha Kettler <kettler@gmx.net> that providesWez Furlong2001-05-042-11/+334
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* Fix for Bug #10168 (is_dst undeclared)Wez Furlong2001-04-051-1/+1
* changed the flags parameters to be a bitfield + constants (I don't know whatWez Furlong2001-04-021-104/+78
* added some more error reporting and did a little tidying.Wez Furlong2001-04-021-10/+18
* Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert paramsWez Furlong2001-04-014-195/+1372
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* Fixed some protos.Egon Schmid2001-01-261-5/+3
* Added some missing EXPERIMENTAL files plus some missing extensionsfoobar2001-01-191-0/+5
* Realized that emalloc() never returns NULL, simplified codeStig Venaas2001-01-131-51/+2
* Made OpenSSL extension work with 0.9.5 and changed version check to 0.9.5Stig Venaas2001-01-071-9/+30
* Added README on usage, and added myself to CREDITSStig Venaas2000-11-232-0/+166
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+0
* Added optional passphrase argument to openssl_get_privatekey()Stig Venaas2000-11-171-6/+12
* Renamed openssl_read_privatekey openssl_get_privatekey, and some minorStig Venaas2000-11-172-7/+15
* extname -> opensslfoobar2000-11-161-1/+1
* Changed to use Z_LVAL_PP, Z_STRVAL_PP and Z_STRLEN_PP.Stig Venaas2000-11-141-21/+18
* Made API simplerStig Venaas2000-11-142-51/+127
* added dsp for openssl win32Daniel Beulshausen2000-11-131-0/+107
* OpenSSL extension. So far it implements assymetric encryption functions.Stig Venaas2000-11-134-0/+563