On Thu, 2010-06-24 at 21:41 +0200, Corinna Vinschen wrote: > Openssl does not come with any certificate and there's no certificate > package in Cygwin either. AFAICS it would be sufficient to move to > another ssl directory like, say, /usr/share/ssl instead of /usr/ssl. > The user can copy and rehash any certificates manually, or install > root certificates from scratch for 1.0.0.
1.0.0 would be a good opportunity to FHS-ize the openssl package. Move /usr/ssl to /usr/share/{open}ssl, but careful with /usr/ssl/man; moving that to /usr/share/man would clobber some man1pages. Also, could /usr/lib/engines be moved to /usr/lib/openssl/engines? The current path is quite ambiguous as to its purpose. Yaakov