summaryrefslogtreecommitdiff
path: root/lib/gnutls_cert.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-05 12:50:26 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-05 12:50:26 +0000
commit091cea8dbd1e5fbd940d4c863b68d5eb5ff7cab3 (patch)
treeb4d9b106120d97bb561fb75d2ee54a6b9352a40d /lib/gnutls_cert.h
parent834e429a7169d4b5f239bc2980bda801e2bbdba0 (diff)
downloadgnutls-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.h2
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;