Re: BIO definitions missing in 0.9.8k

2009-08-08 Thread Dr. Stephen Henson
On Fri, Aug 07, 2009, Paul Suhler wrote: Hi, all. I'm trying to upgrade from 0.9.8i to 0.9.8k for an embedded application. There are two new files in crypto/bio that are having undefined symbols, and I can't find the symbols defined anywhere in the code: bio_asn1.c: BIOC_C_SET_EX_ARG

x509: adding extensions to CSRs

2009-08-08 Thread Matthias Güntert
Hello guys At the moment I am playing around with M2Crypto the OpenSSL Python wrapper, and when it came to create a certificate signing request I stumbled over one question: Do x509v3 extensions have to be added to a CSR itself and be signed with the corresponding RSA private key or is it enough

Re: Compiling openssl for linux-mipsel

2009-08-08 Thread hdf sdesdh
I'm not sure how to take the question. It's a symbol that's normally found in libcrypto.so. It's a function that free's an RSA*. It's part of the support for RSA public key crypto, which undergirds most stuff you might want to do with OpenSSL. If this is the case, then I definately need to

RE: BIO definitions missing in 0.9.8k

2009-08-08 Thread Paul Suhler
Hmm. I just pulled 0.9.8k down again, and they're in the tree. asn_mime.c also contains some of the stream symbols. Are the streaming ASN.1 interface files included but not supposed to be built? Thanks, Paul -Original Message- From: owner-openssl-us...@openssl.org on behalf of Dr.

Encryption Algs/Cipher modes supported

2009-08-08 Thread Sudarshan Soma
Hi, We are planning to use openssl libraries in our software. I have to find all the supported encryption algs supported, Encryption Mode Support of each and so on. I think all this information is available with openssl list-cipher-commands. http://www.openssl.org/docs/apps/enc.html Please let

( beginner ) how to send starttls command in smtp protocol ( as in the s_client )

2009-08-08 Thread Meir Yanovich
Hello all im trying to find the right code ( c++/c) to connect to smtp server using starttls i know it can be done using openssl according this tutorial : http://qmail.jms1.net/test-auth.shtml i need to translate it to real code . that is the open ssl part where can i find examples or tutorial