Re: storing PEM encoded certs in database

2004-09-09 Thread Smith Baylor
s the programming language and MySQL as the db. > >>> > >>> unsigned char *cert_data; > >>> > >>> Instead of storing in PEM format directly, I am storing it in base64 > >>> format - I believe this is more safer - feel free to prove me > >&g

Re: storing PEM encoded certs in database

2004-09-07 Thread Smith Baylor
ÃÂÃÂ7HZm > > > > which the db insert or update commands don't like. > > > > /Shivaram > > > > > > > > > > > > > > - Original Message - > > From: Carlos Roberto Zainos H <[EMAIL PROTECTED]> > > Date: T

Re: storing PEM encoded certs in database

2004-09-07 Thread Eric Meyer
essage - From: Carlos Roberto Zainos H <[EMAIL PROTECTED]> Date: Tue, 7 Sep 2004 12:36:44 -0500 (CDT) Subject: Re: storing PEM encoded certs in database To: [EMAIL PROTECTED] Hi I'm not an expert, but I think that could be some different depending on the DBMS and the driver connectio

Re: storing PEM encoded certs in database

2004-09-07 Thread Smith Baylor
ge - > From: Carlos Roberto Zainos H <[EMAIL PROTECTED]> > Date: Tue, 7 Sep 2004 12:36:44 -0500 (CDT) > Subject: Re: storing PEM encoded certs in database > To: [EMAIL PROTECTED] > > Hi > I'm not an expert, but I think that could be some different depending > on

Re: storing PEM encoded certs in database

2004-09-07 Thread Smith Baylor
L PROTECTED]> Date: Tue, 7 Sep 2004 12:36:44 -0500 (CDT) Subject: Re: storing PEM encoded certs in database To: [EMAIL PROTECTED] Hi I'm not an expert, but I think that could be some different depending on the DBMS and the driver connection being used. For example, I'm using Oracl

Re: storing PEM encoded certs in database

2004-09-07 Thread Carlos Roberto Zainos H
Hi I'm not an expert, but I think that could be some different depending on the DBMS and the driver connection being used.   For example, I'm using Oracle DB 10g with ODBC based client connection to the DB.   I'm storing PEM certificates making a copy of it to a buffer and then storing it into the