diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-12-05 12:50:26 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-12-05 12:50:26 +0000 |
commit | 091cea8dbd1e5fbd940d4c863b68d5eb5ff7cab3 (patch) | |
tree | b4d9b106120d97bb561fb75d2ee54a6b9352a40d /lib/gnutls_cert.h | |
parent | 834e429a7169d4b5f239bc2980bda801e2bbdba0 (diff) | |
download | gnutls-091cea8dbd1e5fbd940d4c863b68d5eb5ff7cab3.tar.gz |
several cleanups. Removed old unneeded functions.
certificate verification was moved out of the handshake procedure.
Diffstat (limited to 'lib/gnutls_cert.h')
-rw-r--r-- | lib/gnutls_cert.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_cert.h b/lib/gnutls_cert.h index 1e3013bc4d..587530347e 100644 --- a/lib/gnutls_cert.h +++ b/lib/gnutls_cert.h @@ -9,6 +9,8 @@ typedef struct gnutls_cert { MPI params[MAX_PARAMS_SIZE]; /* the size of params depends on the public * key algorithm + * RSA: [0] is modulus + * [1] is public exponent */ PKAlgorithm subject_pk_algorithm; |