LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-01-2009, 11:38 PM   #1
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
RFC: ca-certificates


Has anyone run across anything (e.g. wine) that needs ca-certificates installed?

If so, I need testing and feedback on http://slackware.com/~rworkman/ca-ce...arch-1_rlw.tgz.
Sources are here: http://slackware.com/~rworkman/ca-certificates/

Last edited by rworkman; 07-02-2009 at 01:01 AM.
 
Old 07-02-2009, 01:00 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
I use ca-certificates for sending mail. My setup uses mutt, msmtp,
and maildrop. The ones in /usr/share/curl/ca-bundle.crt have always
worked fine for me. If you can clue me in to why I would use these
different ones, I'd be more than willing to help out.
 
Old 07-02-2009, 01:19 AM   #3
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Well, it stemmed from this:
http://bugs.winehq.org/show_bug.cgi?id=15704

My memory is a bit fuzzy, and at this hour, so is my mind in general, but I seem to recall that the bundled certs were added to curl after openssl stopped bundling them in their sources (and thus the packages).

To be quite honest, I'm not entirely sure how (or even if) this will help you specifically. I'm guessing that it won't, so long as the /usr/share/curl/ca-bundle.crt is present. That being said, I'm not going to ask you to remove it for testing, but if you're feeling froggy, jump... :-)

Note that I've since updated those sources with a bugfix and included a package in the original post.
 
Old 07-02-2009, 01:49 AM   #4
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
I'm using the certs that come with Slackware all the way back to 10.1 with no problems:
Code:
mingdao@paul:~$ ls -l /usr/share/curl/curl-ca-bundle.crt
-rw-r--r--  1 root root 238102 2004-10-19 07:03 /usr/share/curl/curl-ca-bundle.crt
mingdao@paul:~$ cat /etc/slackware-version
Slackware 10.1.0
That's the oldest system I've got running on this LAN.

I read the bug report you posted, and don't see it as a bug for Slackware. Just a
problem not using the correct $PATH.

What sayest thou about this? Has he tried fixing the $PATH and building?
 
Old 07-02-2009, 11:23 AM   #5
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
As the bug report indicates, it's not really a "bug" in Slackware at all - it's another system that doesn't have the Verisign root cert which is failing on a crypt test when building wine. I've never run across it in Slackware, so admittedly this is a low priority thing for us. The main thing I'm trying to figure out is whether we might actually *need* these certs or not.

Tangentially to that is whether installing them could potentially be undesirable; I don't see how they would, and it's a small (121k) package, but perhaps I'm missing something...
 
Old 07-02-2009, 05:53 PM   #6
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Look at the certs in /usr/share/curl/ca-bundle.crt and compare those to
the ones your source for that package would issue. The privacy service
for which I need a cert is pretty picky -- they even only used their
own, self-signed cert for years because they didn't see the need to
pay for one. Now I can use a cert from that package in Slackware, and
it's fine. I'm personally not changing, because it would mean using a
non-Slackware source when the one with Slack works just fine. There
are few packages that I choose to do that with, preferring to keep
everything that works satisfactorily an official Slackware package.

The original bug report you linked had a guy that posted
Quote:
I got same bug on latest Slackware-12.2-current linux distribution.
I think he'd be better served by someone telling him about the
/usr/share/curl/ca-bundle.crt $PATH to certs in Slackware,
rather than building another package - especially based from
Debian. I, too, have built wine myself for years and never
came across that error message even once.

Just my opinion, worth what you paid for it.
 
Old 07-04-2009, 01:14 AM   #7
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Original Poster
Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
I found a use case for the ca-certificates :-)
http://www.ews.uiuc.edu/~dantle2/UIwpa2.html
 
Old 07-04-2009, 04:07 AM   #8
andrew.46
Senior Member
 
Registered: Oct 2007
Distribution: Slackware
Posts: 1,365

Rep: Reputation: 493Reputation: 493Reputation: 493Reputation: 493Reputation: 493
It is just a side-note to this thread but I wonder if you have seen this very nice piece of work:

http://curl.haxx.se/lxr/source/lib/mk-ca-bundle.pl

which I have written into a guide as:

Code:
curl --verbose --output mk-ca-bundle.pl \
http://cool.haxx.se/cvs.cgi/*checkout*/curl/lib/mk-ca-bundle.pl?rev=1.10
Andrew
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RFC for Sftp? live_dont_exist Linux - Security 7 02-26-2007 08:45 AM
Can somebody point me to the RFC... quackking Linux - Networking 4 02-22-2007 04:45 PM
What is RFC ..... emailssent Linux - Newbie 1 09-28-2004 02:12 AM
Linux with RFC 2217 kalghatgi Linux - Networking 0 04-12-2004 09:28 AM
Rfc nautilus_1987 Linux - General 8 08-28-2002 02:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration