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
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
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
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
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
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!
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
"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
_
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
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
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
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 './/
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
___
13 matches
Mail list logo