On Thu, Nov 22, 2007 at 04:56:49PM +0200, Graham Leggett wrote: > > Private keys and certificates can be stored in many formats. The format > > this function expects needs to be documented in the API. > > APR makes no claims as to the format the underlying toolkit accepts, this > same problem exists in the apr_ssl* code.
If I have to know whether apr-util is built against OpenSSL to be able to use this code, it's completely useless. I can just code directly against the OpenSSL EVP interface and cut out the unnecessary overhead of the layer in between. joe
