aboutsummaryrefslogtreecommitdiffstats
path: root/openssl_missing.c
Commit message (Collapse)AuthorAgeFilesLines
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-1/+1
| | | | | * some mem checks * preliminary DH key support
* * fixed missing/strptime.c (Hynek)Michal Rokos2002-01-161-0/+1
| | | | * more strict format for UTC time (ossl.c - 'Z' in the end)
* * added OpenSSL-SNAPSHOT style NO_* (OPENSSL_NO_*)Michal Rokos2002-01-101-2/+2
| | | | | | | * added AES cipher when compiled under OpenSSL-SNAPSHOT * added warnings if the OpenSSL is compiled without some feature * handle NO_RSA, NO_DSA in openssl.rb * incremented version in ossl_version.h
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-1/+0
|
* * Memory checkingMichal Rokos2001-12-211-2/+3
|
* * added bn methods (thanks to UNKNOWN <oss-ruby@technorama.net>Michal Rokos2001-12-131-1/+3
| | | | * simplify ossl_digest sources
* * Make work under MS Windows (strptime added) + doc in READMEMichal Rokos2001-11-291-0/+27