Fwd: Need Help for iOS and MacOS Build of OpenSSL

2022-07-29 Thread Seraj Ahmad
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 - pls ignore

2013-09-18 Thread Ahmad Raif Mohamed Noor Beg
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

facing problem in installation of openssl-0.9.7d

2012-09-26 Thread Ahmad
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

RE: CPU usage and FPGA support

2010-03-10 Thread Ahmad Raif Mohamed Noor Beg
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

RE: openssl hmac problem

2008-07-24 Thread Ahmad Raif Mohamed Noor Beg
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

openssl hmac problem

2008-07-21 Thread Ahmad Raif Mohamed Noor Beg
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

Re: generating CSR

2008-02-22 Thread Rami Ahmad
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

generating CSR

2008-02-21 Thread Rami Ahmad
. Rami Ahmad

openssl speed -engine chil error

2006-05-07 Thread ahmad mirzakhaani
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

Compiling openssl 0.9.7.d with automake autoconf, libtool and aclocal, HOWTO?

2006-01-04 Thread ahmad hassan
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

Re: Licensing conditions in OpenSSL with proprietary software

2005-10-13 Thread ahmad hassan
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

Licensing conditions in OpenSSL with proprietary software

2005-10-12 Thread ahmad hassan
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

Re: Callback function in c++ methods

2005-05-11 Thread ahmad hassan
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

RE: Callback function in c++ methods

2005-05-11 Thread ahmad hassan
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

RE: Building with VC6

2005-05-09 Thread ahmad hassan
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

Re: Problem in compiling openssl 0.9.7g on Windows

2005-05-06 Thread ahmad hassan
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

RE: Problem in compiling openssl 0.9.7g on Windows

2005-05-05 Thread ahmad hassan
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

Problem in compiling openssl 0.9.7g on Windows

2005-05-03 Thread ahmad hassan
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

Simple FTP Client(Open Source) for windows using Openssl.

2004-06-07 Thread ahmad hassan
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

Re: Openssl on windows vc++ project

2004-06-05 Thread ahmad hassan
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

Openssl on windows vc++ project

2004-06-04 Thread ahmad hassan
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

[no subject]

2002-11-25 Thread ahmad f
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

BIO_read error

2002-11-25 Thread ahmad f
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

[no subject]

2002-11-22 Thread ahmad f
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

Decrypt Encrypted Private Key

2001-10-12 Thread Ahmad Syukri
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

Get Signature Algorithm

2001-09-25 Thread Ahmad Syukri
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

Encrypt Private Key II

2001-09-19 Thread Ahmad Syukri
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

Encrypt Private Key II

2001-09-19 Thread Ahmad Syukri
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

Encrypt Private Key

2001-09-19 Thread Ahmad Syukri
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!

Encrypt Private Key

2001-09-19 Thread Ahmad Syukri
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