Perusing through the OpenSSL documentation, I've noticed that there appear to be several ways to handle the situation where you want to have multiple values for the same key. For instance, I'm trying to define a section which contains all the known CA's (instead of just relying on the `default_ca' in the `ca' section). [ ca_list ] 0.ca = CA_default # default 1.ca = myCA 2.ca = mySubCA # subordinate CA Then I can use CONF_get_section() to return the STACK_OF CONF structs and iterate through them looking for the string `ca'. Or is there a better way of handling this sitation? me ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]