View Issue Details

IDProjectCategoryView StatusLast Update
0002443libmicrohttpddocumentationpublic2012-07-24 01:04
Reporterapeters Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.20 
Target Version0.9.21Fixed in Version0.9.21 
Summary0002443: Wrong documentation how to obtain client DN from X509 certificates when using HTTPS
DescriptionThe tutorial quotes this line to retrieve the GNU TLS session:
gnutls_session_t tls_session;
tls_session = MHD_get_connection_info (connection,
MHD_CONNECTION_INFO_GNUTLS_SESSION);


but MHD_get_connection_info return's gnutls_session_t* !!!! Took me a long time to figure that out (e.g. read the source code of connection.c) since the program works, but claims the client provide a certificate.

Please correct the tutorial document!

TagsNo tags attached.

Activities

Christian Grothoff

2012-06-22 11:09

manager   ~0006132

Fixed in SVN 22202.

Issue History

Date Modified Username Field Change
2012-06-20 17:01 apeters New Issue
2012-06-22 11:09 Christian Grothoff Note Added: 0006132
2012-06-22 11:09 Christian Grothoff Status new => resolved
2012-06-22 11:09 Christian Grothoff Fixed in Version => 0.9.21
2012-06-22 11:09 Christian Grothoff Resolution open => fixed
2012-06-22 11:09 Christian Grothoff Assigned To => Christian Grothoff
2012-06-22 11:09 Christian Grothoff Target Version => 0.9.21
2012-07-08 15:08 Christian Grothoff Summary Wrong documentation how to obtoin client DN from X509 certificates when using HTTPS => Wrong documentation how to obtain client DN from X509 certificates when using HTTPS
2012-07-24 01:04 Christian Grothoff Status resolved => closed