RE: Creating a certificate with Unicode characters in Issuer and Subject

2009-11-19 Thread Brant Thomsen
architecture as the machine generating the certificate. Otherwise, the strings will be unreadable. I would highly recommend just converting your UTF-16 strings into UTF-8 and using that in your certificate(s). It will save you a lot of headaches. Brant Thomsen -Original Message- From: owner

RE: 2038 date limit

2008-06-05 Thread Brant Thomsen
The C++ compiler in Microsoft's Visual Studio 2005 (and later) makes time_t a 64-bit number when compiling 32-bit code. Older compilers, such as Visual C++ 6.0, make time_t a 32-bit number, which would cause year 2038 issues. Brant Thomsen -Original Message- From: [EMAIL PROT

RE: What's the state of WinCE support in Openssl-0.9.8?

2005-07-25 Thread Brant Thomsen
to comment out the test to verify that the certificate issue date is before the current date, since CE devices will frequently have the wrong date. Brant Thomsen Sr. Software Engineer Wavelink Corporation > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Beh

RE: Need objective arguments against double certificate

2005-06-17 Thread Brant Thomsen
security experience. Brant Thomsen Sr. Software Engineer Wavelink Corporation > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of coco coco > Sent: Thursday, June 16, 2005 9:20 PM > To: openssl-users@openssl.org > Subject: RE: N

RE: MSVC Application linked against static openssl libs is crashing

2005-06-06 Thread Brant Thomsen
I have had problems getting OpenSSL to link correctly if MFC is being used. Try switching from static to dynamic loading of the MFC libraries and see if that solves the problem. Brant Thomsen > -Original Message- > Hi Aftab, > > Thanks for the reply, > > If you are refe

RE: RAND_Bytes in Windows CE (Pocket PC or smartphone)

2005-03-22 Thread Brant Thomsen
le functions each time you exit and restart your application. This will allow your randomness to "accumulate" each time your appliction is run. Brant Thomsen Sr. Software Engineer Wavelink Corporation > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTEC

RE: The breaking of SHA1

2005-03-14 Thread Brant Thomsen
least one birthday pairing. The magical number where the you reach 50% (assuming a 365-day year) is only 23 people. Not that it matters much, but I wanted to set the record straight. Brant Thomsen Sr. Software Engineer Wavelink Corporation > -Original Message- > From: [EMAIL PRO

RE: Certifcate verification failure

2004-12-01 Thread Brant Thomsen
the same bug is causing both failures. Brant Thomsen Sr. Software Engineer Wavelink Corporation -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of nitin singh Sent: Wednesday, December 01, 2004 8:04 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Certifca