aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_pkey_dsa.c
Commit message (Collapse)AuthorAgeFilesLines
* * More benevolent checks (Check_SafeStr(x) -> Check_Type(x, T_STRING)Michal Rokos2002-02-231-6/+6
| | | | (where we don't care)
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-43/+30
| | | | | * some mem checks * preliminary DH key support
* * added OpenSSL-SNAPSHOT style NO_* (OPENSSL_NO_*)Michal Rokos2002-01-101-2/+3
| | | | | | | * 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
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-1/+1
| | | | | | * MS_CALLBACK to ossl_pkey_*.c * Memory checking with OSSL_DEBUG * API doc style change
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-86/+69
|
* * Memory checkingMichal Rokos2001-12-211-15/+41
|
* - BN added (only proof of concept)Michal Rokos2001-11-211-1/+1
| | | | | - indent changed - rand.h to ossl.h added
* - HMAC addedMichal Rokos2001-11-201-19/+37
| | | | | | | | - 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-1/+4
|
* Sync with DEVELMichal Rokos2001-11-161-1/+15
|
* Initial revisionMichal Rokos2001-11-161-0/+411