Re: Call for testing - FIPS object module

2011-07-13 Thread Prakash
Hi Steve, Is there a Summary notes of what's new in FIPS module 2.0? Thanks, Prakash - Original Message - From: "Steve Marquess" To: ; Sent: Friday, July 08, 2011 1:54 AM Subject: Call for testing - FIPS object module Coding of the OpenSSL FIPS Object Module v2.

RE: About ECC patent and OpenSSL ECC code

2008-01-10 Thread Prakash Kamath
My opinion: 2 times 2 = 4 no matter what approach you take, and so no one can sue you to doing that Math. However, if someone comes up with a math logic (software, hardware, combo, whatever) that does the same operation in a superior way, then that is patentable. Similarly, ECC is based on (as th

Remove subscription

2007-08-09 Thread Prakash Kamath
__ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]

Reading random bytes in blocking mode

2006-02-23 Thread prakash babu
oblem does not occur during manual script execution What can be the reason. Can reading random bytes from prngd in blocking mode solve this problem.   regards, Prakash   Yahoo! Mail Use Photomail to share photos without annoying attachments.

Is shared and static crypto libraries FIPS compliant

2006-02-06 Thread prakash babu
?   Thanks,Prakash Yahoo! Mail - Helps protect you from nasty viruses.

Reading RSA key fips and non fips mode

2006-02-03 Thread prakash babu
key in non fips mode. Thanks,Prakash Yahoo! Mail - Helps protect you from nasty viruses.

OpenSSL FIPS validation of source files

2006-02-01 Thread prakash babu
he product builds successfully with the modified fips source v   libcrypto.a and libcrypto.a.sha1 are generated successfully.   Suppose I call this library a fips compliant library(though it is not).How can a user who uses this library ensure that it was built from the FIPS validated sources   Thank

OpenSSL FIPS Certification

2006-01-29 Thread prakash babu
certified OpenSSL.   Thanks,Prakash What are the most popular cars? Find out at Yahoo! Autos

Performance increase for rc4

2005-12-17 Thread prakash babu
Hello All, I am working on HP-UX and using OpenSSL 0.9.7i I used the speed command to measure the performance of the crypto graphic algorithms I compared the results with that of 0.9.7e For rc4 the performance has increased around 3 times. 0.9.7e : rc4(16 byte block) :  62718.04k  (kb processed pe

Re: String lengths with openssl req

2005-11-09 Thread prakash babu
longFails   Here the commonName_max limit is referred from the openssl.cnf file and an error occurs   This seems to be an inconsistent behaviour.   I have suggested a probable solution at Ref : http://www.mail-archive.com/openssl-dev@openssl.org/msg20091.html Regards, Prakash"Dr. Stephen Henson&quo

Re: Building OpenSSL 0.9.89a

2005-11-09 Thread prakash babu
  or use the hpux64-ia64-cc (CC compiler) option. Regards,Prakash"Fenlason, Josh" <[EMAIL PROTECTED]> wrote: I'm running into problems building a shared distribution of OpenSSL 0.9.8a on HPUX Itanium.  On Solaris I've successfully used the following config:

Re: problem creatin pkcs12 file

2005-10-17 Thread prakash babu
-certfile   Assuming cacert.pem and cakey.pem are the corresponding certificate and key files use the following command.   # openssl pkcs12 -export -in cacert.pem -inkey private/cakey.pem  -certfile newcert.pem -name "Laser" -out testcert.pem Thanks, Prakash Robert Kwiencien <[EMAIL PROTECT

CA.pl works in 0.9.7x but fails on 0.9.8

2005-10-12 Thread prakash babu
    One more thing, the CA.sh is very outdated and has a number of bugs I have filed a bug report and given a patch athttp://www.aet.tu-cottbus.de/rt2/Ticket/Display.html?id=1209 Please share your suggestions on this.   Thanks,Prakash Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

OpenSSL 0.9.8 compatibility

2005-09-30 Thread prakash babu
ty of 0.9.7 ?   Your response to these questions will help me choose the appropriate version of OpenSSL   Thanks,Prakash Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort.

Re: Verify a signed & private key pair

2005-08-29 Thread prakash babu
-- Prakash Rajeshwar Singh Jenwar <[EMAIL PROTECTED]> wrote: Hi, How to verify a signed certificate by a CA(.pem) &  coresponding private key(.pem) ? It is just to verify that someone has played with private key or not. Thx. Rajeshwar Singh Start your day with Yahoo! - make it your home page

Re: Format of file index.txt database of a CA

2005-08-25 Thread prakash babu
is valid B3500880020644B6  - Serial number of the certificate /C=IN/ST=TamilNadu/O=cbe/CN=test - subject of the certificateThanks, Prakash Marco Klasmeyer <[EMAIL PROTECTED]> wrote: Hello,is the format for "index.txt" database file of a CA defined somewhere?I want to run "ope

Re: Runpath definition missing for libssl.so

2005-08-24 Thread prakash babu
embedded  path for  the library using the flag -Wl,+b /usr/local/openssl-0.9.7g/lib (not sure for SunCC)   --Prakash,   Laurent Blume <[EMAIL PROTECTED]> wrote: Hello all,I've got a relatively minor problem with OpenSSL linking, it may be a flaw in the configure script, or just me not findin

Re: please help me on OCSP

2005-08-24 Thread prakash babu
em -VAfile OCSPServer.pem -cert User.pem   1. First you must get a certificate from Verisign -User.pem2. Get the CA certificate that was used to sign your request - ROOT_CA.pem3. Trust the Verisign OCSP responder certficate   - OCSPServer.pem   --Prakash varma d <[EMAIL PROTECTED]> wrote: Hi,  

RE: Automation question

2005-08-23 Thread prakash babu
ir/bin/cacert.pem -new -keyout $ssl_dir/bin/cakey.pem  -subj /C=IN/ST=TamilNadu/L=Coimbatore/O=test/CN=prakash -nodes   echo "Set us the CA using the CA.pl script"echo "$ssl_dir/bin/cacert.pem" | $ssl_dir/misc/CA.pl -newca   echo "Copy the CA private key to the private dire

Re: COMP_zlibd don't return a valid method

2005-08-19 Thread prakash babu
brary and i have to put thesource directory?thanksignacioOn 8/17/05, prakash babu <[EMAIL PROTECTED]>wrote:> Hi Ignacio , > > I think that the problem is that your are not linking the appropriate> libraries.> > Try the following steps > # ./config zlib> # gmake>

Re: COMP_zlibd don't return a valid method

2005-08-17 Thread prakash babu
crypto and ssl libraries that comes OS which is present in the /usr/lib directory and this may not be built with zlib support # ./a.outcompression name: (null) Thanks, Prakash Ignacio Butler <[EMAIL PROTECTED]> wrote: hi,well, i'm using Linux, with a 2.4.xx kernel and the 0.9.8 version ofthe

Re: COMP_zlibd don't return a valid method

2005-08-16 Thread prakash babu
Hello Ignacio,      I tried the program you attached and it seems to work fine .   #include #include int main(){COMP_METHOD *comp_method;comp_method = COMP_zlib();if(comp_method != NULL)    {    printf("compression name: %s\n", (comp_method->name !=NULL? comp_met

Re: Odd PRNG behavior between 0.9.7g and 0.9.8

2005-08-16 Thread prakash babu
Hello Robert,   I think the problem is with your Pseudo Random Number Generator and not OpenSSL 0.9.8 i. Check if you system has the /dev/random or /dev/urandom ii. If  /dev/random and /dev/urandom are not present then make sure  prngd is running  iii. If your answer is yes to question i or ii then

Re: question about error message: unable to write 'random state'

2005-08-16 Thread prakash babu
Hello Dave,   Try setting your environment variable HOME since the seed file will be written to the file $HOME/.rnd  or set the variable RANDFILE in the openssl.cnf file to an existing location. Thanks, Prakash    Dave Peterson <[EMAIL PROTECTED]> wrote: I hope this isn't a

Is this a bug with the -subj option of the req command

2005-08-15 Thread prakash babu
  BIO_printf(bio_err,"%s is too long, it needs to be less than  %d bytes long\n",longname,n_max);    goto error;    }   // --- //     2137  if (!X509_NAME_add_entry_by_NID(n, nid, chtype, (unsigned char*)ne_values[i], -1,-1,mval[i]))  2138  goto error;  2139  }   Thanks, Prakash Babu Start your day with Yahoo! - make it your home page

Problem creating self signed certifcate using -subj option

2005-08-12 Thread prakash babu
- //     2137  if (!X509_NAME_add_entry_by_NID(n, nid, chtype, (unsigned char*)ne_values[i], -1,-1,mval[i]))  2138  goto error;  2139  }   Thanks, Prakash Babu Start your day with Yahoo! - make it your home page

Re: Problem loading engine module libgmp.so

2005-05-25 Thread prakash babu
Hello Nils,      The configure option you suggested works fine for Linux. For HPUX it did not work. It worked only after adding -DENGINE_DYNAMIC_SUPPORT to the configure option.   Thanks, PrakashNils Larsch <[EMAIL PROTECTED]> wrote: prakash babu wrote:> Hello All,>

Problem loading engine module libgmp.so

2005-05-24 Thread prakash babu
the other libraries have that symbols. Note : I have included the options  -DOPENSSL_USE_GMP  -lgmp  while configuring  OpenSSL.   Any suggestion would be helpful   Thanks, Prakash         __Do You Yahoo!?Tired of spam? Yahoo! Mail has the

unreachable l code in OpenSSL 0.9.7f

2005-03-31 Thread prakash babu
67{SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); return(0);}break; File :s3_lib.cLine:1400{SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);return(0);}break; File: pkcs12.cLine: 838BIO_printf (bio_err, "\n");return 1;break;   Thanks, Prakash     Do you Yahoo

Unreachable codes in OpenSSL 0.9.7f

2005-03-31 Thread prakash babu
{SSLerr(SSL_F_SSL3_CTX_CTRL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);return(0);}break; pkcs12.c 838 BIO_printf (bio_err, "\n");return 1;break;   Thanks, Prakash __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Prompt for pass phrases when appropriate for PKCS12 input format

2005-03-23 Thread prakash babu
the difference between OpenSSL 0.9.7e and OpenSSL 0.9.7f ?   Thanks, Prakash Do you Yahoo!? Yahoo! Small Business - Try our new resources site!

Zeroes padded with the decimal encoding of a big number

2005-03-04 Thread prakash babu
(0xL)   #define BN_TBIT (0x8000L)   #define BN_DEC_CONV (10L)   #define BN_DEC_FMT1 "%lu"   #define BN_DEC_FMT2 "%09lu"   #define BN_DEC_NUM  9      What may be the reason for the padding of zeroes when I us

RSA Key verification failure

2005-03-02 Thread prakash babu
TY_FOUR_BIT and  asm/ia64-cpp.o in hpux-ia64-cc causes this problem. When SIXTY_FOUR_BIT is replaced by      BN_LLONG  and the asm/ia64-cpp.o  option is removed then hpux-ia64-cc configure option works fine.   Please correct me if I am wrong ?   Thanks, Prakash     _

RSA key generation problems in OpenSSH

2005-02-28 Thread prakash babu
TY_FOUR_BIT and  asm/ia64-cpp.o in hpux-ia64-cc causes this problem. When SIXTY_FOUR_BIT is replaced by      BN_LLONG  and the asm/ia64-cpp.o  option is removed then hpux-ia64-cc configure option works fine.   Please correct me if I am wrong ?   Thanks, Prakash     Do you Yahoo!? Yahoo! Mail - Easier than ever with enhanced search. Learn more.

RSA key generation problems with OpenSSH built with libcrypto of OpenSSL

2005-02-28 Thread prakash babu
TY_FOUR_BIT and  asm/ia64-cpp.o in hpux-ia64-cc causes this problem. When SIXTY_FOUR_BIT is replaced by      BN_LLONG  and the asm/ia64-cpp.o  option is removed then hpux-ia64-cc configure option works fine.   Please correct me if I am wrong ?   Thanks, Prakash     _

RSA key generation problems with OpenSSH built with libcrypto of OpenSSL

2005-02-25 Thread prakash babu
TY_FOUR_BIT and  asm/ia64-cpp.o in hpux-ia64-cc causes this problem. When SIXTY_FOUR_BIT is replaced by      BN_LLONG  and the asm/ia64-cpp.o  option is removed then hpux-ia64-cc configure option works fine.   Please correct me if I am wrong ?   Thanks, Prakash     Do you Yahoo!? Yahoo! Mail - Easier than ever with enhanced search. Learn more.

Doubt on OpenSSL FIPS Compliance

2005-02-24 Thread prakash babu
implementations of the above algorithms and the normal implementations for the other algorithms are added to the crypto library.   My question is   Can we call this crypto library FIPS compliant (or) should we disable the unsupported algorithms using no- to call it FIPS compliant  ?   Thanks, Prakash

FIPS enabled OpenSSL

2005-02-22 Thread prakash babu
question 1 is YES is there any option by which I can build the crypto library with only the FIPS supported algorithm or do I have to use the no- option to manually disable  the unsupported algorithms ?  Thanks,Prakash __Do You

CRL Signature verification

2004-12-29 Thread prakash babu
Signature verification  ?   Thanks, Prakash   Do you Yahoo!? Yahoo! Mail - You care about security. So do we.

SSL server for CRL verification

2004-12-23 Thread prakash babu
    }           Once my server starts running and if my CRL gets updated in the meantime.  Is there a way I can load the updated CRL without restarting the server ?.   Thanks,  Prakash __Do You Yahoo!?Tired of spam? Yahoo

CRL Race condition few more doubts

2004-12-10 Thread prakash babu
l it stores the original encoding of the signed portion of the CRL which is   >>effectively the same thing.       So the encoding we cache is a replica of the original encoded CRL list or just the signed portion ?  Thanks,Prakash  __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

CRL Race condition clarification

2004-12-09 Thread prakash babu
encoded list for verification ?     Thanks, Prakash Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. Learn more.

CRL Race condition

2004-12-08 Thread prakash babu
added to the X509_crl_info_st structure. What is it used for ?    3. Are we caching the encoded CRL structure ?    4. Why do we write lock while  sorting the crl ?   Thanks,Prakash Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses.

openssl 0.9.7e prime coredumps

2004-11-27 Thread prakash babu
f(bio_out," is %sprime\n",  BN_is_prime(bn,checks,NULL,NULL,NULL) ? "" : "not ");     Please verify whether the above change is correct and correct me if I am wrong.   Thanks, Prakash Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses.

serial number file not created in 0.9.7e

2004-11-04 Thread prakash babu
-CAkey ca_priv_key.pem -CAcreateserial -out ksb_cert.pem -days 365 It creates the serial file ca_cert.srl  But in 0.9.7e this  serial file is not created . What may be the reason? Thanks, Prakash   Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com

Reg: libfips library in OpenSSL- 0.9.7e

2004-10-29 Thread prakash babu
ibcrypto.sl.0 libcrypto.sl Thanks, Prakash Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish.

OpenSSL Core Dump Errors

2004-06-23 Thread Prakash Babu
Encryption Password:Memory fault(coredump) Note:it accepts and verifies the password but fails during encryption My question why am i not getting a failure message but a coredump error. Thanks,Prakash Yahoo! India Matrimony: Find your partner online.

Re: OpenSSL: exchanging DH parameters

2004-01-28 Thread Prakash babu
n key exchange does not authenticate the participants Reference: http://www.hack.gr/users/dij/crypto/overview/diffie.html   regards, Prakash Babu www.visolve.com     Olia Kerzhner <[EMAIL PROTECTED]> wrote: Hi all,I have a question about DH parameters. From what Iunderstand, they can either b

Openssl-0.9.7-beta6/wcecompat on Pocket PC 2002 -- problem with time.h

2002-12-23 Thread Atul Prakash
The "struct tm" structure is defined in wcecompat/include/time.h as well as in "Windows CE Tools\wce300\Pocket Pc 2002\mfc\include\wcealt.h". That gives problems in compiling some openssl programs that use MFC includes as well as wcecompat includes. Perhaps, the wcecompat's time.h should be t

OpenSSL 0.9.7-beta4: Windows CE/Pocket PC 2002/x86 compilation problem

2002-12-01 Thread Atul Prakash
as for this compilation. I do not see a OLDNAMES.lib in my installation of Pocket PC 2002 SDK. Any suggestions on how to get around the problem? Thanks. -- Atul Prakash __ OpenSSL Project htt

Re: cert in personal store

2001-12-04 Thread Ravi Prakash B.V.
While importing the received certificate, it is unable to find the private key in the key store. Thatswhy it is storing in the people's certificates store. Try to store in the proper key store and check once again. Ravi Arnaud De Timmerman wrote: > hi all, > > I'm trying to insert a certificat

Re: Cross Certification

2001-10-21 Thread Ravi Prakash B.V.
Dear All, I do not receive any reply for this. Any pointers will be appreciated. Ravi Prakash B.V. "Ravi Prakash B.V." wrote: > > Dear all, > > I want to establish cross certification between two different independent > CAs. How is it possible? > > Any po

Re: problem signing spkacs

2001-10-18 Thread Ravi Prakash B.V.
Hi, Your process is correct. But the output certificate is in DER format. Thatswhy u r unable to see BEGIN CERTIFICATE tags... The mime type is also correct.. How u r downloading to netscape browser? Ravi Prakash B.V. On Thu, 18 Oct 2001, Christopher L. Everett wrote: > Hello: >

Re: pkcs12 error message

2001-10-17 Thread Ravi Prakash B.V.
You have to provide private key file also along with certificate. It can be within your certificate file w.crt or u can provide the private key file separately using -inkey option. Try using -inkey option Ravi On Wed, 17 Oct 2001, Juan Carlos Albores Aguilar wrote: > i'm trying to create a p

Re: crl question

2001-10-17 Thread Ravi Prakash B.V.
After revoking the certificate, you didnt generate the CRL file. First generate the CRL file and then ckeck. cheers, Ravi Prakash B.V. On Wed, 17 Oct 2001, Juan Carlos Albores Aguilar wrote: > Hi, i'm using openssl and i've created my own CA so i can sign certificates, >r

Cross Certification

2001-10-17 Thread Ravi Prakash B.V.
Dear all, I want to establish cross certification between two different independent CAs. How is it possible? Any pointers/links/docs for the above. Thanks in Advance, Ravi Prakash B.V. __ OpenSSL Project

[ smime-crypto.SignText]

2001-08-01 Thread Ravi Prakash B.V.
this. Thanks & Regards, begin:vcard n:Venkata Ravi Prakash;Burlagadda tel;cell:98490 30284 tel;home:08644 26681 tel;work:040 7814515/17/19 extn:387 x-mozilla-html:FALSE org:Tata Consultancy Services;Advanced Technology Centre version:2.1 email;internet:[EMAIL PROTECTED] title:ASE adr;qu

Openssl on Tandem

2001-07-24 Thread Ravi Prakash B.V.
n:Venkata Ravi Prakash;Burlagadda tel;cell:98490 30284 tel;home:08644 26681 tel;work:040 7814515/17/19 extn:387 x-mozilla-html:FALSE org:Tata Consultancy Services;Advanced Technology Centre version:2.1 email;internet:[EMAIL PROTECTED] title:ASE adr;quoted-printable:;;1-2-10, Coramandel House,=0D

Info on keyEncipherment, dataEncipherment, keyUsage, keyAgreement

2001-05-04 Thread Ravi Prakash B.V.
. begin:vcard n:Venkata Ravi Prakash;Burlagadda tel;home:08644 26681 tel;work:040 7814515/17/19 extn:387 x-mozilla-html:FALSE org:Tata Consultancy Services;Advanced Technology Centre version:2.1 email;internet:[EMAIL PROTECTED] title:ASE adr;quoted-printable:;;1-2-10, Coramandel House,=0D=0ASardar

MVS support

2001-05-02 Thread Ravi Prakash B.V.
Hi, will Openssl work on S/390 with MVS ?? If so, give the pointers or link to download that code. Thanks in advance, Ravi -- A man without a woman is like a statue without pigeons. __ OpenSSL Project