summaryrefslogtreecommitdiffstats
path: root/ossl_pkey_dsa.c
Commit message (Expand)AuthorAgeFilesLines
* Backport Ruby's OpenSSL changesMichal Rokos2003-08-141-23/+5
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-14/+14
* * cipher.h: replace ossl_cipher_get_EVP_CIPHER into GetCipherPtrGOTOU Yuuzou2003-06-251-1/+1
* PEM callback, examplesMichal Rokos2003-06-161-2/+2
* PKey params inspectionMichal Rokos2003-04-141-0/+26
* Make it work with "BEGIN PUBLIC KEY" headerMichal Rokos2003-04-071-5/+14
* * pkey_*.c: make alias to_s to export.GOTOU Yuuzou2002-12-221-0/+1
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.OSSL2_AFTER_FIXING_INDENTGOTOU Yuuzou2002-12-171-228/+224
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-18/+18
* New debug interface that can be directed from Ruby-spaceMichal Rokos2002-06-111-1/+1
* PKey#sign and #verify moved to C-space (pkey.c)Michal Rokos2002-06-101-3/+3
* PKey: NO useless EVP_PKEY* dups.Michal Rokos2002-06-081-10/+5
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleani...Michal Rokos2002-06-061-222/+156
* Initial revisionMichal Rokos2002-06-041-0/+443