Re: Error inspecting PKCS#7 DER

2010-08-05 Thread Giacomo Boccardo
I had to re-compile openssl using the flag enable-cms in order to use the cms command. Why is it disabled by default? Thanks, J. Messaggio Originale Oggetto: Re: Error inspecting PKCS#7 DER Da: Dr. Stephen Henson st...@openssl.org A: openssl-users@openssl.org Data:

Re: Force Decryption of CLI cms -decrypt using the supplied private key, ignore no matching recipient error because of wrong SubjectKeyIdentifier

2010-08-05 Thread Jakob Bohm
On 05-08-2010 01:10, Dr. Stephen Henson wrote: On Wed, Aug 04, 2010, Harakiri wrote: --- On Wed, 8/4/10, Dr. Stephen Hensonst...@openssl.org wrote: From: Dr. Stephen Hensonst...@openssl.org Solution: Disable the recipient check, when i manually assign the private key - just use it to

OpenSSL FIPS 1.2 on VS2008 (64 bit)

2010-08-05 Thread Vivek Madani
Hi, I am trying to compile openssl-fips-1.2 on VS 2008 (64 bit) and getting a linker error LINK : fatal error LNK1181: cannot open input file 'bufferoverflowu.lib' NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\Bin\amd64\link.EXE' : return code '0x49d'. Quick

Re: Error inspecting PKCS#7 DER

2010-08-05 Thread Dr. Stephen Henson
On Thu, Aug 05, 2010, Giacomo Boccardo wrote: I had to re-compile openssl using the flag enable-cms in order to use the cms command. Why is it disabled by default? It was a new feature in a stable branch of OpenSSL and due to the policy at the time new features were disabled by default. In

Re: B64 Decode issues (C)

2010-08-05 Thread Ger Hobbelt
Got some sample data to show which makes the bugger fail? On Thu, Aug 5, 2010 at 4:58 AM, Marc Phillips rm...@copacetic.net wrote: I mean if try to decode, it stops 15 bytes in. If I read the original file, and print out byte 15, it's a \n. I tried using BIO_FLAGS_BASE64_NO_NL, which then

Re: OpenSSL FIPS 1.2 on VS2008 (64 bit)

2010-08-05 Thread Jakob Bohm
On 05-08-2010 13:59, Vivek Madani wrote: Hi, I am trying to compile openssl-fips-1.2 on VS 2008 (64 bit) and getting a linker error LINK : fatal error LNK1181: cannot open input file 'bufferoverflowu.lib' NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\

Re: Simulating Mac keychain CSR with OpenSSL

2010-08-05 Thread Todd Oberly
-Original Message- From: Dr. Stephen Henson st...@openssl.org Sent: Jul 28, 2010 8:34 PM To: openssl-users@openssl.org Subject: Re: Simulating Mac keychain CSR with OpenSSL On Wed, Jul 28, 2010, Wim Lewis wrote: On Jul 28, 2010, at 2:38 PM, Todd Oberly wrote: It's obviously asking

Re: B64 Decode issues (C)

2010-08-05 Thread Marc Phillips
Ger Hobbelt g...@hobbelt.com wrote: Got some sample data to show which makes the bugger fail? sqlite3 /tmp/MyTestsqlite.db SQLite version 3.3.6 Enter .help for instructions sqlite CREATE TABLE test (id INTEGER primary key AUTOINCREMENT, test TEXT); sqlite .quit encode: bmem =

Re: B64 Decode issues (C)

2010-08-05 Thread Jeffrey Walton
Hi Marc, If you want to encrypt a database, have you considered SQLCipher (http://www.zetetic.net/code/sqlcipher)? It is free and uses OpenSSL. Jeff On Thu, Aug 5, 2010 at 11:19 AM, Marc Phillips rm...@copacetic.net wrote: Ger Hobbelt g...@hobbelt.com wrote: Got some sample data to show which

Re: B64 Decode issues (C)

2010-08-05 Thread Marc Phillips
If you want to encrypt a database, have you considered SQLCipher (http://www.zetetic.net/code/sqlcipher)? It is free and uses OpenSSL. I'm not encrypting it (the data is encrypted via the app already anyway), I'm simply b64 encoding it; thanks though, this might be useful for other things.

Error Loading Extension

2010-08-05 Thread Bram Cymet
Hi, I am trying to add extensions to a cert or a req and when I do I get: Error Loading extension section section Is there anyway that I can get more details into why it failed? Thanks, -- Bram Cymet Software Developer Canadian Bank Note Co. Ltd. Cell: 613-608-9752

RE: B64 Decode issues (C)

2010-08-05 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Marc Phillips Sent: Thursday, 05 August, 2010 11:20 Ger Hobbelt g...@hobbelt.com wrote: Got some sample data to show which makes the bugger fail? sqlite3 /tmp/MyTestsqlite.db SQLite version 3.3.6 Enter .help for instructions sqlite

RE: Man in the middle proxy - Not working

2010-08-05 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Raj Sent: Thursday, 05 August, 2010 01:06 I will describe my code snippet below The module for connecting to server SOCKET RequestSock; SOCKADDR_IN ClientAddr; RequestSock =

Re: Man in the middle proxy - Not working

2010-08-05 Thread Jakob Bohm
On 05-08-2010 22:49, Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Raj Sent: Thursday, 05 August, 2010 01:06 I will describe my code snippet below The module for connecting to server SOCKET RequestSock; SOCKADDR_IN ClientAddr;

Cygwin errors when doing cross-compile on openssl-fips-1.2.tar.gz

2010-08-05 Thread Bryan
I went back and uninstalled cygwin, as I inherited the cygwin environment VM from someone else. I added the crosscompile patch successfully, I managed to get the ./config fipscanisterbuild completed successfully, but when I go to do make, I get this series of errors: gcc -I. -I.. -I../include

Re: Man in the middle proxy - Not working

2010-08-05 Thread Raj
Hi Can you send me some code snippet which shows how to commutate with webserver and read the content data Thanks, Raj Rajmohan SK - Original Message - From: Dave Thompson dthomp...@prinpay.com To: openssl-users@openssl.org Sent: Friday, August 06, 2010 2:19 AM Subject: RE: Man

Re: OpenSSL FIPS 1.2 on VS2008 (64 bit)

2010-08-05 Thread Vivek Madani
Solution: Use the version 14.00.4 amd64 compiler from the April 2005 x64 Platform SDK, or one of its close successors.  Those need and include that library. The April 2005 x64 Platform SDK is still available from MSDN subscriber downloads as en_ws_2003_sp1_sdk_april_2005.iso . Install