Hi Everyone,
I am working on a project where I have to build OpenSSL "3.0.5" version for
multiple targets related to MacOS and iOS.
I am able to successfully build the OpenSSL "1.1.1x" version by using
targets mentioned in "20-ios-tvos-cross.conf".
I used to give commands like the below:
> ./Con
test
--
-
-
DISCLAIMER:
This e-mail (including any attachments) is for the addressee(s)
only and may contain confidential information. If you are not the
intended recipient, please note that any dealing, review,
distribution, printi
p32dll\e_os.h(156) : see previous definition of 'EADDRINUSE'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
10.0\VC\BI
N\cl.EXE"' : return code '0x2'
Stop.
How can these errors be solved ? Please help in this issue.
Regards,
--
Ahmad
If we are talking about a PC which uses x86 hardware (Intel, AMD etc), yes with
the Gigahertz speed, using software will be faster than using hw accelerator,
in this case FPGA but the original question was I believe usage in an embedded
environment and using ARM processor. Now using a hw accele
same message and key from my last post, I
had gotten the correct digest value. So, openssl's hmac does accept hex keys
starting with 00, but only thru the API and not the commandline. Anyways, users
that have ways to do this using commandline are welcomed to give their
solutions. Thanks for
Hi All,
I've managed to solve the problem of getting the hmac in hex by using perl but
not quite. I've noticed that if the key (in hex) starts with 00..., the digest
given will be wrong. For example:
perl -e 'print
pack("H*","98b0c8e500012bdd55872b408bc9a50d7ec6ccdb4725760942ff7ef0110fd79
option to "openssl req ..." command.
>
> Best regards,
> --
> Marek Marcola <[EMAIL PROTECTED]>
>
> __
> OpenSSL Project http://www.openssl.org
> User Support Mailing List openssl-users@openssl.org
> Automated List Manager [EMAIL PROTECTED]
>
--
Best Regards,
Eng. Rami Ahmad
. Rami Ahmad
Hi, I installed openssl 0.9.8a from www.sunfreeware.com for my solaris 10 server. I have a nfast's www.nChiper.com Crypto device. This version can make use of nfast module using the CHIL(Cryptographic Hardware Interface Library), because following command says: #openssl engine chil CHIL hardwa
Hi,
I am trying to compile openssl using automake procedure on linux. How can i
do that. If anybody has done it please let me know how to exactly achieve
that.
Thank You.
_
Express yourself instantly with MSN Messenger! Download
TECTED]
Subject: Re: Licensing conditions in OpenSSL with proprietary software
Date: Thu, 13 Oct 2005 09:01:15 +0200 (CEST)
In message <[EMAIL PROTECTED]> on Thu, 13 Oct 2005
11:15:33 +0500, "ahmad hassan" <[EMAIL PROTECTED]> said:
guideveloper123> I am using Open
Hello,
I am using OpenSSL as a static library with my proprietary software for
windows OS. I would like to know what steps exactly i have to do pertaining
to licensing to link statically against openssl library.
Thank you.
_
Expr
Hello,
Thanks, i had a working class already with the list of class objects but i
think i maybe switching to this more easy method.
Regards,
Ahmad.
From: Goetz Babin-Ebell <[EMAIL PROTECTED]>
Reply-To: openssl-users@openssl.org
To: openssl-users@openssl.org
Subject: Re: Callback functio
compared and found the exact class. you can also
define a map(std::map).
Regards,
Ahmad.
From: Tyler Durden <[EMAIL PROTECTED]>
Reply-To: openssl-users@openssl.org
To: openssl-users@openssl.org
Subject: Callback function in c++ methods
Date: Wed, 11 May 2005 13:23:04 +0200
Hello,
I am implem
Hello,
What u have to do is register environment variables of vc. For that locate
vcvars.bat file usually located in C:\Program Files\Microsoft Visual
Studio\VC98\Bin or whatever you root directory is or rerun vc++ setup to
register vc environment variables.
Regards,
Ahmad.
From: "Milan
server is
using new lib i.e. openssl 0.9.7g would there be issuses arising or they are
backward compatible. I am actually using it for ftp over ssl. It shouldn't
happen that application hangs for some SSL_Read etc.
Regards,
Ahmad.
From: Sean Covel <[EMAIL PROTECTED]>
Reply-To: op
Hello,
What's the matter. Nobody is doing what is mentioned below or people don't
reply back on this group.
Thank You.
From: "ahmad hassan" <[EMAIL PROTECTED]>
Reply-To: openssl-users@openssl.org
To: openssl-users@openssl.org
CC: [EMAIL PROTECTED]
Subject: Problem in c
Hello,
I am trying to build openssl 0.9.7g on windows, which i was successfully
able to do using steps mentioned in INSTALL.W32 file. Now i would like to
include libeay32 and ssleay32 source code as a workspace in my Visual C++
6.0 project. For that i went to http://www.openssl.org/related/ and
Hello,
I am looking for an Ftp client for windows using openssl. Could anyone help
me in that matter and also could anyone tell me how to generate certificates
and are they necessary for FTP over OpenSSL.
Thanks.
_
Looking to buy a
Hello,
The links you sent were really helpful. Now i have a dsw but i would like to
know that what these 2 lines are for.
perl Configure VC-WIN32
ms\do_ms
Couldn't i do without them i now know that the dsw has 50 projects but only
useful to me or which i have to use are:
libeay32.dll and ssleay3
Hello,
I would like to know that is it possible to compile and build openssl files
on windows.
I would like to be adding only the h and c files in the project. I have come
through research on internet that it is possible to use it under windows
using vc++ by making dll files or lib file using pe
hi
i have some problems using BIO_read /write/gets/puts in visual c++
i wrote this code to access to the BIO and read some data
each time i use this function i obtain this error :
The instruction at 0x1003159d referenced memory at 0xccd0 . the memory could not
be read
could someone tell
hi
i have some problems using BIO_read /write/gets/puts in visual c++
i wrote this code to access to the BIO and read some data
each time i use this function i obtain this error :
The instruction at 0x1003159d referenced memory at 0xccd0 . the memory could not
be read
could someone tel
hi
i am a new user of openssl,and i am trying to make an application that use openssl to
manage a pki.
so i begin by trying make a command like genrsa ,i began with RSA_generate_key()
function ,it works but the problem is what function must be used to encrypt RSA key
with DES or 3DES ,and ho
Hi,
Hopefully somebody will know how to decrypt an encrypted private key. I just
encrypt a privated key using command:
"openssl pkcs8 -in pkey.key -topk8 -v2 des3 -out enc.key -passin
pass:ABC123 -passout pass:ABC123"
Does anyone know what is the different between "-passin" and "-passout"
param
How to get 'signature algorithm' from a X509 certificate? Any idea or simple
source code on it? Thanks in advance...
- Novice :(
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
Could you tell me more detail about its parameters?
BIO *bp = ?
EVP_PKEY *x = ?
int nid = ?
char *kstr = ?
int klen = ?
pem_password_cb *cb = ?
void *u = ?
I've tried documentation sample and doesn't work! :o(
if (!PEM_write_bio_PKCS8PrivateKey(bp, key, EVP_des_ede3_cbc(), NULL, 0
Hi,
Thanks for your information... I'm a novice student about openssl. What I
want to do is convert (encrypt) a private from traditional to PKCS#5 v2.0
format using triple DES. I've read openssl pkcs#8 at
http://www.openssl.org/docs/apps/pkcs8.html and it mentioned, to do that run
command "openss
Hi,
Someone... plz help me! Could you plz tell me how to use PKCS8_encrypt()
function? I tried to encrypt private key, but don't know how. The only clue
I know is by using this function. It doesn't work! Part of my code as below.
Sorry to bother you all, but I don't have much time... HELP! HELP!
Hi,
Could someone help me... I need to know how to encrypt private key. At
command line I encrypt it (pkey.pem) as below,
C:\>openssl pkcs8 -in pkey.pem -topk8 -out enc key.pem -v1 PBE-SHA1-3DES
It works perfectly. But how to code them using openssl library? My code as
below... Could someone
30 matches
Mail list logo