Hi Darren, On Tue, Aug 10, 2010 at 09:51:47AM +0100, Darren J Moffat wrote: > On 10/08/2010 03:11, [email protected] wrote: > >Now that the Security team is delivering a set of CA certificates, > >pkg(5) should stop delivering its own set of CA certs. This webrev > >removes the cert that we were delivering, and uses the package provided > >by the security team instead. > > > > http://cr.opensolaris.org/~johansen/webrev-16765/ > > I don't see any issues with that. Though it might have been nice to > have the cacerts location be a constant rather than explicit strings > in the code somewhere I wouldn't insist on it since it is only used > in one place.
Thanks for looking at this. I can set this as a constant; however, I'd like to continue to use os.path.join() to assemble the components. Does openssl provide any interface that would allow me to get the default cacerts directory? The information is in the config file, but I'd hate to go looking through that by hand. If it's possible to get this information dynamically, we might be able to get the default right on multiple platforms. Thanks, -j _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
