Aditya <[EMAIL PROTECTED]> wrote: > right now i am using a win2k box for all the development work so > where do i find this openssl.cnf file
The default openssl.cnf comes with the OpenSSL distribution (in the apps directory) and the environment variable OPENSSL_CONF is usually set to point to it after installation. > if any one has got a all those oids present please send me the > relevent portion ( offlist if u wish ) because searching my hdd for > openssl.cnf came up with no matches The OIDs can be found in <openssl/objects.h> > can someone please post the link to the *COMPELTE* openssl docs which > have the oid_section the ones that i found from the google dont have > any oid_section The url is http://www.openssl.org/docs/ but that is incomplete. The full set of docs can befound in the openssl distribution archive, but that does not include stuff about OIDs. If you are a Windows developer and expecting extensive documentaton like that which comes with VC++ or other MS DevStudio programs, then I'm afraid you'll be disappointed. Most open source APIs don't come with the best documentation and in my experience OpenSSL is one of the best in docs but you'll still need to dig through the *.h and *.c files to find out how to properly use some things. I have a dream - a dream to eventually become an OpenSSL guru so I can contribute to writing more docs since I understand the pain of being a newbie. :-) __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]