aboutsummaryrefslogtreecommitdiffstats
path: root/ossl.h
Commit message (Collapse)AuthorAgeFilesLines
* Initial revisionMichal Rokos2002-06-041-129/+44
|
* * Macros fixupsossl1-ossl2-branch-pointMichal Rokos2002-04-071-3/+3
| | | | | | | | | | * X509ExtFactory cleanup * fixed strptime warning on Linux * X509::Certificate#version has been changed! !!! WARNING !!! x509.version = 2 -> defines X509v3, (0 for v1, 1 for v2, ...) p x509.version -> 2, means that it is X509v3 !!! WARNING !!!
* * Big internal cleanup (all structs with only 1 member rearranged)Michal Rokos2002-03-111-0/+4
| | | | * improved getting time_t from cTime
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-15/+13
| | | | | * some mem checks * preliminary DH key support
* * Dropped Random classMichal Rokos2002-02-061-1/+1
| | | | | * Added Random module * Added egd interface to Random module
* * added OpenSSL-SNAPSHOT style NO_* (OPENSSL_NO_*)Michal Rokos2002-01-101-5/+5
| | | | | | | * 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
* * BN is (somewhat) full imp. nowMichal Rokos2002-01-061-2/+5
| | | | * Config reworked (get_value, get_section)
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-10/+33
|
* * Memory checkingMichal Rokos2001-12-211-7/+17
|
* * added bn methods (thanks to UNKNOWN <oss-ruby@technorama.net>Michal Rokos2001-12-131-10/+6
| | | | * simplify ossl_digest sources
* * Make work under MS Windows (strptime added) + doc in READMEMichal Rokos2001-11-291-60/+66
|
* - BN added (only proof of concept)Michal Rokos2001-11-211-0/+20
| | | | | - indent changed - rand.h to ossl.h added
* - HMAC addedMichal Rokos2001-11-201-5/+20
| | | | | | | | - 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
* for compatibility with old SSLSocketGOTOU Yuuzou2001-11-161-0/+4
|
* Initial revisionMichal Rokos2001-11-161-0/+226