aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_pkey.c
Commit message (Expand)AuthorAgeFilesLines
* Backport Ruby's OpenSSL changesMichal Rokos2003-08-141-0/+15
* Digest is Ruby compatible again, more examples are workingMichal Rokos2003-07-211-12/+12
* call ossl_raise with NULL when no message is passedMichal Rokos2003-07-091-7/+7
* PEM callback, examplesMichal Rokos2003-06-161-4/+2
* to_der was broken, fixedTechnorama team2003-04-241-10/+3
* Is #to_der broken?Michal Rokos2003-04-231-2/+14
* Make OSSL2 work with Ruby1.6 too (currently #dup, #copy isn't working)Michal Rokos2003-02-241-0/+1
* Port to Ruby1.8 (alloc|copy) framework.Michal Rokos2002-12-291-2/+2
* * Indent by 4 spaces, 1 tab has the width of 8 spaces.OSSL2_AFTER_FIXING_INDENTGOTOU Yuuzou2002-12-171-139/+128
* ossl.c: FIX that enables OSSL module compile on *BSD (sent by Akinori MUSHA)Michal Rokos2002-07-241-7/+8
* Minor cleanups (use RSTRING after StringValue)Michal Rokos2002-07-091-1/+1
* Fixed some checks for retval and some mem.leaksMichal Rokos2002-06-121-2/+2
* Drop ossl_x509name_get_X509_NAME, introduce GetX509NamePtrMichal Rokos2002-06-121-5/+1
* Just some indent...Michal Rokos2002-06-121-20/+12
* ossl_digest_EVP_MD renamed to GetDigestPtrMichal Rokos2002-06-121-4/+3
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-14/+14
* pkey.c: don't segfault when signing with public key (check added), compile fixMichal Rokos2002-06-111-1/+5
* New debug interface that can be directed from Ruby-spaceMichal Rokos2002-06-111-2/+2
* PKey#sign and #verify moved to C-space (pkey.c)Michal Rokos2002-06-101-0/+61
* PKey: NO useless EVP_PKEY* dups.Michal Rokos2002-06-081-9/+21
* Imp & use of ossl_pkey_get_private_EVP_PKEY(obj) funcMichal Rokos2002-06-071-0/+14
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-2/+1
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleani...Michal Rokos2002-06-061-53/+83
* Get rid of ANY classesMichal Rokos2002-06-041-2/+2
* Initial revisionMichal Rokos2002-06-041-0/+137