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
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
heck passes for both 32bit and
64bit.
Regards,
Vinay
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
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
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'
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)
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
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
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
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
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
69525558253839966730499510722847180895
2344257684815792657502151663029681418529094171517923191010946320493177361393065606680894807596115830450328067935952849240287649292898772435573305764291222
90932390276617063126287
PublicModulus cannot be printed as Code crashes here as
rsa_public_key->n is NULL
Thanks
for getting *pkey as NULL* parameter and
changes required to *print public modulus and public exponent.*
Thanks & Best Regards,
Vinay
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
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
_*
*_
I also used -Os(Optimize for size) during compilation. How can the size
of library be further reduced? Please guide me.
Regards,
Vinay
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
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
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
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
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
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}
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
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
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
_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-
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
. 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
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
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
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
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
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
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
34 matches
Mail list logo