Re: adding purpose to certificate

2006-09-27 Thread Antonio A
base could you give some hint to find out what is wrong? best regards --- "Dr. Stephen Henson" <[EMAIL PROTECTED]> escribió: > On Wed, Sep 27, 2006, Antonio A wrote: > > > Dear Dr. Stephen, > > thanks for your answer :o) > > > > i am using OpenSS

Re: adding purpose to certificate

2006-09-27 Thread Antonio A
--- "Dr. Stephen Henson" <[EMAIL PROTECTED]> escribió: > On Tue, Sep 26, 2006, Antonio A wrote: > > > dear Marco, > > > > how could i insert certificate policies in a > > certificate? using openssl 0.9.7 > > > > like your certificate >

Re: adding purpose to certificate

2006-09-26 Thread Antonio A
dear Marco, how could i insert certificate policies in a certificate? using openssl 0.9.7 like your certificate ... X509v3 Certificate Policies: Policy: 2.16.840.1.113733.1.7.1.1 CPS: https://www.verisign.com/CPS User Notice

X509 v3 extensions and Digest Algorithms

2006-09-26 Thread Antonio A
dear friends of OpenSSL, i use OpenSSL-0.9.7 in an application that generates certificates with x509 v3 extensions. i have some questions: i) according to one post (http://www.mail-archive.com/openssl-dev@openssl.org/msg11608.html) OpenSSL-0.9.7 does not support otherName as a valid option for Su

behaviour of function: int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2);

2006-05-08 Thread Antonio A
hi friends of openssl, i am trying to loading a private key stores in a hsm after it has been opened with k of n authentication method (smart cards). my program have to do something similar openssl ca command do when using engine CHIL. openssl ca command load a private key from the engine with the

How does openssl ca command get hsm password to use a private key?

2006-05-05 Thread Antonio A
hi friends of openssl, first of all excuse me if my question is out of the list's scope. here is my situation: i work in a project that use a cryptographic device, especifically a nCipher to store private keys. i read that openssl use engine objects to manage cryptographics devices such nShield

signature verification with EVP_VerifyFinal fails

2006-03-24 Thread Antonio A
hi friends of openssl, i am working with smart card to authenticate users to get access my application. the steps to authenticate a user are these: i) creating a random piece of information inside smart card (through PKCS#11) ii) signing the previous piece of information with private key stored i

smart card public key and EVP_PKEY

2005-12-07 Thread Antonio A
hi friends of openssl-users, i would like to know how to form a EVP_PKEY structure with modulus and exponent values generated and already retrieved from a smart card. what i really want is to retrieve a public key from a smart card to a EVP_PKEY. thanks for your help antonio araujo