Hi,
I havent been able to find anything about this in the FAQ or mailing list
archives so apologies if this has already been delt with.
I have only one call to RSA_generate_key in my program. The problem is that
after this function is called, any call to malloc() will crash my program. I
have ch
n client side > >
// store ssl session info to buf> if(session)>
{> nsessionLen = i2d_SSL_SESSION(session,
NULL);> //> if(nsessionLen > 0)>
{> unsigned char* p = NULL;>
sessionbuf = (unsigned>
char*)OPENSSL_malloc(nsessionLen);> p =
sessionbuf;> i2d_SSL_SESSION(ses
Hello everybody,
I wonder if AES is incorporated in Openssl, I think sometime back it was
still in development, Is that version with AES is now available for
public distribution?
Help in this regard is appreciated.
Thanks
Lokesh
I use Cooktop to edit all my dockbook/xml files.
http://www.xmleverywhere.com/cooktop/
Jarle
--
Jarle Aase email: [EMAIL PROTECTED]
Author of freeware. http://www.jgaa.com
(War FTP Daemon)news:alt.comp.jgaa
PG
Umm. You wrote a Linux based HOWTO using MS Word?
Maybe check out http://www.linuxdoc.org/LDP/LDP-Author-Guide/ and get it
into a standard Linux format? I'm sure it would be more likely to be accepted.
-- Scott
On Fri, Nov 02, 2001 at 03:33:03PM +1200, Franck Martin wrote:
> I have just written
I have just written
a little HOWTO, to be able to handle certificates. I'm happy to receive comments
and suggestions to improve it.
I found that most of
these informations were missing from the openssl documentation, as there are
very few practical examples.
Cheers.
Franck
MartinNetwork
Resolved my problem also.
Instead of generating the key using openssl, I generated the certificate
request via IIS and THEN signed it with openssl.
I also removed the text before the actual certificate as suggested.
I was then able to import the certificate.
Thanks for your help.
Nicolas
-Ori
Rahul S wrote:
>
> Hi,
> I am using use i2d_SSL_SESSION() and d2i_SSL_SESSION() at my
> server application as part of my testing.
> And the call to d2i_SSL_SESSION is failing . I am wondering whether
> I am doing the things corrrectly.
> Can anybody pls help me find what the problem w
Nicolas Ostermann wrote:
>
> Following is what I did in my Linux server:
>
> - For my self signed CA certificate:
> openssl genrsa -des3 -out ssl.key/CA.key 1024
> openssl req -new -x509 -days 365 -key ssl.key/CA.key -out ssl.crt/CA.crt
> openssl pkcs12 -export -in ssl.crt/CA.crt -inkey ssl.key/
Found out my problem. After generating the key with key manager (and the
request), signing it with openssl, I was not able to install the certifcate.
I hope it will help you too...
openssl ca -config openssl.cnf -cert ssl.crt/CA.crt -in
ssl.csr/IIS.csr -keyfile ssl.key/CA.key \
-days 360 -out ss
Hi
I am a Mac user under Mac OS X and I want to connect to SGI via SSH. My
problem is that when I do the command ssh host, I receive this message:
OpenSSL version mismatch. Built against 90581f, you have 90602f. What I
have to do? Please Help!
Thank you!
Jean-Francois Naud
Ph.D student
Unive
I have currently nearly the same problem with Key Manageg (IIS4.0) and IMAP.
I have generated a key for IMAP service with Key Manager, I have signed it
with OpenSSL and my CA Root Certificate, and I'm trying to import the
certificate with but it fails.
for info:
openssl rsa -in ssl.key/IIS.key
Hello all,
I am running apache-1.3.19-5 with mod_ssl-2.8.1-5 and openssl-0.9.6-9 on
RedHat7.1.
Everything is working perfectly within the Linux world except when I try to
export key + certificate into IIS 5.0 (not my choice!).
I use "import a certificate from a key manager backup file", then I s
Sorry, if this
question has already been answered. I'm just starting with SSL, and writing down
what I'm finding.
I have set myself as
a CA, I generate private key, create a certificate request, sign it with my CA
root certificate. Everything goes nicely in the various part of the /var/ssl
Hi All,
I am using Apache1.3.19 with modssl2.8.4 and
openssl0.96 + jserv.I have generated CA ,Server
certificates and key.
I would like to load CA certificate into IE and
Netscape browsers using servlets.I ran servlet to set
content-type application/x-x509-ca-cert.It didn't work
and i even
set "A
Hi,
I am writing a specialized HTTPS server for Windows. The server and
browser are on the same machine, with the browser requesting a resource via
localhost (e.g., "https://localhost:2649/someResource";).
When using Netscape 6.2 (a Mozilla 0.9.4 branch), the SSL_read in the
snippet below works
Is there a way to combine and extract both the priv key and cert from a java keystore?
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Autom
17 matches
Mail list logo