summaryrefslogtreecommitdiffstats
path: root/doc/crypto/DSA_set_method.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-03-09 17:07:55 +0000
committerUlf Möller <ulf@openssl.org>2000-03-09 17:07:55 +0000
commite4947bfec7161107af5f39e70a1344b471264cbf (patch)
tree364ff217a0f9f482406741ee815c982029243e1a /doc/crypto/DSA_set_method.pod
parent837174dd63b4c7f1a3cc193a1e1a272935faa453 (diff)
clarify.
Diffstat (limited to 'doc/crypto/DSA_set_method.pod')
-rw-r--r--doc/crypto/DSA_set_method.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/crypto/DSA_set_method.pod b/doc/crypto/DSA_set_method.pod
index 0b13ec9237..edec46413d 100644
--- a/doc/crypto/DSA_set_method.pod
+++ b/doc/crypto/DSA_set_method.pod
@@ -62,12 +62,13 @@ struct
int (*dsa_do_verify)(const unsigned char *dgst, int dgst_len,
DSA_SIG *sig, DSA *dsa);
- /* compute rr = a1^p1 * a2^p2 mod m. May be NULL */
+ /* compute rr = a1^p1 * a2^p2 mod m (May be NULL for some
+ implementations) */
int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
BIGNUM *a2, BIGNUM *p2, BIGNUM *m,
BN_CTX *ctx, BN_MONT_CTX *in_mont);
- /* compute r = a ^ p mod m. May be NULL */
+ /* compute r = a ^ p mod m (May be NULL for some implementations) */
int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a,
const BIGNUM *p, const BIGNUM *m,
BN_CTX *ctx, BN_MONT_CTX *m_ctx);