Static OpenSSL lib in NT with VC++

2002-01-02 Thread Wirta Ville
Hi! Has anyone tried building (and using) static OpenSSL (0.9.6c) libraries on Win NT? I'm building with VC++ and get the following error: (I don't suffer from these with dynamic libs) Linking... MSVCRT.lib(MSVCRT.dll) : error LNK2005: _time already defined in LIBCMT.lib(time.obj) there are

Re: Static OpenSSL lib in NT with VC++

2002-01-02 Thread David Schwartz
Sounds like a classic case of mixing use of the multithreaded run-time library with use of the single-threaded run-time library. You should compile both OpenSSL and all your appls with the multi-threaded run-time library. (Who writes single-threaded apps on WIN32 anyway?!) DS

Re: EVP_* Routines

2002-01-02 Thread Chris Plant
ok, thanks. I did look at the EVP_EncryptInit man page, but the code I had there, was loosely based on some code I found on the net, they probably had the same problem. Chris [EMAIL PROTECTED] __ OpenSSL Project

RE: Static OpenSSL lib in NT with VC++

2002-01-02 Thread Wirta Ville
Okay, I'll bet your're right :-) How do I build OpenSSL with multithread option on? The option is on in my project so I'm guessing it must be off in OpenSSLs nt.mak? Atleast there's /MD-option which is the same as in the ntdll.mak... Should it be /MT? I tried that but keep still getting the very

Re: Static OpenSSL lib in NT with VC++

2002-01-02 Thread Andrew W. Gray
http://www.openssl.org/support/faq.html#PROG2 __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Problems with Virtual Hosts (Apache) and OpenSSL

2002-01-02 Thread J. Schroeder
Hi there, I use Apache 1.3.20 with OpenSSL on Windows NT 4. I also use Virtual Hosts with Apache. So my problem is the following: I defined a lot of Virtual Hosts (see below). I use a lot of hosts only on port 80, but some other hosts on port 443 for SSL. For the hosts with SSL, I use

broken memcmp() in NeXTSTEP libc banjaxes OpenSSL 0.9.6c

2002-01-02 Thread Vic Abell
When I upgraded from OpenSSL 0.9.6b to 0.9.6c on my (very) old NeXT cube, running NEXTSTEP 3.1, an existing application started failing. I tracked the failure first to the X509_NAME_oneline() function, which was no longer returning object names (e.g., C) but was instead returning OIDs (e.g.,

Re: EVP_* Routines

2002-01-02 Thread Juan Segarra
On 2 Jan 2002, Chris Plant wrote: I've compiled the attached code, and it doesn't decrypt the text correctly. If anyone could explain why to me, or point out a nice tutorial about using these routines, it would be much appreciated. I've been writing a tutorial about EVP routines in spanish

Re: EVP_* Routines

2002-01-02 Thread Chris Plant
On Wed, 2002-01-02 at 18:00, Juan Segarra wrote: On 2 Jan 2002, Chris Plant wrote: I've compiled the attached code, and it doesn't decrypt the text correctly. If anyone could explain why to me, or point out a nice tutorial about using these routines, it would be much appreciated.

RE: How to create a certificate

2002-01-02 Thread Franck Martin
Read the HOWTO at www.linuxdoc.org Franck Martin Network and Database Development Officer SOPAC South Pacific Applied Geoscience Commission Fiji E-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Web site: http://www.sopac.org/ http://www.sopac.org/ Support FMaps: http://fmaps.sourceforge.net/

Cipher questions...

2002-01-02 Thread Vincent Toms
Hello All, I have a question about what ciphers to use in an export ready app. In my client I am doing the following: char* sipher_list =