Re: OCSP request with SHA256

2010-05-13 Thread Michael Ströder
Carla Coutinho wrote: > I'm trying to generate an OCSP request containing Issuer Name Hash and > Issuer Key Hash calculated with hashing algorithm SHA256. > I've already instaled OpenSSL 1.0.0, which has the option '-sha256', but > that doesn't seem to be working (the Hash Algorithm is always SHA1)

OCSP request with SHA256

2010-05-13 Thread Carla Coutinho
Hello. I'm trying to generate an OCSP request containing Issuer Name Hash and Issuer Key Hash calculated with hashing algorithm SHA256. I've already instaled OpenSSL 1.0.0, which has the option '-sha256', but that doesn't seem to be working (the Hash Algorithm is always SHA1). What am i doing