aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/x509
diff options
context:
space:
mode:
authorlv-426 <oxcafebaby@yahoo.com>2008-07-10 17:28:48 +0000
committerlv-426 <oxcafebaby@yahoo.com>2008-07-10 17:28:48 +0000
commita6a989cf1200f25795e9ec1ed40b21c6024ed53e (patch)
tree1f3530546a82bd6ba192c56f95382fcb646786d6 /src/daemon/https/x509
parent08ee1d01c9a343b41697b803150e712bd713c582 (diff)
downloadlibmicrohttpd-a6a989cf1200f25795e9ec1ed40b21c6024ed53e.tar.gz
libmicrohttpd-a6a989cf1200f25795e9ec1ed40b21c6024ed53e.zip
simplified write / idle handlers
SSL/TLS connection states merged into HTTP states
Diffstat (limited to 'src/daemon/https/x509')
-rw-r--r--src/daemon/https/x509/mpi.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/daemon/https/x509/mpi.c b/src/daemon/https/x509/mpi.c
index 8cc43855..7fbd0b75 100644
--- a/src/daemon/https/x509/mpi.c
+++ b/src/daemon/https/x509/mpi.c
@@ -82,7 +82,7 @@ _gnutls_x509_read_rsa_params (opaque * der, int dersize, mpi_t * params)
82 82
83} 83}
84 84
85/* reads p,q and g 85/* reads p,q and g
86 * from the certificate (subjectPublicKey BIT STRING). 86 * from the certificate (subjectPublicKey BIT STRING).
87 * params[0-2] 87 * params[0-2]
88 */ 88 */
@@ -193,7 +193,7 @@ _gnutls_x509_read_der_int (opaque * der, int dersize, mpi_t * out)
193} 193}
194 194
195/* reads DSA's Y 195/* reads DSA's Y
196 * from the certificate 196 * from the certificate
197 * only sets params[3] 197 * only sets params[3]
198 */ 198 */
199int 199int
@@ -339,7 +339,6 @@ _gnutls_x509_write_sig_params (ASN1_TYPE dst,
339 gnutls_digest_algorithm_t dig, 339 gnutls_digest_algorithm_t dig,
340 mpi_t * params, int params_size) 340 mpi_t * params, int params_size)
341{ 341{
342 gnutls_datum_t der;
343 int result; 342 int result;
344 char name[128]; 343 char name[128];
345 const char *pk; 344 const char *pk;