Re: [openssl-users] Openssl 1_1_0 compatibility question

2016-09-05 Thread Guy
david wrote: > On the client: > openssl enc -salt -a -A -aes128 -pass pass:123 > > On the server: > openssl enc -d -salt -a -A -aes128 -pass pass:123 > > When the ENCRYPTING software is 1_0_2h and the > decrypting software is 1_0_1e on Linux or 1_0_2h on Windows, > the decryption successfully reco

Re: [openssl-users] Latest tarballs; symlink errors

2015-12-03 Thread Guy
Hello, I still have symlink errors with 4 latest uploads. $ gpg --verify openssl-1.0.2e.tar.gz.asc openssl-1.0.2e.tar.gz gpg: Signature made 12/03/15 12:01:26 gpg:using RSA key 0xD5E9E43F7DF9EE8C gpg: Good signature from "Richard Levitte " Primary key fingerprint: 7953 AC1F BC3D C

[openssl-users] Latest tarballs; symlink errors

2015-12-03 Thread Guy
Hello, (0.9.8zh, 1.0.0t, 1.0.1q, 1.0.2e) I try to extract the tarballs and receive errors like: tar: openssl-1.0.2e/apps/md4.c: Cannot create symlink to `openssl-1.0.2e/../crypto/md4/md4.c': No such file or directory tar: Exiting with failure status due to previous errors $ gpg --verify

digest verification failing due to "unable to load key file"

2008-09-20 Thread Guy Helmer
the message "unable to load key file". All three files (palisadesys-publiconly.pem, file.tar.gz.sha1, and file.tar.gz) are readable. Thanks for any help, Guy Helmer -- Guy Helmer, Ph.D. Chief System Architect Palisade Sy

It's possible to renew a ca ?

2008-01-29 Thread Guy Deleeuw
Hello all, I'm new on the list. I create a CA in 2003 and she have expired yesterday. It is possible to renew the CA without re create all clients certificates ? Thanks in advance for your respons Guy __ OpenSSL Pr

Re: IE's problem while visiting HTTPS

2004-03-30 Thread linux guy
sorry for I mistype the number...,that is 465 instead of 356. thx a lot... - Original Message - From: "Dr. Stephen Henson" <[EMAIL PROTECTED]> Date: Mon, 29 Mar 2004 12:31:02 +0200 To: [EMAIL PROTECTED] Subject: Re: IE's problem while visiting HTTPS > On Mon,

IE's problem while visiting HTTPS

2004-03-28 Thread linux guy
IE can not visit our HTTPS webserver while I create a self-signed certificate with a RSA key which size is less than 365 bits,but they works well when the RSA size is more than or eaqual to 365. -- __ Check out the latest SMS services @ http://www

Re: how to generate one rsa key which size is 256 or less than 256

2004-03-23 Thread linux guy
On Wed, Mar 24, 2004 at 11:35:34AM +0800, linux guy wrote: > > openssl's genrsa can't do this work,any other tool to do this work? > > If you must, > > Python 2.3.3 (#2, Mar 7 2004, 15:57:59) > [GCC 2.95.4 20020320 [FreeBSD]] on freebsd4 > Type "help"

Re: how to generate one rsa key which size is 256 or less than 256

2004-03-23 Thread linux guy
yes,I am sure,can you give me any advice?:) - Original Message - From: Rich Salz <[EMAIL PROTECTED]> Date: Tue, 23 Mar 2004 22:47:40 -0500 (EST) To: linux guy <[EMAIL PROTECTED]> Subject: Re: how to generate one rsa key which size is 256 or less than 256 > > openssl'

how to generate one rsa key which size is 256 or less than 256

2004-03-23 Thread linux guy
openssl's genrsa can't do this work,any other tool to do this work? thx -- __ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze __

RSA key which size is less than 256 ...

2004-03-23 Thread linux guy
our our webserver is using openSSL to provide HTTPS service, we create a self-singed certificates with one 1024 bits private key, so the server will be slow to handle the communication I wanna decrease the size of the private key,but openssl can't generate the key which size is less than 256? s

RSA key which size is less than 256 ...

2004-03-23 Thread linux guy
our our webserver is using openSSL to provide HTTPS service, we create a self-singed certificates with one 1024 bits private key, so the server will be slow to handle the communication I wanna decrease the size of the private key,but openssl can't generate the key which size is less than 256? s

how to build openssl-0.9.7b\demos\ssl\cli.cpp under linux?

2003-10-20 Thread linux guy
I use cpp -lcrypto cli.cpp, but get some function undefined error -- __ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze

how to build openssl to enable non-blocking I/O?

2003-10-08 Thread linux guy
any build option is provided to enable non-blocking I/O? thx -- __ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze __ OpenSSL Project

Re: Open-SSL - Vxworks port

2003-09-09 Thread linux guy
hello akchaudhury,I just finished one SSL-supported web server under vxworks(ppc603), and I don't know much about TLS. ur configure command to generate the Makefile for u to make libcrypto.a&libssl.a with is (almost)right. since the error prompt is BAD CERTIFAICATE,if ur product is a server one,U n

Re: Open-SSL - Vxworks port

2003-09-09 Thread linux guy
is ur product the server one? maybe your sslconfig is not correct. - Original Message - From: [EMAIL PROTECTED] Date: Tue, 9 Sep 2003 14:13:57 +0530 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Open-SSL - Vxworks port > > > > > Hi, > > TLS feature was implemented using the OpenSS

about hostname in certificate

2003-09-04 Thread linux guy
I am using java to test my ssl supported web server, I alwayse get error HTTPS hostname wrong: should be <192.168.0.1>, I google the error it seems this happens if the hostname in the URL does not match the hostname in the certificate? but my hostname in url is 192.168.0.1,is the hostname in cert

RSA key size is 64 or 128?

2003-09-01 Thread linux guy
why I can't build certificate with one 64 or 128 bits size RSA key? -- __ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze __ OpenSSL Proje

BIO_read hang!

2003-08-28 Thread linux guy
hi,I port openssl 0.97b to our vxworks to supply web server with ssl. when several(3 for example) clients connect to the web server,I find the process hang on function ssl23_get_client_hello or ssl3_check_client_hello, I find BIO_read get hang when I go in futher. I think the BIO_read is blocked,b

test

2003-08-28 Thread linux guy
test -- __ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze __ OpenSSL Project http://www.openssl.org User Su

Re: RSA_private_decrypt take too long time:(

2003-07-01 Thread linux guy
I am just a greenhand of openssl I read some artcile which says that RSA_private_decrypt takes a great of the CPU usage? should I change to another encrypt/decrypt method? BTW:I use the default method SSLv23. - Original Message - From: "linux guy" <[EMAIL PROTECTED]> D

RSA_private_decrypt take too long time:(

2003-07-01 Thread linux guy
hi,I am providing one https server on our vxworks(ppc603) board, I find function RSA_private_decrypt(in ssl3_get_client_key_exchange of s3_srvr.c) takes too long time,I don't know if the memory of our board is not enought or some reason else:( -- __

SSL_accept is too slow:(

2003-07-01 Thread linux guy
hi,I am using openssl-0.9.7b 0.9.7b under vxworks 5.4(ppc603). I find when my code invoke SSL_accept(the method is ssl23), when function ssl23_get_client_hello invoke return(SSL_accept(s)); it is very slow! both the display of the certificate and pages to client is very very slow!:( could anyone

Re: OpenSsl on vxworks 5.4

2003-06-29 Thread linux guy
)); } -- I change PEM_read_X509 (fp,x509Cert, callbackFunc) to PEM_read_X509 (fp,x509Cert, callbackFunc,NULL). can this work correctly? - Original Message - From: "linux guy" <[EMAIL PROTECTED]> Date: Mon, 30 Jun 2003 09:48:56 +0800 To: [EMAIL PROTECTED] Subject: OpenSsl on v

Re: OpenSsl on vxworks 5.4

2003-06-29 Thread linux guy
)); } -- I change PEM_read_X509 (fp,x509Cert, callbackFunc) to PEM_read_X509 (fp,x509Cert, callbackFunc,NULL). does this can works correctly? - Original Message - From: "linux guy" <[EMAIL PROTECTED]> Date: Mon, 30 Jun 2003 09:48:56 +0800 To: [EMAIL PROTECTED] Subject: OpenSs

OpenSsl on vxworks 5.4

2003-06-29 Thread linux guy
hi,I'm porting openssl-0.9.7b to tornado 2.0.2(vxworks 5.4) I find that PEM_read_X509()&PEM_read_RSAPrivateKey() in sslLib.c r all invoked by 3 args,but they r declare in openssl/pem.h with 4 args,and I find s_server.c in apps call PEM_read_X509 with 3 args, so I think I miss some *.h and some MIC

port openssl to vxworks 5.4

2003-06-25 Thread linux guy
hi all,I am porting openssl 0.9.7b to vxworks 5.4 now. here is what I have do: 1.install active perl one my win2000 PC. 2.install cygwin 3.run ./configure no-asm no-threads --openssldir=d:\\openssl-0.9.7b vxworks-ppc405 to generate the Makefile.ssl but when I run make,error below occurs: bash-2

Re: installation openssl urgent!

2002-10-22 Thread Guy Matz
problem. regards, guy Ivone Uribe wrote: Hi Guy! Thanks for your reply :) but Where do I set : CPPFLAGS="-I/usr/local/ssl/openssl? the rc5.h is in the /usr/local/ssl/include/openssl and the libs like libcrypto are in /usr/local/ssl/libs so I guess I have to set this path: "-I/usr/local/s

Re: installation openssl urgent!

2002-10-22 Thread Guy Matz
it looks like you have an issue with your include files . . . try setting CPPFLAGS="-I/usr/local/ssl/openssl", or whatever the path to your rc5.h file is, then run configure. let me know if that doesn't work. regards, guy Ivone Uribe wrote: Hi all! I have problems with th

Mac OS X 10.0.4

2001-10-10 Thread Aaron Guy Davies
Will OpenSSL compile for OS X 10.0.4? When I try ./config, it says Operating system: Power Macintosh-whatever-Darwin This system (Darwin) is not supported. See file INSTALL for details. When I try ./Configure, I don't see anything about Darwin. There's a Rhapsody option, but that fails during ma

Can Crypt be installed non-root?

2000-05-18 Thread Guy Simonian
I've sucessfully downloaded and make'd openssl-0.9.5a on FreeBSD, and downloaded Crypt-SSLeay-0.16 Since Crypt has no config file, is it engineered to only run (and locate libraries correctly) if installed out of

Dependencies involving openssl and Crypt-SSLeay

2000-05-18 Thread Guy Simonian
test program in perl called net_ssl_test, openssl does not appear to have a test program. How can I test openssl after make install works successfully? The Crypt documentation says you need openssl loaded first. The openssl doc does not mention Crypt.

installation problem

2000-02-15 Thread MARTIN Guy CNET/DMI/LAN
er -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM (As usually this kind of problem is due to user's incompetence, please don't hit me ;-) -- _/_/_/_/ Guy MARTIN - France Télécom _/_/_/_/ Branche Développement - Cnet - DMI/GRI _/_/_/_/ (+

MORE: Please Help: Newbie trying to understand cacert

1999-10-19 Thread Trembicki-Guy, Ed
alert read:warning:no certificate". I'm rebuilding the third party environment now to see if that changes anything. Will post again if I still have problems. Sorry, Ed -Original Message- From: Trembicki-Guy, Ed [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 19, 1999 12:0

Problems with handshaking

1999-10-13 Thread Trembicki-Guy, Ed
tached a copy of the printout of the server's context structure, in case there are any clues there. Some of the large numbers in the structure represent pointers to subordinate structures that were not defined for printout. Thanks in advance for any help, Ed Trembicki-Guy server.pem

RE: shared libs on irix

1999-09-22 Thread Trembicki-Guy, Ed (DBIS-TBS)
pto.a. I then could create the shared library as follows: ld -b -o libcrypto.sl *.o. I deleted all the .o files and then did the same for libssl.a. A little labor intensive, but it worked. Hope this is helpful. Ed Trembicki-Guy "I'm not really a C programmer, but I play one on TV.&qu

Newbie Question: Is This Normal???

1999-09-16 Thread Trembicki-Guy, Ed (DBIS-TBS)
og of the make process output. I would appreciate any help, especially is someone is familiar with hpux 11 and can tell me if I have the right switches set. Thanks, Ed Trembicki-Guy <> <> make.log Makefile.ssl

HELP! Newbie user once removed

1999-09-06 Thread Trembicki-Guy, Ed (DBIS-TBS)
couse are working as they expect, so they're not much help with these libraries on HPUX. If anyone has a sample makefile or any other suggestions, it would be greatly appreciated. Cheers, Ed Trembicki-Guy __ OpenSSL Project

RE: openssl vs. SSLeay compatibility

1999-08-30 Thread Trembicki-Guy, Ed (DBIS-TBS)
Nevermind. I found a macro substitution in ssl/ssl.h, replacing SSLeay_add_ssl_algorithms with SSL_library_init. All is right with the world (for) now. Cheers, Ed > -Original Message- > From: Trembicki-Guy, Ed (DBIS-TBS) [SMTP:[EMAIL PROTECTED]] > Sent: Monday, August 30, 1

openssl vs. SSLeay compatibility

1999-08-30 Thread Trembicki-Guy, Ed (DBIS-TBS)
find SSLeay_add_all_algorithms, but not the former. Does anyone know if the former function was abandoned, or simply renamed? Thanks in advance for any help, Ed Trembicki-Guy __ OpenSSL Project

Client Certificate not recognized in Navigator, though imports OK

1999-04-17 Thread Guy Roussel
=US/ST=Maine/L=Old Town/O=OTFP/OU=Back Office/CN=Guy [EMAIL PROTECTED] serial :01 Certificate: Data: Version: 3 (0x2) Serial Number: 1 (0x1) Signature Algorithm: md5WithRSAEncryption Issuer: C=US, ST=Maine, L=Old Town, O=OTFP, OU=Medinfo, [EMAIL PROTECTED