Re: Creating Certificates Via The SSL/Crypto Api's

2006-09-21 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Jason, edf green schrieb: > Very straight forward and well documented? You gotta be kidding. > Perhaps for a long time openssl developer, but not for your run of the > mill C developer. I spent all last night going through the example > provid

RE: Creating Certificates Via The SSL/Crypto Api's

2006-09-21 Thread David Schwartz
> What im talking about is functions like a2i_ASN1_INTEGER. > When i check the crypto library documentation on openssl.org > for usage or such, there is no man page available, > actually.. the entire asn1 section is blacked out. There's no reason you need to use that function. The load_serial/sa

Re: Creating Certificates Via The SSL/Crypto Api's

2006-09-21 Thread edf green
Very straight forward and well documented?  You gotta be kidding.  Perhaps for a long time openssl developer, but not for your run of the mill C developer.  I spent all last night going through the example provided, and yeah beyond being painfully inhibiting for a developer in its complexity, its a

Re: Creating Certificates Via The SSL/Crypto Api's

2006-09-21 Thread Richard Salz
Looks at the source for the command-line tool that you're using. /r$ -- STSM, Senior Security Architect SOA Appliances Application Integration Middleware __ OpenSSL Project http://www.open

RE: Creating Certificates Via The SSL/Crypto Api's

2006-09-20 Thread David Schwartz
Please don't top post. >> Look at apps/x509.c function x509_certify(). > you're kidding right? That has to be some of the most atrocious > and confusing code i have ever seen. I dont suppose anyone has > anything more practical as an example? > Perhaps some documentation on the process or such

Re: Creating Certificates Via The SSL/Crypto Api's

2006-09-20 Thread edf green
you're kidding right?  That has to be some of the most atrocious and confusing code i have ever seen.  I dont suppose anyone has anything more practical as an example?  Perhaps some documentation on the process or such. On 9/20/06, Marek Marcola <[EMAIL PROTECTED]> wrote: Hello,> Long time

Re: Creating Certificates Via The SSL/Crypto Api's

2006-09-20 Thread Marek Marcola
Hello, > Long time reader, first time poster. I have a problem > currently with the generation of a SSL cert using the libssl/crypto > apis. I can generate keys fine, but i cannot find any documentation > on how to actually create a cert file via anything other then the > openssl command l

Creating Certificates Via The SSL/Crypto Api's

2006-09-20 Thread edf green
Hello all,    Long time reader, first time poster. I have a problem currently with the generation of a SSL cert using the libssl/crypto apis.  I can generate keys fine, but i cannot find any documentation on how to actually create a cert file via anything other then the openssl command line too