Regarding Public key Encryption-RSA

2003-07-03 Thread sowmya hn
I need to provide security for password.I need to use RSA algorithm. Encryption will be done by C++ client using RSA algorithm. Decryption will be done by server using RSA algo .JCE and Bouncy Castle as provider will be used for decryption. Key pair will be generated using Java key tool. C++ clien

SSL_shutdown()...

2003-07-03 Thread Thomas J. Hruska
For non-blocking BIOs (in this case, non-blocking sockets), the documentation is unclear as to whether or not a second call to SSL_shutdown() will block: "The second call will make SSL_shutdown() wait for the peer's "close notify" shutdown alert. On success, the second call to SSL_shutdown() will

Re: Memory Leaks

2003-07-03 Thread Dr. Stephen Henson
On Thu, Jul 03, 2003, Walter Proseilo wrote: > I'm currently using openssl to provide TLS support for our software. We have > our own networking implemtation using the Linux (unix) networking commands. > This deos error handling, buffering, blocking etc. > > The TLS implimentation uses the

Re: Special characters in config file

2003-07-03 Thread Dr. Stephen Henson
On Thu, Jul 03, 2003, Fiel Cabral wrote: > Hello, > > Does anyone have an idea of the escape sequences supported > by the config file? I'm trying to escape special characters > that could occur in the distinguished name attribute values > in the [req] section. Thank you for any tips. > These ar

Memory Leaks

2003-07-03 Thread Walter Proseilo
I'm currently using openssl to provide TLS support for our software. We have our own networking implemtation using the Linux (unix) networking commands. This deos error handling, buffering, blocking etc. The TLS implimentation uses the networking implimentation to communicate with remote ho

Special characters in config file

2003-07-03 Thread Fiel Cabral
Hello, Does anyone have an idea of the escape sequences supported by the config file? I'm trying to escape special characters that could occur in the distinguished name attribute values in the [req] section. Thank you for any tips. -Fiel Cabral __ Do you Yahoo!

Connection pool for HTTPS using OpenSSL

2003-07-03 Thread Harald Ommang
Hi! I need to write some software that communicates using HTTPS, and thought of using OpenSSL for the SSL transport. Does anyone have any pointers to samples or libraries for this purpose that has a pool of connections for the web server? Regards, Harald Ommang Senior Software Architect, Delfi Da

Re: checking for key usages

2003-07-03 Thread Aleix Conchillo Flaque
"Dr. Stephen Henson" <[EMAIL PROTECTED]> writes: > ... then search and parse it using X509V3_get_d2i(). > > For keyUsage you get back an ASN1_BIT_STRING structure. From that you can test > individual bits using ASN1_BIT_STRING_get_bit(). > great! that is what i needed. thank you! aleix _

Re: checking for key usages

2003-07-03 Thread Dr. Stephen Henson
On Thu, Jul 03, 2003, Aleix Conchillo Flaque wrote: > > hi, > > i've added key usage extensions to some CSR and these have been added to > the certificate. for this, i've use the function X509V3_EXT_conf_nid > (like in the mkreq.c example). > > now, i'd like to obtain key usage values from an X

checking for key usages

2003-07-03 Thread Aleix Conchillo Flaque
hi, i've added key usage extensions to some CSR and these have been added to the certificate. for this, i've use the function X509V3_EXT_conf_nid (like in the mkreq.c example). now, i'd like to obtain key usage values from an X509_EXTENSION structure. how can i obtain each of these values? that

Re: Configuration file for a CRL

2003-07-03 Thread Dr. Stephen Henson
On Thu, Jul 03, 2003, Oliver Foden wrote: > What sections are needed in a .cnf file to work with > this command: > > ca -gencrl -config root.cnf -out CRLfile.pem > > im trying to create a CRL file to work with the code > included but keep getting this error: > > Using configuration from root.cn

Configuration file for a CRL

2003-07-03 Thread Oliver Foden
What sections are needed in a .cnf file to work with this command: ca -gencrl -config root.cnf -out CRLfile.pem im trying to create a CRL file to work with the code included but keep getting this error: Using configuration from root.cnf .//index.txt: No such file or directory unable to open './/

How to authenticate more than one trusted CA ?

2003-07-03 Thread Benoît Bécel
Hello, I use EAP-TLS with FreeRadius and I would like to know how to authorise more than one trusted root CA ? Because I would like to use an official CA and an other for local use on the same FreeRadius server. If someone can help me ? Thanks Ben ___