Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12971 - openssl root certificates
Summary: openssl root certificates
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-31 03:14 UTC by Max Kalika (RETIRED)
Modified: 2003-09-17 05:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
openssl ebuild patch to install root CA certificates (openssl-0.9.6g-r1.root_certs.patch,1.07 KB, patch)
2002-12-31 03:16 UTC, Max Kalika (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Kalika (RETIRED) gentoo-dev 2002-12-31 03:14:43 UTC
The Gentoo openssl ebuild currently doesn't install any root CA certificates.  
Some apps require these certs to validate ssl sites. (In my case, Mulberry 
[http://www.cyrusoft.com], but I imagine other apps/services may need these 
too.)  I think SuSe provides these and RedHat provides a bundle of these in 
their respective rpms.  I am attaching a patch for the openssl ebuild that will 
install the root CA certificates that come with openssl into /etc/ssl/certs.  
The location for these is, of course, not set in stone.  Most apps can be 
configured to look for CApath in other places (Mulberry currently can't -- it 
expects these files to be in /usr/local/ssl/certs, but a simple symlink can fix 
that.  However, Apache, Cyrus-imapd, and Postfix can be configured to look for 
the CApath in a specific directory). So another possibility may be /etc/ssl/ca 
(or somesuch).  Heck, maybe these can be a whole separate ebuild.  If this is 
the desired aproach I can whip one up and attach it.  For now, here's the 
promised patch...
Comment 1 Max Kalika (RETIRED) gentoo-dev 2002-12-31 03:16:59 UTC
Created attachment 6862 [details, diff]
openssl ebuild patch to install root CA certificates

here is the patch described in the report above
Comment 2 J Robert Ray 2003-06-26 00:13:18 UTC
Reassigning bugs due to lack of time.
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2003-09-17 05:16:21 UTC
OpenSSL 0.9.7b-r2 commited.