aboutsummaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Initial revisionMichal Rokos2002-06-041-55/+60
|
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-41/+55
| | | | | * 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
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-5/+19
| | | | | * some mem checks * preliminary DH key support
* * ossl-0.1.1 releasedMichal Rokos2002-02-061-6/+2
|
* * Dropped Random classMichal Rokos2002-02-061-77/+93
| | | | | * Added Random module * Added egd interface to Random module
* * really fixed strptime.c (silly me, thanks Hynek)Michal Rokos2002-01-161-1/+1
|
* * selfdipatch BN implementation (test only)Michal Rokos2002-01-161-2/+4
| | | | | * removed strncasecmp (for WIN32 made alias to _strnicmp) * fixed missing/strptime.c (Hynek Rostinsky)
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-78/+99
| | | | | | * MS_CALLBACK to ossl_pkey_*.c * Memory checking with OSSL_DEBUG * API doc style change
* * BN is (somewhat) full imp. nowMichal Rokos2002-01-061-3/+5
| | | | * Config reworked (get_value, get_section)
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-93/+189
|
* * Make work under MS Windows (strptime added) + doc in READMEMichal Rokos2001-11-291-0/+7
|
* - HMAC addedMichal Rokos2001-11-201-9/+23
| | | | | | | | - 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-8/+29
|
* Initial revisionMichal Rokos2001-11-161-0/+175