encrypt with RSA public key!but my public key come from a
buffer,like char* buf,how can I use this buf encrypt my data?I know maybe use
RSA struct,so how can I use that buf make a RSA struct? my key is in DER
format.
but my public key come from a buffer,like char* buf,how can I
use this buf encrypt my data?I know maybe use RSA struct,so how can I use that
buf make a RSA struct?my key is in text format.
On Fri, Feb 27, 2004, Ujval Lodha wrote:
> I'm testing Triple DES encryption speeds with the OpenSSL library on Linux
> on my machine.
>
> With dynamic linking, I get about 16 Mbytes per second whereas with static
> linking, I get only about 5 Mbytes per second. For compiling, I used:
>
> DYNAMI
Hi
We are trying to run openSSL on top of SCTP. We need to know which parts of
the openSSL code that communicates with the lower layer (TCP) so that we can
adapts these calls to SCTP.
We have found socket calls in the following files:
/apps/s_socket.c
/crypto/bio/bss_socket.c
/crypto/rand/rand_
On Fri, Feb 27, 2004, Guido Noord wrote:
> Hi,
>
> I am a newbe to openssl. The documentation is not very enlightning to me
> so far I'm afraid.
>
> What I am trying to do is to take the "sha-1 hash of a public key
> obtained from a peer". So, I first do a SSL_connect,
> obtaining the X509 certi
Hi,
I am a newbe to openssl. The documentation is not very enlightning to me
so far I'm afraid.
What I am trying to do is to take the "sha-1 hash of a public key
obtained from a peer". So, I first do a SSL_connect,
obtaining the X509 certificate of the peer. So far so good, this is
standard SSL s
Hello Ronan,
Ronan Daniellou wrote:
Thank you for your answer,
in fact what I am trying to do is to use TLS over a bluetooth socket. I
use the L2CAP layer which is reliable.
[...]
Why don't you use BIOs ?
Implementing a BIO that reads data from the bluetooth layer
should be trivial...
Bye
Goet
Hello!
I'm trying to compile an ATL ActiveX for PocketPC2002. This activeX
compile properly. However, when I've included some code from Openssl
when compile using the static version of the library I'm getting the
followings errors:
C:\Archivos de programa\Windows CE Toolsrama\wce300\Pocket PC