thank you, it worked!
but, why don't use the installed openssl library and i have to put the
source directory?
thanks
ignacio
On 8/17/05, prakash babu <[EMAIL PROTECTED]> wrote:
> Hi Ignacio ,
>
> I think that the problem is that your are not linking the appropriate
> libraries.
>
> Try th
Hi,
I have a question on ADH and ECDH. Is ADH and ECDH same in terms of
algorithms used for key exchange? Can't we skip authentication for
ECDH just like how we do for ADH in case if the algorithms are
different ?
Thanks
JB
__
Op
On Thu, Aug 18, 2005 at 10:41:45AM +0200, Gerd Schering wrote:
> Hallo,
>
> could someone tell me how can I se if a CSR contains utf8 strings in the
> DN ?
> openssl req -in csr -noout -text -nameopt show_type
> has not the desired effect.
You can use:
openssl asn1parse -in request.pem
... if y
On Thu, Aug 18, 2005, Gerd Schering wrote:
> Hallo,
>
> could someone tell me how can I se if a CSR contains utf8 strings in the
> DN ?
> openssl req -in csr -noout -text -nameopt show_type
> has not the desired effect.
>
You need to combine "show_type" with another option such as
"multiline,s
On Thu, Aug 18, 2005, Peter BENKO,VSE IT
Sluzby,+421-55-610-2045,+421-903-855532 wrote:
> Hi
>
> I have the certificate with following purpose:
> openssl x509 -purpose -noout -in crt.pem
> Certificate purposes:
> SSL client : Yes
> SSL client CA : No
> SSL server : No
> SSL server CA : No
> Nets
Hi,
U can loop through every PKCS7_RECIP_INFO object in
P7->d.enveloped->recipientinfo stack and print the issuer and serial like:
X509_NAME_print(bio, recp_info->issuer_and_serial->issuer, )
i2a_ASN1_INTEGER(bio, recp_info->issuer_and_serial->serial, .)
Hadmut Danisch wrote:
Hi,
a q
Hallo,
could someone tell me how can I se if a CSR contains utf8 strings in the
DN ?
openssl req -in csr -noout -text -nameopt show_type
has not the desired effect.
Gerd
--
--
-- Gerd Schering, Email: [EMAIL PROTECTED] --
---
Hi,
a question about pkcs7 decryption:
An encrypted pkcs7 message (enveloped) contains a list of
recipient info objects (i.e. the subject name of the issuer and the
serial number of the certificates used for encryption).
When I pass a certificate and a private key to the library,
the library
Hi
I have the certificate with following purpose:
openssl x509 -purpose -noout -in crt.pem
Certificate purposes:
SSL client : Yes
SSL client CA : No
SSL server : No
SSL server CA : No
Netscape SSL server : No
Netscape SSL server CA : No
S/MIME signing : Yes
S/MIME signing CA : No
S/MIME encryption
Richard Levitte wrote:
Gerd Schering writes:
Sorry for this question, of course we have rfc2459.
*ahem* 3280
Cheers,
Richard
Yes, yes you're so right!
--
--
-- Gerd Schering, Email: [EMAIL PROTECTED] --
-
10 matches
Mail list logo