Re: Why does OpenSSL own all the prefixes in the world?

2014-09-10 Thread Pierre DELAAGE
Not so bad idea considering that any C program, with modern compilers, can be compiled as cpp with no problem. I am mixing code like this for years with no problem. Other apps, in other languages, that CAN load dynamic libraries, could take benefit of c++ to c lib technique wrapping such as

Re: Why does OpenSSL own all the prefixes in the world?

2014-09-10 Thread Pierre DELAAGE
Of course there are some differences, but dealing with those is not a major issue... And they lead C programs to be more clear, with stronger type management, more clear function prototypes... Nothing impossible to manage, and that is worth managing. not talking about much better rules and

Re: Why does OpenSSL own all the prefixes in the world?

2014-09-10 Thread Pierre DELAAGE
Pretending that the contrary is impossible and insurmoutable is just a conservative fear fud and uncertainty approach, based on trivial examples that can/should be expurged from any industrial program in a couple of minutes. Understanding C language is not as complicated as C++, and I am not

Re: Why does OpenSSL own all the prefixes in the world?

2014-09-08 Thread Pierre DELAAGE
-or no- impact on other apps. Le 08/09/2014 14:13, Iñaki Baz Castillo a écrit : 2014-09-08 1:15 GMT+02:00 Pierre DELAAGE delaage.pie...@free.fr: Switch strongly and definitely to C++ Not for fancy object programming, but for more practical syntaxES for things like this. I do code in C++, but I need

Re: Why does OpenSSL own all the prefixes in the world?

2014-09-08 Thread Pierre DELAAGE
This is why I just mentioned namespaces... Le 08/09/2014 14:57, Salz, Rich a écrit : My suggestion is indeed that openssl lib switch to C++, at least for namespace usage. That would be nice to have. But C++ classes are like opinions -- everyone has one, nobody wants to use anyone else's. :)

Re: Why does OpenSSL own all the prefixes in the world?

2014-09-08 Thread Pierre DELAAGE
when used correctly). On 08/09/2014 01:15, Pierre DELAAGE wrote: Hmm... Switch strongly and definitely to C++ Not for fancy object programming, but for more practical syntaxES for things like this. And I am an old C fan programmer... Pierre Delaage Le 08/09/2014 00:04, Kyle Hamilton

Re: Why does OpenSSL own all the prefixes in the world?

2014-09-07 Thread Pierre DELAAGE
Hmm... Switch strongly and definitely to C++ Not for fancy object programming, but for more practical syntaxES for things like this. And I am an old C fan programmer... Pierre Delaage Le 08/09/2014 00:04, Kyle Hamilton a écrit : The reason is legacy. Eric Young was not conscious

Re: Fwd: Client Key Exchange Message

2014-09-04 Thread Pierre DELAAGE
how I can change it No comment Le 03/09/2014 18:13, md intekhab shaukat a écrit : Reminder. -- Forwarded message -- From: *md intekhab shaukat* shaukat.mdintek...@gmail.com mailto:shaukat.mdintek...@gmail.com Date: Thu, Aug 28, 2014 at 3:56 PM Subject: Client Key

Re: Build OpenSSL in Win CE 8.0 (Compact 2013)

2014-06-04 Thread Pierre DELAAGE
Hello, I am currently porting it (again): V102 on WCE5/WM6. For your information, you can check my previous V100a port on WCE5/WM6 here : http://delaage.pierre.free.fr. I use the free EVC4 and SDK 420. and check this thread about my port of a V102 snap in 2012 :

Re: error while run application

2014-06-03 Thread Pierre DELAAGE
Hello, Please, to all of you interested in WCE/Windows mobile dev, put WCE or WM6 words in your subject. This helps to sort threads in the forums, both for interested and not interested people... For which target have you rebuilt my openssl V100a sources ? I recommend that you recompile

Re: i want build openssl library using vs2008

2014-06-02 Thread Pierre DELAAGE
Hello, There is no need for any license for evc4 : it is downloadable for free. And you will find a free license key on internet for it, given by MS themselves. You will find some instructions for openssl V100a compiled with EVC4 here : http://delaage.pierre.free.fr I am currently working on

Re: Platinum Sponsorship by Huawei

2014-05-30 Thread Pierre DELAAGE
form, WITHOUT any golden or platine award... A good compromise I think... Yours sincerely, Pierre Delaage Le 30/05/2014 22:22, Jakob Bohm a écrit : On 5/30/2014 12:24 AM, Geoffrey Thorpe wrote: ... The only way to to avoid any political overtones in such a situation (if that really

Re: Platinum Sponsorship by Huawei

2014-05-30 Thread Pierre DELAAGE
Dear Mr Bohm, Some answers in the text : Le 30/05/2014 23:52, Jakob Bohm a écrit : Dear Mr. Delaage, You are getting things massively wrong, details inline. On 5/30/2014 11:03 PM, Pierre DELAAGE wrote: Dear Gentlemen, I am taking this conversation not from the beginning, as it seems

Re: BUILD OPENSSL in WIN CE 6.0

2014-05-17 Thread Pierre DELAAGE
a particular client app ? Other question : if you already have a NON-SSL client app, that you want to SSL-enable, I really suggest that you have a look at STUNNEL (and my WCE stunnel port): it is ok for anything TCP based . Yours sincerely Pierre Delaage Le 16/05/2014 12:26, RaviVyas a écrit

Re: BUILD OPENSSL in WIN CE 6.0

2014-05-17 Thread Pierre DELAAGE
??? A few hours ago you wrote now my code was complied successfully. And apparently you were trying to use my V100a openssl lib. So now the question is : with MY BAT scripts (that YOU have to customize vs your EVC installation), can you succeed to compile MY openssl sources (with NO

Re: BUILD OPENSSL in WIN CE 6.0

2014-05-16 Thread Pierre DELAAGE
Hmm, Usually, what I have given on my webpage is enough for skilled people : And in the worst case I already give precompiled version fo openssl dll and stunnel for WCE. But of course, unfortunately, I can NOT give you step by step instructions to go back to the basics such as : do you

Re: BUILD OPENSSL in WIN CE 6.0

2014-05-16 Thread Pierre DELAAGE
Hello, I did check that page but I do think that it is very light on the core of the Ravi Vyas question : how to build openssl lib for WCE Your page mainly refers to building FIPS module and canister...but it is only useful if one has already built openssl lib for wce, something which is

Re: Windows CE (VC-CE) Compilation problem !

2014-05-15 Thread Pierre DELAAGE
a patch to compile V1.0.2 without FIPS on WCE : http://rt.openssl.org/index.html?q=2350 (user guest / password guest). Particularly check the 2012 contribution. This is still relevant. Best regards, Pierre Delaage Le 15/05/2014 15:44, RaviVyas a écrit : Hello, Please Give The Basic Steps

Re: Windows CE (VC-CE) Compilation problem !

2014-05-02 Thread Pierre DELAAGE
are to be clarified with openssl team before being included in the openssl mainstream. On my page, you will find specific instructions to compile wcecompat. Best regards, Pierre Delaage Le 28/04/2014 14:58, karan.reddy a écrit : Hi, I am very new to Openssl. My aim is to compile openssl for WINCE 6.0 OS

Re: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Pierre DELAAGE
Hello, To be more precise : on that page you can find a patch to compile V1.0.2 without FIPS on WCE : http://rt.openssl.org/index.html?q=2350 (user guest / password guest). Particularly check the 2012 contribution. On my own page http://delaage.pierre.free.fr/ you will find details for the

Re: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Pierre DELAAGE
to the rt.openssl.org page you indicate me. It would be beneficial to others who have the same problem as me. Best regards Martin -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Pierre DELAAGE Sent: 23 juillet 2013 08:54

Re: Windows CE (VC-CE) Compilation problem !

2013-07-22 Thread Pierre DELAAGE
here : http://www.mail-archive.com/openssl-dev@openssl.org/msg31829.html And also my own page http://delaage.pierre.free.fr for some explanation for the full WCE compilation process (with EVC 4.2). Yours sincerely, Pierre Delaage Le 22/07/2013 16:29, Martin Beaudet a écrit : Hi, We

Re: how to STORE encrypted string in database

2013-04-01 Thread Pierre DELAAGE
Daniel Black gave the solution : I confirm that SQLLite supports BLOB, that is to say binary storage. http://www.sqlite.org/datatype3.html It is strange that it does not work... Apart from that, dummy storage of binary data as ascii is trivial (no need of any sophisticated encoding such as

Re: OpenSSL wikibook

2013-02-04 Thread Pierre DELAAGE
Hello Steve, Nice to hear about your proposal. Just a few comments about docs : As I said I think that the command line doc is not so bad, for example. I think that some docs will benefit from a wiki, other docs...not. For API docs I really think that it must come from the code, as in java

Re: OpenSSL wikibook

2013-02-02 Thread Pierre DELAAGE
When I suggested wiki myself, I received this answer... http://www.mail-archive.com/openssl-users@openssl.org/msg69232.html Anyway, the doc is not so bad : I use only openssl command line for some ca scripts of my own, and they are working...I learnt from the doc, and some doc in apache docs.

[PATCH] for openssl v102snap20121213 for WCE 420/WM5/WM6 target platform, to fix compilation issues, resubmitted

2012-12-13 Thread Pierre DELAAGE
. It will come later. But if my patch is included in the openssl mainstream, my webpage will be useless (and it will be good like this). The result works fine for HTC WM6 smartphones, and should work for WM5 phones. Thank you very much for your work. Yours sincerely, Pierre Delaage p

Re: I can't believe how much this sucks

2012-11-13 Thread Pierre DELAAGE
If we would have to have deep understanding of the various codes we are using everyday (I am myself a programmer, and openssl WCE contributor), we would not have enough time to work, to produce anything. Anyway understanding what the code is SUPPOSED to do is one thing, and HOW it is doing it,

Re: [FWD] some problem in compiling Openssl 1.0.0d for WCE

2011-03-16 Thread Pierre DELAAGE
sincerely, Pierre Delaage Le 16/03/2011 09:13, Lutz Jaenicke a écrit : Forwarded to openssl-users for public discussion. Best regards, Lutz - Forwarded message from 詹晨辉zch...@hotmail.com - From: 詹晨辉zch...@hotmail.com To: r...@openssl.org Subject: some problem in compiling

Re: CAPI Engine for Win CE

2011-01-07 Thread Pierre DELAAGE
download that and use that version, we are trying to keep a couple of versioins in Sync. Thanks. On Fri, Jan 7, 2011 at 12:24 AM, Pierre DELAAGE delaage.pie...@free.fr mailto:delaage.pie...@free.fr wrote: ...And call EXPLICITELY the W function, as my A function is NOT named exactly

Re: CAPI Engine for Win CE

2011-01-07 Thread Pierre DELAAGE
ok, understood. I will update the comments as required and re-submit with the same rt id. Pierre Le 07/01/2011 15:30, Dr. Stephen Henson a écrit : On Fri, Jan 07, 2011, Pierre DELAAGE wrote: Only the devteam can answer to your question about my patch inclusion. Hope they will hear you

Re: CAPI Engine for Win CE

2011-01-06 Thread Pierre DELAAGE
more functions. OpenSSL is using ANSI version of functions, and my application was using Unicode libraries thats why there was a problem. So was just making sure that it works on WinCE. Thanks. On Thu, Jan 6, 2011 at 12:56 AM, Pierre DELAAGE delaage.pie...@free.fr mailto:delaage.pie

Re: CAPI Engine for Win CE

2011-01-06 Thread Pierre DELAAGE
function functions and not A functions, and hence it was giving linking errors for OpenSSL libs for these functions. Thanks. On Thu, Jan 6, 2011 at 4:58 PM, Pierre DELAAGE delaage.pie...@free.fr mailto:delaage.pie...@free.fr wrote: Hi Harshvir, if you are using the UNICODE version

Re: CAPI Engine for Win CE

2011-01-06 Thread Pierre DELAAGE
with A, but as WinCE is UNICODE, so Wincrypt.lib is having W function functions and not A functions, and hence it was giving linking errors for OpenSSL libs for these functions. Thanks. On Thu, Jan 6, 2011 at 4:58 PM, Pierre DELAAGE delaage.pie...@free.fr mailto:delaage.pie...@free.fr wrote

Re: CAPI Engine for Win CE

2011-01-05 Thread Pierre DELAAGE
(some flags and a few instructions in the sources, some options in the makefiles, all very close and consistant with the win32 code). Harshvir : please find useful information and pre-compiled openssl for WCE here : http://delaage.pierre.free.fr Yours sincerely, Pierre Delaage Le 05/01/2011 23

Re: [FWD] OPENSSL - Windows CE

2010-12-21 Thread Pierre DELAAGE
/index.html?q=2350 (user guest password guest). Pierre Delaage Le 21/12/2010 04:36, Lutz Jaenicke a écrit : Forwarded to openssl-users for public discussion. Best regards, Lutz - Forwarded message from Cerriman Limacerri...@hotmail.com - From: Cerriman Limacerri...@hotmail.com

Re: [FWD] Bug report: ntdll.mak file is not present

2010-12-21 Thread Pierre DELAAGE
Are you sure you are following the instructions in install.w32 ? because this file should be created by the configure process etc... Pierre Le 21/12/2010 05:17, Lutz Jaenicke a écrit : Forwarded to openssl-users for public discussion. Best regards, Lutz - Forwarded message from

Re: [FWD] OPENSSL - Windows CE

2010-12-21 Thread Pierre DELAAGE
://rt.openssl.org/index.html?q=2350 (user guest password guest). Unless you will reinvent the wheel and rediscover all the bugs I already solved. Yours sincerely, Pierre Delaage Le 21/12/2010 07:07, Cerriman Lima a écrit : Hi Thank you for help, but I try to compile and i get the following error

Re: Identifying openssl version from lib

2010-11-23 Thread Pierre DELAAGE
Sorry for my previous improper answer ! it was targeting another thread... Le 24/11/2010 06:57, Muhammed Shafeek a écrit : Hi, How can I identify the exact openssl version from libssl. I've a server using libssl.so.0.9.8. I want to know the exact patch version (eg: 0.9.8j or 0.9.8k) from the

Re: Identifying openssl version from lib

2010-11-23 Thread Pierre DELAAGE
Hi, Apparently you are using 7zip on Linux or Unix environment. Some people complained recently that it is unable to restore proper symbolic links.. I use it on Windows and never had any problem, with various openssl archives up to 100a, probably because of some trick that replaces links by

Re: Hello!

2010-10-04 Thread Pierre DELAAGE
I do not know anything about OpenVMS and Solaris, BUT big endian / little endian and improper use of htons in YOUR software could explain many things. You should check also \r and \r \n issue, even if not reading any file, because it may be in cause in fprintf(fd, \n); \n being expanded

Re: Hello!

2010-10-04 Thread Pierre DELAAGE
Of Pierre DELAAGE Sent: Monday, October 04, 2010 3:25 PM To: openssl-users@openssl.org Subject: Re: Hello! I do not know anything about OpenVMS and Solaris, BUT big endian / little endian and improper use of htons in YOUR software could explain many things. You should check also \r and \r \n issue, even

[PATCH] to fix compilation issues of openssl v100a for WCE 420/WM5/WM6 target platform

2010-09-28 Thread Pierre DELAAGE
for HTC WM6 smartphones, and should work for WM5 phones. Thank you very much for your work. Yours sincerely, Pierre Delaage diff -ur orig/apps/apps.c patched/apps/apps.c --- orig/apps/apps.c2010-09-25 16:45:29.563877500 +0200 +++ patched/apps/apps.c 2010-09-26 07:12:44.368479500 +0200

[PATCH] to fix compilation issues of openssl v100a for WCE 420/WM5/WM6 target platform

2010-09-27 Thread Pierre DELAAGE
works fine for HTC WM6 smartphones, and should work for WM5 phones. Thank you very much for your work. Yours sincerely, Pierre Delaage diff -ur orig/apps/apps.c patched/apps/apps.c --- orig/apps/apps.c2010-09-25 16:45:29.563877500 +0200 +++ patched/apps/apps.c 2010-09-26 07:12:44.368479500