[pubcookie-dev] CVS update: jjminer;
webiso/pubcookie/src keyclient.c,2.57,2.58 keyserver.c,2.60,2.61
miner at doit.wisc.edu
miner at doit.wisc.edu
Wed Jun 8 15:16:08 PDT 2005
Update of /usr/local/cvsroot/webiso/pubcookie/src
In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv18002/src
Modified Files:
keyclient.c keyserver.c
Log Message:
Initializing the keyfile and certfile to NULL, fixing potential bizarre
behavior...
Index: webiso/pubcookie/src/keyclient.c
diff -c webiso/pubcookie/src/keyclient.c:2.57 webiso/pubcookie/src/keyclient.c:2.58
*** webiso/pubcookie/src/keyclient.c:2.57 Wed Jun 1 14:22:43 2005
--- webiso/pubcookie/src/keyclient.c Wed Jun 8 15:16:05 2005
***************
*** 18,24 ****
/** @file keyclient.c
* Key administration tool for clients
*
! * $Id: keyclient.c,v 2.57 2005/06/01 21:22:43 willey Exp $
*/
--- 18,24 ----
/** @file keyclient.c
* Key administration tool for clients
*
! * $Id: keyclient.c,v 2.58 2005/06/08 22:16:05 jjminer Exp $
*/
***************
*** 202,209 ****
X509 *server_cert;
X509_NAME *peer_name;
char peer_cn[257];
! const char *keyfile;
! const char *certfile;
const char *cafile = NULL;
const char *cadir = NULL;
int done = 0;
--- 202,209 ----
X509 *server_cert;
X509_NAME *peer_name;
char peer_cn[257];
! const char *keyfile = NULL;
! const char *certfile = NULL;
const char *cafile = NULL;
const char *cadir = NULL;
int done = 0;
Index: webiso/pubcookie/src/keyserver.c
diff -c webiso/pubcookie/src/keyserver.c:2.60 webiso/pubcookie/src/keyserver.c:2.61
*** webiso/pubcookie/src/keyserver.c:2.60 Wed Jun 1 14:22:43 2005
--- webiso/pubcookie/src/keyserver.c Wed Jun 8 15:16:05 2005
***************
*** 18,24 ****
/** @file keyserver.c
* Server side of key management structure
*
! * $Id: keyserver.c,v 2.60 2005/06/01 21:22:43 willey Exp $
*/
--- 18,24 ----
/** @file keyserver.c
* Server side of key management structure
*
! * $Id: keyserver.c,v 2.61 2005/06/08 22:16:05 jjminer Exp $
*/
***************
*** 157,164 ****
#endif /* ifndef KEYSERVER_CGIC */
! const char *keyfile = "server.pem";
! const char *certfile = "server.pem";
const char *cadir = NULL;
const char *cafile = NULL;
const char *gcfile = NULL;
--- 157,164 ----
#endif /* ifndef KEYSERVER_CGIC */
! const char *keyfile = NULL;
! const char *certfile = NULL;
const char *cadir = NULL;
const char *cafile = NULL;
const char *gcfile = NULL;
end of message
More information about the pubcookie-dev
mailing list