Hello,
I cannot compile and build openssl with Visual Studio 8 & Windows Vista
business. I don't know if openssl is compatible with Windows Vista or now it
is not possible use and run Openssl in this OS.
I have run the configure without any problem and I used masm but I run
"nmake -f ms\ntdll.mak
Hello,
You have to instantiate the pointer variable name akid.
For more inforrmation of how use the i2d_*(), d2i_*() functions,
please consult the FAQ,
with the question
3. How do I read or write a DER encoded buffer using the ASN1 functions?
[EMAIL PROTECTED] wrote:
>Hi,
>
>I need to use autho
Hello, I have been using the book that you can see in this link:
http://www.oreilly.com/catalog/openssl/
I do not know any book of openSSL, but I know others that explains the
SSL protocol.
This book is good, but the openSSL version that use, I think that is
the 0.96, so the documentation is slig
Hellos, I have some problems with the function i2d_DSA_PUBKEY.
I want serialize the public key to send this to a client Java for this
can read this public key.
I get serialize with openSSL, but the Java client throw an exception
of the bad encoded when read this.
Java have some functions to read P
Thank you very much,
I don't know the use of the function SSL_set_app_data and SSL_get_app_data.
This method is better for me because I am implementing a server that
manage the SSL_SESSIONS externaly with threads, and in the threads I
use this technique (To pass the this pointer to the callback f
Hello,
I am implementing an object model for secure communications and secure
sessions gestor.
I am using the openSSL library for this task. My problem is when I
define the callback functions for external SSL sessions, the callback
functions cannot methods of a class if these are not static, but
I am using Windows 2000 and XP with Visula Studio .NET.
Sorry I don't know what is backtrace.
Thanks.
On 4/13/05, Nils Larsch <[EMAIL PROTECTED]> wrote:
> Tyler Durden wrote:
> > Sorry,
> >
> > I forget put in the flen parameter of the function
> > RSA_p
offset).
Someboy can help me?
Thanks.
On 4/13/05, Tyler Durden <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have a problem wiht the function
> "int RSA_private_decrypt(int flen, unsigned char *from, unsigned char
> *to, RSA *rsa, int padding);"
>
> When I
Hello,
Yes, I encrypt with symmetric key ciphers *.doc and *.pdf.
You have that open the files in binary mode.
On 4/13/05, Rafael Cividanes <[EMAIL PROTECTED]> wrote:
> Hi,
>
>I'm trying to make a function to get a file in word format (.doc) ,
> encrypt and decrypt it. I'm using symet
Hello,
I think that you have a problem with the call "strlen(firma)", because
this function use the character '\0' to find the length of the char*
and you has not initialized the char* firma.
On 4/13/05, Angel Martinez Gonzalez <[EMAIL PROTECTED]> wrote:
> Hello:
>
> I want sign with OpenSSL,
Hello,
I have a problem wiht the function
"int RSA_private_decrypt(int flen, unsigned char *from, unsigned char
*to, RSA *rsa, int padding);"
When I call this function after to call the RSA_public_encrypt, I get
-1 return value, therefore I get an error. The information error is:
: rsa routin
Hello, I am doing a high level library that use openssl and I need
know the nids and the openssl name of the all ciphers (symmetric and
asymmetric) and digests.
There is some maner to get these?
Thank you very much.
__
OpenSSL Pr
Hello, I write the next c programming code that allow to do a test of
encryption and decryption.
I understand that I do bad, because the EVP_DecryptionFinal return 0
therefore the decrypted data are not match that the original data.
Please help me. Thaks very much
The code is this. I am using Mic
Hello,
I have next problem:
I implement a simple TLS cliente & server with openssl that these
funcions with all ciphers TLS suit except with the cifer DH, that are:
DH-DSS-AES128-SHA
DH-DSS-AES256-SHA
DH-RSA-AES128-SHA
DH-RSA-AES256-SHA.
I have proved with all functions of the generate key and I
Hello,
I make a client that send some bytes to a server. Both have a
certificata an key and they autenticate the peer. I have got that both
use several ciphes of the TLSv1 protocol but I haven't got that five
ciphers can be used. The ciphers are:
EDH-DSS-CBC-SHA
DH-DSS-AES128-SHA
DH-DSS-AES256-SHA
Hello,
I make a client that send some bytes to a server. Both have a
certificata an key and they autenticate the peer. I have got that both
use several ciphes of the TLSv1 protocol but I haven't got that five
ciphers can be used. The ciphers are:
EDH-DSS-CBC-SHA
DH-DSS-AES128-SHA
DH-DSS-AES256-SHA
Hello,
I make a client that send some bytes to a server. Both have a
certificata an key and they autenticate the peer. I have got that both
use several ciphes of the TLSv1 protocol but I haven't got that five
ciphers can be used. The ciphers are:
EDH-DSS-CBC-SHA
DH-DSS-AES128-SHA
DH-DSS-AES256-SHA
Hello,
I make a client that send some bytes to a server. Both have a
certificata an key and they autenticate the peer. I have got that both
use several ciphes of the TLSv1 protocol but I haven't got that five
ciphers can be used. The ciphers are:
EDH-DSS-CBC-SHA
DH-DSS-AES128-SHA
DH-DSS-AES256-SHA
Hello,
I make a client that send some bytes to a server. Both have a
certificata an key and they autenticate the peer. I have got that both
use several ciphes of the TLSv1 protocol but I haven't got that five
ciphers can be used. The ciphers are:
EDH-DSS-CBC-SHA
DH-DSS-AES128-SHA
DH-DSS-AES256-SH
The stablishing of the a symmetric key it has in the handshake and I
am calculating the time of the handshake and the time to sent data.
__
OpenSSL Project http://www.openssl.org
User Support Mailing
Thanks, I had forgotten that the time that I am calculating it is not
the time of the CPU and I was calculating the time of the data send
with the time that is lost with other processes that the linux
scheduler assign.
Somebody how I can profile only the time spent by SSL_write and SSL_read?
Thank
Hello,
I am trying to get the transfering time between a client and a server
with different size of data because I want to know that ciphers are
more efficient and after I can choose the cipher more efficient and
secures, because I want build a library for to transfer data in mobile
devices (PDA,
Sorry, I know a lot, but what do you want to get?, A certificate or a
certificate request, because that I think that this command (openssl
req) genrates a certificate request.
On Fri, 22 Oct 2004 11:53:44 -0400, Dan O'Brien <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> We're having some trouble generat
Hi,
I have created a server and a client that connection and communicate
well if I use this ciphers:
"NULL-MD5", "NULL-SHA", "EXP-RC4-MD5", "RC4-MD5", "RC4-SHA",
"EXP-RC2-CBC-MD5", "IDEA-CBC-SHA", "EXP-DES-CBC-SHA", "DES-CBD-SHA",
"DES-CBC3-SHA", "AES128-SHA"," AES256-SHA".
Four days ago I asked h
Hi,
I have created a server and a client that connection and communicate
well if I use this ciphers:
"NULL-MD5", "NULL-SHA", "EXP-RC4-MD5", "RC4-MD5", "RC4-SHA",
"EXP-RC2-CBC-MD5", "IDEA-CBC-SHA", "EXP-DES-CBC-SHA", "DES-CBD-SHA",
"DES-CBC3-SHA", "AES128-SHA"," AES256-SHA".
The client and the ser
Hi,
I want to get profiling information about my applications, but if my
application contain openssl functions, then I cannot get profiling
information. The gprof (software for profile applications) get 0
miliseconds for all functions that I have made and they use openssl
functions.
I use g++, but
Hello,
I want to use gprof with my openssl applications and I can get the
spent time for the several openssl functions that I used in my
application.
I don't know how to compile my applications and neither how to execute
gprof with my applications
My application is simple, only I have a client an
27 matches
Mail list logo