including ssl into mico

1999-05-13 Thread Alfonso Urdaneta
Howdy, I'm trying to include ssl into mico ( a gpl corba implementation ) and I get errors when it includes bn.h bn.h(419) error C2955: 'modulus' : use of class template requires template argument list. I included the cppflags ( or at least some of them ) from the make file /W3 /WX /G5 /Ox /

IIS with openssl

1999-05-13 Thread Heber Jorge Ramos Brandao
Hi all, Does anyone know how to sign requests (ssl server) generated by the MS IIS KeyManager, using "openssl ca"? I´m having problems with. The MS KeyManager says the signed certificate is invalid. I´ve been doing that for Apache with no problems. Thanks in advance, Heber. __

Re: Problem with Certificate Authentication

1999-05-13 Thread Tim
Howard Uman wrote: > > I've been trying to set up "require" certificates for my web site. I added > the CA Certificates to the conf/ssl.crt directory and the browsers offer > more certificates than they did before I added the CA Certs. The problem is > that once I submit the certificate the ser

Re: a simple and very rediculous problem.. i think.

1999-05-13 Thread Patrik Carlsson
? Try httpd -v... --Patrik Norman Aronsen wrote: > I'm still encountering problems. i was told that the apache version we had > before was 1.2.5, but that was from the memory of someone else. how do i go > about finding out the version number? (i know this is kind of an off the > topic questio

[OPENSSL-USERS] SSLtelnet

1999-05-13 Thread Francisco Orozco Cees
Hi, It's me, again :-) Has anyone use SSLtelnet? I need some urgent help becausse I'm not able to use SSLtelnet (or its update SSL-MZtelnet) to authenticate clients. Is it possible? I need to know it in order to look for some new ideas. I'm sure that somebody has been working in the same way

Re: How to extract NID?

1999-05-13 Thread Patrik Carlsson
Is this the _new_ definition of esoteric :-) Anyway, thanks, it works... ... obj = X509_EXTENSION_get_object (ex); if (OBJ_obj2nid (obj) == NID_ext_key_usage) { if ((stack = X509V3_EXT_d2i (ex))) { for (j = 0; j < sk_num (stack); j++) { ex_nid = OBJ_obj2nid ((A

Re: How to extract NID?

1999-05-13 Thread Dr Stephen Henson
Patrik Carlsson wrote: > > Is this the _new_ definition of esoteric :-) > Anyway, thanks, it works... > > ... > obj = X509_EXTENSION_get_object (ex); > if (OBJ_obj2nid (obj) == NID_ext_key_usage) > { > if ((stack = X509V3_EXT_d2i (ex))) > { > for (j = 0; j < sk_num (stack); j++)

Re: How to extract NID?

1999-05-13 Thread Patrik Carlsson
Of course, I'm looping over all extensions and checks for the NID_ext_key_usage extension and then do the things below. But your suggestion seems to be a little more elegant. It's not _that_ messy, once you have seen/done it, it's quite clear. The problem is that there is quite hard to find any (

openSSL problems?

1999-05-13 Thread Renjie Tang
Hello, I am using openSSL 0.9.2b. I have written a simple client program which try to establish the communication with a server understands SSL. The sample code is attached. It runs fine. But when I use 'purify' to debug it, I found a lot of UMR (Uninitialized Memory Read) errors, most of them

Re: OpenSSL-0.9.2b on Digital Unix-4.0e compile problems

1999-05-13 Thread Ulf Möller
> Unresolved: > bn_div_words > ./rsa_oaep_test > Encryption failed! Both are known problems in the 0.9.2b setup, and are fixed in the current development version. There also is a patch available on www.openssl.org to get rid of the "Encryption failed!" message. __

doc for openssl ?

1999-05-13 Thread Herve R.-P.
Hi all ! I'm currently developping a client/server app with openssl. As the only doc I have is the prototypes of the functions, it's a bit difficult to make something solid (ie test return codes, for example, SSL_accept() return -1, what does it mean ???). Does someone know of a good doc on the

Re: a simple and very rediculous problem.. i think.

1999-05-13 Thread Thomas Reinke
If your webserver is on the internet, go to http://www.e-softinc.com/probe/probe.html and enter your URL and it will tell you (not so subtle plug for our service ;-)) If not on the internet, (and assuming its running), use a telnet program (or s_client in OpenSSL if it's an SSL connection) "teln

Re: NET::SSLeay for NT

1999-05-13 Thread Dave Clark
At 05:52 PM 05/12/1999 , Fariba wrote: >Hello, > >I need to install SSLeay on NT server. I have download the version of >openSSL1_0.9.1c and trying to compile it for NT in VC++. I was hoping to get >some feedback from anyone who has done this process. I was able to build OpenSSL 0.9.2b on NT ser

a simple and very rediculous problem.. i think.

1999-05-13 Thread Norman Aronsen
I'm still encountering problems. i was told that the apache version we had before was 1.2.5, but that was from the memory of someone else. how do i go about finding out the version number? (i know this is kind of an off the topic question since this is an ssl mailing list, but it does work out tow

Problem with Certificate Authentication

1999-05-13 Thread Howard Uman
I've been trying to set up "require" certificates for my web site. I added the CA Certificates to the conf/ssl.crt directory and the browsers offer more certificates than they did before I added the CA Certs. The problem is that once I submit the certificate the server refuses the certificates.