Re: TLS resumption with session ticket

2014-02-24 Thread Zi Hu
Thank you for the explanation, Viktor. On Mon, Feb 24, 2014 at 4:35 PM, Viktor Dukhovni wrote: > On Mon, Feb 24, 2014 at 04:10:28PM -0800, Zi Hu wrote: > > > Recently, I am trying to write a simple SSL client and server code to > test > > the function of TLS resumptio

TLS resumption with session ticket

2014-02-24 Thread Zi Hu
Hi, Recently, I am trying to write a simple SSL client and server code to test the function of TLS resumption with session ticket (RFC5077). But I couldn't find any useful information on google about how to do that. Could someone point me some example code about TLS resumption with session tick

Re: compile openssl 1.0.1e failed on Ubuntu 12.10 x64

2013-04-08 Thread Hailei Hu
Thank you, Viktor. I compile it successfully using target linux-x86_64. Thanks again. On Mon, Apr 8, 2013 at 12:34 AM, Viktor Dukhovni wrote: > On Sun, Apr 07, 2013 at 11:57:26PM +0800, Hailei Hu wrote: > > > hi,everyone! > > I am trying to compile a x64 version of openss

compile openssl 1.0.1e failed on Ubuntu 12.10 x64

2013-04-07 Thread Hailei Hu
hi,everyone! I am trying to compile a x64 version of openssl 1.0.1e on Ubuntu 12.10 x64. I use the following command: ./Configure linux-generic64 make but finally receive the following errors: ../libcrypto.a(eng_rsax.o): In function `e_rsax_bn_mod_exp': eng_rsax.c:(.text+0x132f): undefined ref

RE: openssl 1.0.1c at Windows 2003 server (UNCLASSIFIED)

2012-10-05 Thread Hu, Yingwoei CIV USARMY ARDEC (US)
(or later). For example, if you choose "C:\Program Files (x86)\OpenSSL", the next step is "C:\Program Files (x86)\OpenSSL\bin\openssl" Whatever Args You Want On 10/5/2012 4:13 PM, Hu, Yingwoei CIV USARMY ARDEC (US) wrote: > Classification: UNCLASSIFIED > Caveats: F

RE: openssl 1.0.1c at Windows 2003 server (UNCLASSIFIED)

2012-10-05 Thread Hu, Yingwoei CIV USARMY ARDEC (US)
al Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Mauricio Tavares Sent: Friday, October 05, 2012 10:01 AM To: openssl-users@openssl.org Subject: Re: openssl 1.0.1c at Windows 2003 server (UNCLASSIFIED) On Fri, Oct 5, 2012 at 9:16 AM, Hu, Yi

openssl 1.0.1c at Windows 2003 server (UNCLASSIFIED)

2012-10-05 Thread Hu, Yingwoei CIV USARMY ARDEC (US)
there. Please let me know to run the command line for this new version at Windows 2003 server. Thanks, Simon Hu Classification: UNCLASSIFIED Caveats: FOUO __ OpenSSL Project http

RE: Question of openssl compilation

2010-10-18 Thread HU Chengzhe
17:27 To: openssl-users@openssl.org Subject: Re: Question of openssl compilation You might edit that Makefile for this yourself. 2010/10/8 HU Chengzhe Hello, I use follow command to compile openssl-0.9.8o 1) ./Configure solaris-sparcv9-cc --prefix

Question of openssl compilation

2010-10-07 Thread HU Chengzhe
Hello, I use follow command to compile openssl-0.9.8o 1) ./Configure solaris-sparcv9-cc --prefix=MY_OPENSSL_INSTALL_DIRECTORY shared 2) make 3) make install I can compile it successfully and under MY_OPENSSL_INSTALL_DIRECTORY/lib I can find some files like below: -rw-r--r--

RE: how to get the trusted certificate of the website mail.yahoo.com?

2006-11-06 Thread Hu, Yong Jun SNLB PEK
thanks a lot, Gait. You are right!!   --Hu Yongjun From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gait BoxmanSent: Monday, November 06, 2006 3:04 PMTo: openssl-users@openssl.orgSubject: Re: how to get the trusted certificate of the website mail.yahoo.com? Hi, did you try

how to get the trusted certificate of the website mail.yahoo.com?

2006-11-05 Thread Hu, Yong Jun SNLB PEK
uch as ie to access yahoo https website?     In a word, Does someone know how to get the trusted or self-asigned certificate of the website mail.yahoo.com using openssl?   Thanks in advance   Best Regards Hu Yongjun  

Run openssl.exe after OPENSSL_FIPS system variable is set

2006-07-17 Thread Shicai Hu
mode_set after check getenv(OPENSSL_FIPS). So in order to truely run in FIPS mode, OPENSSL_FIPS needs to be set)   Did anybody see this error? Thanks for any suggestion.     Shicai Shicai Hu <[EMAIL PROTECTED]> wrote: In linux, I can call FIPS_mode, if return value is zero, t

FIPS_mode_set in windows

2006-07-17 Thread Shicai Hu
mode already set:fips.c:239: I think it's a problem that I can not skip?Shicai Hu <[EMAIL PROTECTED]> wrote: I am writing a sample application both in Linux and Windows using OpenSSL FIPS mode.  In both of Linux and Windows, call FIPS_mode_set in the source code, and use fipsld i

Questions on FIPS_mode_set

2006-07-14 Thread Shicai Hu
hicai   Shicai Hu <[EMAIL PROTECTED]> wrote:Yes, you are right. The problem is gone away in VC 2005 ( Unfortunately I have only VC 2005 Beta version -old, but it works). VC 2001 plus service pack 6 was installed (which caused the problem).   Thanks for the help.     Shicai"Dr

Re: Running openssl in windows XP: 984fc71618ac55c9d1bec72c007aa828b982dd9d

2006-07-14 Thread Shicai Hu
On Wed, Jul 12, 2006, Shicai Hu wrote:> Hi Dr. Henson:> > Thank you very much.> > I followed the build instruction of User Guide (page 31) to build. But when I run > > nmake -f ms\ntdll.mak> > command, first time an error message always pop up:> > "fips_premai

Re: Running openssl in windows XP: 984fc71618ac55c9d1bec72c007aa828b982dd9d

2006-07-12 Thread Shicai Hu
guration problem, or missing something? Shicai "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: On Tue, Jul 11, 2006, Shicai Hu wrote:> Hi:>> I built FIPS version openssl-0.9.7j in windows XP. But when I run openssl to create such as dhparam, the

Running openssl in windows XP: 984fc71618ac55c9d1bec72c007aa828b982dd9d

2006-07-11 Thread Shicai Hu
Hi:   I built FIPS version openssl-0.9.7j in windows XP. But when I run openssl to create such as dhparam,  the program just print out a string of hex number: 984fc71618ac55c9d1bec72c007aa828b982dd9d   Do you have similar problem before? Thanks for any suggestions.     Microsoft (R) Program

Problems on set cipher list

2006-07-05 Thread Shicai Hu
I need to exclusively use the ciphersuites of TLS_DH_anon_WITH_AES_256_CBC_SHA. So, I called ctx = SSL_CTX_new(TLSv1_method());   and then called SSL_CTX_set_cipher_list(ctx, "ADH-AES256-SHA");Later, I want to make sure this ciphersuite is used exclusively, I called SSL_CIPHER_descripti

RC5 in openssl FIPS version (versin 7j) is disabled?

2006-05-17 Thread Shicai Hu
Hi, I am new to the openssl. I just compiled openssl FIPS version and I found out that other crypto functions are OK, but I couldn't call those RC5 crypto function. Is this due to RC5 disabled in FIPS version or RC5 is not FIPS approved? I highly appreciate for any helps.     Shicai Blab-away

Question on des.h and des_old.h in FIPS-1.0

2006-05-16 Thread Shicai Hu
There are two des header files under  /include/openssl directory, and the Makefile in fips-1.0 include both des.h and des_old.h.  The same functions defined twice in des.h and des_old.h. Why?   Thanks. Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2¢/min with Yahoo! Mes

Re: how to use openssl's header file in my program?

2004-12-01 Thread Xuekun Hu
If you complied with libssl.a, just like gcc settime.c [path]libssl.a If you complied with libssl.so, just like gcc -L[path] -lssl settime.c On Wed, 1 Dec 2004 15:46:25 +0800 (CST), alan alan <[EMAIL PROTECTED]> wrote: > > First,thanks for your answer.Another,how

Re: Problem with the installation of openssl-0.9.4

2002-06-25 Thread hu
Hi, all I use openssl ca -policy policy_anything -in newreq.pem -outnewcert.pem -passin pass: to sign a certificate request. But, it need me to input Yes to conform the command. How to make this command run without this interactive input?? Thanks With Best Regards Ji Hu

Re: how to access *private key file without inputing passwordinteractively

2002-06-09 Thread hu
I have found the -passin option specifies the password for command. Thanks! Ji Hu - Original Message - From: "Baber Amin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 09, 2002 8:52 PM Subject: Re: how to access *private key file without inputing

How to deal with private key file.

2002-06-09 Thread hu
ommand when lunching the command. Thanks Ji Hu __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: how to access private key file without inputing password interactively

2002-06-09 Thread hu
le without inputing password interactively I think you just specify -noout option to your command - Original Message - From: hu To: [EMAIL PROTECTED] Sent: Saturday, June 08, 2002 10:20 PM Subject: how to access private key file without inputing password int

how to access private key file without inputing password interactively

2002-06-09 Thread hu
it? Is there some options to give password to command in command line. Thanks! Ji Hu

Compiling Error for Openssl on NT

2001-10-19 Thread Zuosheng Hu
or external command,   operable program or batch file.   NMAKE : fatal error U1077: 'cl' : return code '0x1' Stop. I can not figure out what problem there is in it. I would be very grateful if you could give me a help! I am looking forward to hearing your reply earlier. Sincerely Yours, Zuosheng Hu

installation problem with openSSL - please help (part 2)

1999-06-11 Thread Kelley Hu
teful. Thanks in advance for any help... Cheerio, Rick Rodgers ([EMAIL PROTECTED]) Kelley Hu Kelley Hu ([EMAIL PROTECTED]) U.S. National Library of Medicine, Computer Science Branch Bethesda, MD (301) 435-3205 [EMAIL PROTECTED] httpsd.conf

installation problem with openSSL - please help

1999-06-11 Thread Kelley Hu
e of SSL, and all are accessible via the "http://..." URL convention. If someone would be willing to make some rapid interations on this with us by email or phone (our call) we would be highy grateful. Thanks in advance for any help... Cheerio, Rick Rodgers ([EMAIL PROTECTED]