aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_config.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanups (use RSTRING after StringValue)Michal Rokos2002-07-091-2/+2
|
* Drop OSSL_Check_Type (Use OSSL_Check_Kind where needed)Michal Rokos2002-06-131-1/+2
|
* Fix build in WindowsMichal Rokos2002-06-131-2/+6
|
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-21/+37
| | | | | fix: Cipher#final cannot be called without preceding Cipher#(en|de)crypt Config ported to OpenSSL 0.9.7 interface
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, ↵Michal Rokos2002-06-071-3/+3
| | | | X509Store port to 1.8 and new class creation fixups
* Config reviewedMichal Rokos2002-06-041-35/+36
|
* Initial revisionMichal Rokos2002-06-041-1/+1
|
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-111-40/+18
| | | | * improved getting time_t from cTime
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-3/+3
| | | | | * made an aliases to_pem as to_s * more relaxed params checking - everywhere where string was needed it is OK that obj implements to_s method
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-3/+3
| | | | (where we don't care)
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-8/+9
| | | | | * some mem checks * preliminary DH key support
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-0/+1
| | | | | | * MS_CALLBACK to ossl_pkey_*.c * Memory checking with OSSL_DEBUG * API doc style change
* * BN is (somewhat) full imp. nowMichal Rokos2002-01-061-100/+60
| | | | * Config reworked (get_value, get_section)
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-9/+11
|
* * Memory checkingMichal Rokos2001-12-211-2/+2
|
* * fixed unusual usage of ## preprocessing sequence.GOTOU Yuuzou2001-12-211-1/+1
|
* - HMAC addedMichal Rokos2001-11-201-25/+24
| | | | | | | | - 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
* Initial revisionMichal Rokos2001-11-161-0/+186