You are viewing a plain text version of this content. The canonical link for it is here.
Posted to juice-svn@xml.apache.org by ra...@apache.org on 2006/01/13 18:13:05 UTC

svn commit: r368790 - /incubator/juice/native/src/dsa.c

Author: raul
Date: Fri Jan 13 09:12:52 2006
New Revision: 368790

URL: http://svn.apache.org/viewcvs?rev=368790&view=rev
Log:
Initial version faked.

Added:
    incubator/juice/native/src/dsa.c

Added: incubator/juice/native/src/dsa.c
URL: http://svn.apache.org/viewcvs/incubator/juice/native/src/dsa.c?rev=368790&view=auto
==============================================================================
--- incubator/juice/native/src/dsa.c (added)
+++ incubator/juice/native/src/dsa.c Fri Jan 13 09:12:52 2006
@@ -0,0 +1,13 @@
+#include <openssl/dsa.h>
+#include <openssl/engine.h>
+
+DSA *  DSA_new(void);
+int DSA_size(DSA *dsa);
+void   DSA_free(DSA *dsa);
+int    DSA_sign(int dummy, const unsigned char *dgst, int len,
+                       unsigned char *sigret, unsigned int *siglen, DSA *dsa);
+int    DSA_sign_setup(DSA *dsa, BN_CTX *ctx, BIGNUM **kinvp,
+                       BIGNUM **rp);
+int    DSA_verify(int dummy, const unsigned char *dgst, int len,
+                       const unsigned char *sigbuf, int siglen, DSA *dsa);
+                       
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: juice-svn-unsubscribe@xml.apache.org
For additional commands, e-mail: juice-svn-help@xml.apache.org