OpenSSL support for MacOS Big Sur(Cross compilation for ARM architecture/Apple silicon)?

2020-10-18 Thread Vinay Kumar via openssl-users
Hi All, As Apple is moving from Intel to ARM architecture, does OpenSSL support cross-compiling(using Xcode 12.2) on MacOS Big Sur for Apple silicon(ARM architecture)?If not, any expected date? Thanks,Vinay

OpenSSL 1.1.1b version chooses wrong AS(assembler) on Windows

2019-03-10 Thread Vinay Kumar via openssl-users
ke a bug with 1.1.1b version. Setting 'AS=nasm' before running the configure script in the Cygwin shell resolves the problem. Can someone please confirm if the above workaround is acceptable and can be logged as bug in OpenSSL 1.1.1b version? Regards,Vinay

[openssl-users] GSCheck fails for Windows 32build 'libeay32.dll' library

2018-11-28 Thread Vinay Kumar via openssl-users
heck passes for both 32bit and 64bit. Regards, Vinay -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] openssl-users Digest, Vol 46, Issue 46

2018-09-25 Thread Vinay Mummadi
c_128" Any other possibility, Please suggest. -- Vinay 9008855944 On 9/25/18, 10:52 PM, "openssl-users on behalf of openssl-users-requ...@openssl.org" wrote: Send openssl-users mailing list submissions to openssl-users@openssl.org To subscribe or unsub

[openssl-users] Build issues with openssl-1.1.1

2018-09-24 Thread Vinay Mummadi
to/ec/ecp_nistp224.c:713: error: expected ';' before 'tmp' crypto/ec/ecp_nistp224.c:716: error: 'tmp' undeclared (first use in this function) crypto/ec/ecp_nistp224.c: In function 'point_double': crypto/ec/ecp_nistp224.c:830: error: 'widefelem'

Re: POP3 client with OpenSSL issue

2013-04-22 Thread vinay krishna
Thanks a lot for the reply Mr Dave! The info on wireshark was really helpful. By flush I meant the buffer before being used in sprintf was clean. On Mon, Apr 22, 2013 at 9:48 AM, Viktor Dukhovni wrote: > On Sun, Apr 21, 2013 at 10:17:31PM -0400, Dave Thompson wrote: > > > >scanf("%s",password)

POP3 client with OpenSSL issue

2013-04-20 Thread vinay krishna
Hello I am writing a POP3 client in C on ubuntu. I am using OpenSSl I am stuck in the AUTHORIZATION state! I send the user name and get a success response, and when i send the password , it always says *-ERR bad command*. I am sure the password is correct. Since i am using open ssl , wireshark was

Re: Building FIPS capable openssl for iOS Armv7

2012-09-20 Thread Vinay
I solved this problem by editing the fipsld script to pass the -exe | -dso params to teh in core_macho. I am now getting another errro in fipsld. # generate signature... SIG=`"${TARGET}"` The above line attempts to run the target, which armv7 iOS app and I get Bad CPU type error in console. Is t

Re: Building FIPS capable openssl for iOS Armv7

2012-09-20 Thread Vinay
I fixed this problem by editing the "fipsld" script to pass the -dso | -exe to the incore_macho Now when I "FIPS_mode_set(1)" in my iOS app, I get error fingerprint doesn't match error 111. I need to sign my iOS app with the fips fingerprint using fipsld. Any tips or suggestion on how to do that

Building FIPS capable openssl for iOS Armv7

2012-09-18 Thread Vinay
in console, engine.o ocsp.o prime.o ts.o srp.o ${LIBDEPS}) usage: /Users/Vinay/Desktop/SVN/temp/FIPS/incore_macho [--debug][-exe | -dso] executable make[2]: *** [link_app.] Error 1 make[1]: *** [openssl] Error 2 make: *** [build_apps] Error 1 This error is coming because the incore script is not

Bug in OpenSSL 0.9.8e

2011-07-20 Thread Vinay Kumar
sha1_block_host_order () #40 0x005605a4 in sha1_block_host_order () #41 0x005605a4 in sha1_block_host_order () #42 0x005605a4 in sha1_block_host_order () *---Type to continue, or q to quit---q * Thanks & Best Regards, Vinay

Re: Not able to read public modulus & public exponent fields

2011-05-23 Thread Vinay Kumar
69525558253839966730499510722847180895 2344257684815792657502151663029681418529094171517923191010946320493177361393065606680894807596115830450328067935952849240287649292898772435573305764291222 90932390276617063126287 PublicModulus cannot be printed as Code crashes here as rsa_public_key->n is NULL Thanks

Not able to read public modulus & public exponent fields

2011-05-23 Thread Vinay Kumar
for getting *pkey as NULL* parameter and changes required to *print public modulus and public exponent.* Thanks & Best Regards, Vinay

Re: Base64 Encoding and Decoding error

2011-03-01 Thread Vinay Kumar L
he cause of Base64 returning NULL. Thanks & Best Regards, Vinay Jan Steffens wrote: On Tue, Mar 1, 2011 at 7:00 AM, Vinay Kumar L wrote: Encoding of string "testencoding" using base64 command: #base64 data.txt > encode.txt data.txt -> It contains only the str

Base64 Encoding and Decoding error

2011-02-28 Thread Vinay Kumar L
m); BIO_read(bmem, buffer,length); if(bmem) BIO_free_all(bmem); return buffer; } When encoded data " *dGVzdGVuY29kaW5nCg" *is passed to the above function, it returns NULL. Please let me know why* BIO_read *is returning NULL on decoding and also why the last bytes of encoded data(using OpenSSL api) is different than the encoded data using openssl command. Thanks & Best Regards, Vinay _* *_

To reduce the size of the OpenSSL library

2010-12-27 Thread Vinay Kumar L
I also used -Os(Optimize for size) during compilation. How can the size of library be further reduced? Please guide me. Regards, Vinay

Re: Error 20 at 0 depth lookup:unable to get local issuer certificate

2010-12-14 Thread Vinay Kumar L
Thank you. It worked fine after concatenating cert1.pem and cert2.pem into single file. Regards, Vinay sandeep kiran p wrote: The -untrusted argument to verify command takes a single file containing multiple certificates concatenated together. Try adding cert1.pem and cert2.pem into a single

Error 20 at 0 depth lookup:unable to get local issuer certificate

2010-12-13 Thread Vinay Kumar L
tion Center/CN=kdc.xyz.com error 20 at 0 depth lookup:unable to get local issuer certificate The Subject and Issuer names in certificates are correct. Please let me know the cause of error and changes required in the certificate hierarchy. Regards, Vinay

Openssl certificate date issue

2010-10-13 Thread Vinay Kumar L
Not Before: Oct 13 06:43:05 2010 GMT Not After : Jan 23 00:14:49 1902 GMT* Is there any way to generate certificate which is valid for 20yrs from current date so that it will have correct validity times even if 20years crosses unix end time? Please guide me. Regards, Vinay

Use of IMPLEMENT_ASN1_FUNCTIONS()

2010-10-04 Thread Vinay Kumar L
ASN1_SEQUENCE implements the asn1 sequence of KDC_PRINCNAME, but what is the functionality of "IMPLEMENT_ASN1_FUNCTIONS(KDC_PRINCNAME)"? Is it compulsory to include this function after defining every ASN1_SEQUENCE? Please guide me. Rega

Re: Subject alternative name problem

2010-09-22 Thread Vinay Kumar L
Vinay Kumar L wrote: Hi all, I have to generate a KDC certificate containing Subject alternative name extension using openssl which includes the following details: ** The KDC's X.509 certif

Subject alternative name problem

2010-09-22 Thread Vinay Kumar L
while generating kdc certificate to add Subject Alternative Extension which satisfies the requirements mentioned in the beginning? Please guide me. Regards, Vinay princ2 = GeneralString:${ENV::REALM}

[openssl] Problem in using debugger in wserver/wclient

2008-08-25 Thread Vinay Jindal
out of this? Thanks in advance! Vinay "DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or

querry about content of the RSA key file

2008-03-18 Thread vinay singh
Hello everyone, I need to know the content of RSA key files (private and public both). is there any header that we write in these files? what all parameters(n,e,d,p,q) are written in each file? regards vinay

RE: Memory leak in OpenSSL application

2006-02-05 Thread Vinay Jha
Do you have session cache enabled? I have had the same suspicion in the past. Following links may be usefull. http://www.openssl.org/docs/ssl/SSL_CTX_set_session_cache_mode.html http://www.openssl.org/docs/ssl/SSL_CTX_set_timeout.html# -VJ -Original Message- From: [EMAIL PROTECTED] [mailt

RE: Query abt s->cert->pkeys : encountering No shared cipher error

2005-09-20 Thread Vinay Jha
_cert,SSL_FILETYPE_PEM)) To if (!SSL_CTX_use_certificate_chain_file(s_ctx,server_cert)) This failed with the same error. Regards, Vinay Jha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Tuesday, September 20, 2005 9:11 PM To: openssl-

Query abt s->cert->pkeys : encountering No shared cipher error

2005-09-20 Thread Vinay Jha
ys? What is their role and who/what sets these? 2. In my case all  (x509, privatekeys)  values are null. Is this a valid condition? What can be wrong? Please let me know if I'm missing something obvious. I'm not very conversant with certificates. Thanks in advance, Vinay Jha Backgro

Loading Verisign Test CA root certificate

2003-09-15 Thread vinay . peddi
. IS there a way I can load the root certificate which is in .cer format to a opensslclient/server? Any help would be really appreciated. Thanks, Vinay -- "NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named indi

Re: SSL_set/get_timeout???

2002-12-02 Thread Vinay Raikar
sess,long tm), none of them are working for me. Do I need to set anything before calling these functions??? Thanks, Vinay  Lutz Jaenicke <[EMAIL PROTECTED]> wrote: On Mon, Dec 02, 2002 at 02:36:53AM -0800, Vinay Raikar wrote:> > Tried using above functions,I am not able to set the session

Re: SSL_set/get_timeout???

2002-12-02 Thread Vinay Raikar
Do you have test code somewhere, maybe a link to your test progarm will help. Thanks, Vinay  Lutz Jaenicke <[EMAIL PROTECTED]> wrote: On Mon, Dec 02, 2002 at 02:36:53AM -0800, Vinay Raikar wrote:> Tried using above functions,I am not able to set the session timeout, Is the SSL Sessio

SSL_set/get_timeout???

2002-12-02 Thread Vinay Raikar
Tried using above functions,I am not able to set the session timeout, Is the SSL Session Timeout hardcoded to a fix number internally using openssl-0.9.6g Thanks vinayDo you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

SSL_set/get_timeout???

2002-12-02 Thread Vinay Raikar
Tried using above functions,I am not able to set the session timeout, Is the SSL Session Timeout hardcoded to a fix number internally using openssl-0.9.6g Thanks vinayDo you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

CRL validation

2002-12-02 Thread Vinay Raikar
Does any one has source-code or api that can be used for CRL validation??  I am currently using openssl-0.9.6g. -VinayDo you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Re: Need to know how to compile a debug version of OpenSSL...

2002-08-01 Thread Vinay
eed to know how to compile a debug version of OpenSSL... > > Vinay, > > Read Install.w32. For example, you could add the following to ms\do_ms.bat: > > perl util\mk1mf.pl debug no-asm VC-WIN32 >ms\nt-static-debug.mak > > and then run: > > ms\do_ms.bat > nmake -f