Hi steffen,
i am facing almost the same problems as u r, except for the fact that i am
using HP UX 10.20
by the looks of it it seems that u were trying to build apache with static
inclusion of mod ssl
... but i dont understand as to why u r using -fPIC option when configuring
openssl especially
Hi steffen,
i am facing almost the same problems as u r, except for the fact that i am
using HP UX 10.20
by the looks of it it seems that u were trying to build apache with static
inclusion of mod ssl
... but i dont understand as to why u r using -fPIC option when configuring
openssl especially
Yes it works for Xwindows apps if the ssh program
and sshd program are configured for it
I have a openbsd server - (native support of openssh)
I configured it to allow Xwindows to go through it
excerpt from /etc/sshd_config
"
# This is ssh server systemwide configuration file.
Po
I've never used it as such, but that doesn't mean it can't. According to
their website, there are more capabilities of it than just that. If anyone
else knows anything, pipe up. My suggestion is just do some homework on
their website and then, if it sounds like it might, just ask their mailing
lis
Thanks for the direction. I know that openssh would replace the need for telnet right
off the bat but does it allow for other apps to ride over the encrypted stream as well?
s0ulfire
-Original Message-
From:Sean Walker [EMAIL PROTECTED]
Sent:Fri, 15 Sep 2000 09:12:20 -0700
To:
Hi!
I have a problem. I have a valid server certificate and the according private key.
Now I want to take these 2 files an with then install thee SSL-Certificate to my Web
(on IIS 5.0).
But this is not as easy as in IIS 4.0, where you could just start up your
key manager, insert the two files an
Try the openssh project. I believe that this uses openssl as the backbone
for a telnet session (encrypted rsh, rcp). I've been using this for some
time now and love it. Check out http://www.openssh.com/ for info. It is an
org, but the .org name was already taken.
Sean Walker
www.SurfMy.Net
> ---
Hello folks,
I am trying to get applications e.g. telnet to run over SSL. However, I am not
quite sure on how to go about accomplishing this. I am able to setup SSL connections
between a home grown client and the sample HTTP server provided in the distribution -
coded in Perl.
Any idea
I tried openssl-SNAP-2907 and on Solaris 2.6 and everything went OK. I
tried some tests programs of my own and they worked as expected.
Good Luck!!!
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Graham Leggett
Sent: viernes, 15 de septiembre de 200
There is a typo in my original message. #3 is really
3. openssl req -new -x509 -key demokey.pem -out democert.pem
On Thu, Sep 14, 2000 at 09:10:59PM -0700, Gary Taylor wrote:
> Hello,
>
> On a server that I support there are three SSL certificate related files. One
> of them I'm trying to und
From: "William H. Geiger III" <[EMAIL PROTECTED]>
whgiii> I am in the process of getting the OpenSSL libs to compile
whgiii> using the Watcom C/C++ compiler. I have questions regarding
whgiii> some of the OpenSSL code and I also need to see about getting
whgiii> my changes incorporated into the O
Hi,
I am in the process of getting the OpenSSL libs to compile using the Watcom C/C++
compiler. I have questions regarding some of the OpenSSL code and I also need to see
about getting my changes incorporated into the OpenSSL distribution.
Would this be the appropriate forum for such queries o
From: Graham Leggett <[EMAIL PROTECTED]>
minfrin> [3:22pm] root@dsnstar:/opt/local/ssl/lib# ls -al
minfrin> total 15364
minfrin> drwxr-xr-x 2 root other512 Sep 15 15:21 ./
minfrin> drwxr-xr-x 9 root other512 Sep 15 15:21 ../
minfrin> -rw-r--r-- 1 root other17
Hi all,
After the make install step after compiling v0.9.6 beta 1 of OpenSSL, my
/usr/local/ssl/lib directory looked like this:
[3:22pm] root@dsnstar:/opt/local/ssl/lib# ls -al
total 15364
drwxr-xr-x 2 root other512 Sep 15 15:21 ./
drwxr-xr-x 9 root other512 Sep 15 15
two things, Check to see that you aren't linking against the wrong
c-runtime. Assuming that you did a default build of openssl, Change
your settings in your project to use multithreaded dll. In addition, if
you're trying to compile smime.c to produce smime.exe, then you will
also have to compile
hello.
This is a little of topic, please excuse me :-)
Is there an opensource, or at least linux equivalent of purify
somewhere?
/Douglas
--
--
Douglas Wikström <[EMAIL PROTECTED]>
--
Yes
From: Graham Leggett <[EMAIL PROTECTED]>
minfrin> Is it possible to compile openssl v0.9.5a as a shared library
minfrin> under Solaris v2.6?
Perhaps you'd be willing to try out the betas for the next release?
We have added support for building shared libraries under Solaris
among others.
minfri
Checking the 9.5a version I have seen that the authenticatedAttribute
encoding is now ordered, but int the signature verify code I have also read the
following note:
/* Note: when forming the encoding of the attributes we
* shouldn't reorder them or this will break the signature.
Hi,
I sent an signed and encrypted email to myself using Netscape. The email
contains not only the text portion, but also two attachments.
I could use OpenSSL to decrypt this signed and encrypted message. Then when I
verify the digital signature, OpenSSL told me that 'content and data present'
Hi all,
Is it possible to compile openssl v0.9.5a as a shared library under
Solaris v2.6?
The default compilation builds static libs only. There does not seem to
be any mention of shared library support anywhere in any of the build
docs, and the standard --enable-shared doesn't work.
Any ideas?
Hi Everybody.
I'm making a Visual C++ 6.0 project that it needs smime.c. I include the
code of smime.c into my project, when I am linking it returns these errors:
error LNK2001: unresolved external symbol "long __cdecl
app_RAND_load_files(char *)" (?app_RAND_load_files@@YAJPAD@Z)
error LNK200
Thanks for the quick response: However, I've tried adding this and still get
the same problem.
Nick
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Sylvester
> Sent: 15 September 2000 12:02
> To: [EMAIL PROTECTED]
> Subject: Re: Problem with
Nick,
have you called :
OpenSSL_add_ssl_algorithms() ;
>
> Is there something that should be done to set up the object identifiers?
>
> Can anyone help?
__
OpenSSL Project http://www.openssl.o
I using the libeay crypto library to verify a PKCS 7 signed object, but it
fails to verify because the message hash authenticated attribute is not
being picked up.
I use d2i_PKCS7
to convert the signed data into internal form,
then p7bio=PKCS7_dataInit(p7,NULL)
and then use PKCS7_signatureVerify
Hi,
That's surprising that RH 6.2 did not come with a
make utility. Anyway. if "make" is not available u
can download it from any of the gnu mirror sites.
Or just simply look into
ftp://ftp.gnu.org/pub/gnu/
& install u're make utility.
The next part, modssl explains its installation
p
Could it be a problem with file and directory rights or path settings?
Try using full path for openssl and the input and output files.
Best regards,
Reiner.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of David Adamski
> Sent: Wednesday, September
26 matches
Mail list logo