> -----Ursprüngliche Nachricht-----
> Von: owner-openssl-us...@openssl.org [mailto:owner-openssl-
> us...@openssl.org] Im Auftrag von Dr. Stephen Henson
> Gesendet: Freitag, 26. Juni 2009 16:26
> An: openssl-users@openssl.org
> Betreff: Re: How to get a string from an X509_NAME
> 
> The standard way to do this with OpenSSL is with X509_NAME_hash() which
> returns a 32 bit integer which is then turned into a hex value with a
> number
> appended in case of duplicates.
> 
> There is a function which will do the whole thing for a cerificate:
> X509_issuer_name_hash() the x509.c and crl.c source files in apps show
> how it
> is used.

[NM] Thanks for the quick answer and the hint. It took me a while to get it, 
but the hash probably equals the one created by the makefile for example in 
Apache's ssl.crt folder - so that's the way to address the certs, I see...

Mit freundlichen Grüßen / Kind regards
 Natanael Mignon

IT-Dienstleistungen: beraten | planen | umsetzen | betreiben
__________________________________________________________________________ 

fon          (+49) 511 260 911-0 (DW: - 13)
fax          (+49) 511 318 039-9
eMail      n...@michael-wessel.de
web        www.michael-wessel.de

Bitte senden Sie wichtige E-Mails stets auch an serv...@michael-wessel.de, um 
sicherzustellen, dass diese zeitnah bearbeitet werden.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to