question!!

2002-11-28 Thread Touria Zaddaoui
Hi everybody, i have a question about openssl and LDAP, is there any option with openssl that can be used to publish an openssl generated certificate to an LDAP directory. i'll be very greatful if i get an answer. thanks to all ___

how to generate a DSA certificate?

2002-09-21 Thread Touria Zaddaoui
hello everybody, this is the problem i have with generating a dsa certificate: after generating a CA private keys & certificate, i do the following command to generate a DSA certificate signed by the already generated CA credentials: 1- openssl dsaparam -out dsap.pem 512 2-openssl req -new -nod

problem in signing documents

2002-09-21 Thread Touria Zaddaoui
dear all, can anybody help me with this problem? when i sign document with a signing algorithm different than md5 like md2 for example, i get an error in the verification, i use the following commands: 1- to sign: openssl dgst -sign priv_key.pem -out signature.pem -md2 doc.txt 2-to verify: openss

questions !?

2002-09-21 Thread Touria Zaddaoui
hello everybody, i have two questions about openssl, i'll be very geatful if anyone can help me with them. 1-how can i get the public key (rsa or dsa) from a certificate file (.pem or .der)? 2-to generate dsa keys , i need a certain rand files, where can i get an example of a rand file? or can an