New to OpenSSL: some questions

2011-10-10 Thread Jim Moon
Hello, All, I am glad to know about OpenSSL and look forward to better learning some of the features and requirements. I am working in a Linux environment. Here are my questions. 1. May there be no exchange of certificates? 2. May there be 256-bit encryption on both ends using the same key? How

Re: New to Openssl - recover public key

2010-02-10 Thread Kyle Hamilton
HECK_TLEN:wrong > tag:.\crypto\asn1\tasn_dec.c:1316: > 2444:error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 > error:.\crypto\asn1\tasn_dec.c:380:Type=PKCS12 > > Is what I'm trying to achieve even possible? and if so how might I > accomplish it? > >

Re: New to Openssl - recover public key

2010-02-10 Thread Luis Daniel Lucio Quiroz
Le Mercredi 10 Février 2010 12:32:50, vous avez écrit : > Hi, > > I have lost my public key, I used this public key to generate a certificate > request which has been signed. I need to try and recover my key to a .p12 > file and reimport it into my program to match the signed cert. > > All I have

New to Openssl - recover public key

2010-02-10 Thread newbie230
trying to achieve even possible? and if so how might I accomplish it? Thanks in advance. -- View this message in context: http://old.nabble.com/New-to-Openssl---recover-public-key-tp27535877p27535877.html Sent from the OpenSSL - User mailing lis

RE: New to openssl

2006-05-08 Thread Wai Wu
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Monday, May 08, 2006 3:53 AM To: openssl-users@openssl.org Subject: RE: New to openssl Hi, > I am new to openssl, but have been a c, c++ system programmer for a > long long time. Is there a place where I can find a very simple c &g

RE: New to openssl

2006-05-08 Thread Mark
Hi, > I am new to openssl, but have been a c, c++ system programmer > for a long long time. Is there a place where I can find a > very simple c client source code with openssl? All I need is > a demo to goto my secured web server and download a page > securely. No certificate

Re: New to openssl

2006-05-05 Thread Richard Salz
Did you look in the apps sub-directory? In particular, the code for s_client. /r$ -- SOA Appliances Application Integration Middleware __ OpenSSL Project http://www.openssl.org User Supp

New to openssl

2006-05-05 Thread Wai Wu
Hi all,   I am new to openssl, but have been a c, c++ system programmer for a long long time. Is there a place where I can find a very simple c client source code with openssl? All I need  is a demo to goto my secured web server and download a page securely. No certificate Auth is needed

new to openssl

2005-10-19 Thread Andrew Amargo
Hi All, I am quite new to OpenSSL and I just want to ask if the library' RNG complies to FIPS 140-2. Thanks. Regards, Andrew __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail

new to openssl trying to use BN libraries

2004-08-27 Thread Matt Raibert
Hey, I'm new to using Openssl. I'm trying to use the BN library. For some reason I can't use the functions defined in openssl/bn.h. Can anyone tell me what I'm missing? I've tried this with openssl version 0.9.7d and a snapshot from a month ago with identical results. Here's a really simple pi

Re: New to OpenSSL-Need a little help

2004-07-21 Thread Mark Foster
Kevin Eppinger wrote: I have been tasked with a project that involves writing a process (not a CGI invoked from Apache) that sends a secure request to a https website and reads the response back, parses it..blah, blah, blah. Its has to be Consider... LWP::Request part of the libwww perl module.

New to OpenSSL-Need a little help

2004-07-21 Thread Kevin Eppinger
I have been tasked with a project that involves writing a process (not a CGI invoked from Apache) that sends a secure request to a https website and reads the response back, parses it..blah, blah, blah.  Its has to be done this way because this certain third party doesn’t have a Linux/C/C++

new to openssl

2003-06-16 Thread nathv
Hi, I am just starting out on ssl...could pl. tell me what might be causing the below error, when using s_client to connect to a server, my application also fails during chain verification process... s_client output of the server: Loading 'screen' into random state - done CONNECTED(017C) SSL

Re: Docs for someone new to OpenSSL

1999-10-29 Thread Mike Benna
could figure out how to determine if the server has closed the SSL connection on me... more reading I guess. - Original Message - From: Geoff Thorpe <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 29, 1999 4:27 AM Subject: Re: Docs for someone new to OpenSSL