aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_cipher.c
Commit message (Collapse)AuthorAgeFilesLines
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-5/+5
| | | | (where we don't care)
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-11/+11
| | | | | * some mem checks * preliminary DH key support
* * fixed and improved verify_callbacks in ossl_(ssl|x509store).cMichal Rokos2002-01-101-5/+5
| | | | * enhanced ossl_x509store.rb examples
* * OpenSSL::Cipher::BITx constant == x (so BIT40 = 40,...)Michal Rokos2002-01-101-13/+13
|
* * added OpenSSL-SNAPSHOT style NO_* (OPENSSL_NO_*)Michal Rokos2002-01-101-43/+145
| | | | | | | * 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-35/+25
|
* * Memory checkingMichal Rokos2001-12-211-0/+11
|
* * fixed unusual usage of ## preprocessing sequence.GOTOU Yuuzou2001-12-211-3/+3
|
* * added bn methods (thanks to UNKNOWN <oss-ruby@technorama.net>Michal Rokos2001-12-131-21/+35
| | | | * simplify ossl_digest sources
* - BN added (only proof of concept)Michal Rokos2001-11-211-32/+64
| | | | | - indent changed - rand.h to ossl.h added
* - HMAC addedMichal Rokos2001-11-201-46/+43
| | | | | | | | - Config came back - API changed in PKCS7 (param. order) - API changed in Cipher (can't add data in .new) - indentation changed (only half of files, 2nd half to do) - some API doc added to README
* Released as 0.0.9Michal Rokos2001-11-181-0/+1
|
* Initial revisionMichal Rokos2001-11-161-0/+542