Getting RSA key as an encrypted and B64 encoded string

2002-01-21 Thread Hellan,Kim KHE
Hi I have an RSA private key in a EVP_PKEY structure. I need to get the RSA "blob" out of the EVP_PKEY, encrypt it (EVP_des_ede3_cbc) and Base64 encode it. Basically I need something like what the PEM_write_PrivateKey() function does, except my destination is memory, not a file and I don't want t

solved compiling problem on w2k

2002-01-21 Thread Matteo Artuso
Thanks to Marco for his councils.(see Re:9.6c compiling problem on w2k unistd.h) I had another problem too cause there' s an undefined function in ssl/ssl_err2.c It's ERR_load_SSL_strings(). I added line : void ERR_load_SSL_strings(void); in inc32/openssl/err.h and now works corectly. But I'm not

RE: linux/openssl/apache problem solved

2002-01-21 Thread John . Airey
>-Original Message- >From: Rick Dennis [mailto:[EMAIL PROTECTED]] >Sent: 16 January 2002 19:27 >To: [EMAIL PROTECTED] >Subject: linux/openssl/apache problem solved > > >I found my problem. > >I was sure I had done everything right, but couldn't get a connection >using https. > >Found out I

Re: Getting RSA key as an encrypted and B64 encoded string

2002-01-21 Thread Vadim Fedukovich
On Mon, 21 Jan 2002, Hellan,Kim KHE wrote: > Hi > > I have an RSA private key in a EVP_PKEY structure. > I need to get the RSA "blob" out of the EVP_PKEY, encrypt it > (EVP_des_ede3_cbc) and Base64 encode it. > Basically I need something like what the PEM_write_PrivateKey() function > does, excep

RE: RedHat Linux 7.1 ssh connection refused

2002-01-21 Thread John . Airey
Does "ps -C sshd" give a result on the server you are connecting to? Does netstat -a on the server you are connecting to show that it is listening on port 22? If you telnet to port 22 on the server from your client, do you get a response? If you telnet to port 22 on the server from the server (ie

Re: OpenSSL and POP3 Integration Question

2002-01-21 Thread Lutz Jaenicke
On Fri, Jan 18, 2002 at 10:10:36AM -0700, Ben Schumacher wrote: > I am trying on integrating OpenSSL into a POP3 daemon that I've been > contributing to, and a security concern has come up that I hadn't > considered but has me curios. Basically, as with most POP3 daemons, > after authentication, t

Re: OpenSSL and POP3 Integration Question

2002-01-21 Thread Geoff Thorpe
Hi there, > * The OpenSSL API does not offer a call to remove the private key > information from memory as long as any TLS functionality is still > set up. > (-> reminder: check, whether the memory overwritten when performing > SSL_free()/SSL_CTX_free()..) > To be compliant with RFC2246

VxWorks

2002-01-21 Thread Vijay
hi all Can anyone please guide me in porting Openssl to VxWorks. Am urgently in need of documents regarding it . Any help would be appreciated. Thanks Vijay __ OpenSSL Project http://www.opens

Crypt::SSLeay0.35 : problems on Win2000

2002-01-21 Thread Pramila Rani
Hi, I have installed Crypt::SSLeay0.35 and openssl0.96b on Win2000 - with ActivePerl Whenever methods like get_peer_certificate->subject_name ; or issuer_name is being invoked, the program just terminates with a windows popup error message : 'The instruction at "x" referenced memory at "

Expired Certificate in CRL

2002-01-21 Thread Stéphane Lemaire
Hi, My CRL contains Expired Certificate (revoked or Not). How Can I delete the expirated certificate of my CRL ? Best regards, Stéphane Lemaire __ OpenSSL Project http://www.openssl.org User Sup

using Openssl in my examples

2002-01-21 Thread Pavol Cerven
Hello, I wrote book about software protections. I am writing second edition of my book. I will added some examples with strong encryption. I ripped from openssl function for generating RSA keys. I compiled it to DLL. Ofcourse I didn't removed Copyright and I will add text to About box of my progra