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 whic
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
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. St
"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 ke
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
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