CIA.vc
Pathfinder
Pathfinder PKI Daemon
Stats » Projects » Pathfinder
information
Pathfinder is designed to provide a mechanism for any program to perform RFC3280-compliant path validation of X509 certificates, even when some of the intermediate certificates are not present on the local machine. It will automatically download any such certificates (and their CRLs) from the Internet as needed using the AIA and CRL distribution point extensions of the certificates it is processing.
syndicateUTC clock
15:36 on Feb 23, 2012
event counters
The last message was received 1.13 years ago at 20:20 on Jan 05, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
237 messages since the first one, 4.57 years ago, for an average of 1.01 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
20:18 on Jan 05, 2011pathfinder
Commit by ppatters :: r225 /trunk/ (15 files in 4 dirs):
Update the copyrights - for the first time in a few years...
#
19:00 on Mar 01, 2010pathfinder
Commit by dcoombs :: r224 /trunk/pathfinder/ (4 files in 2 dirs):
Fixing a couple bugs in Patrick's recent check-in.
#
18:21 on Mar 01, 2010pathfinder
Commit by ppatters :: r223 /trunk/pathfinder/ (5 files):
Ok - implement the "Use OCSP" feature (still passes all unit tests... so
this is good), add the BSD license to the Licenses file, in anticipation of
re-licensing the libpathfinder stuff, and fix a broken reference in the
README file.
#
17:36 on Mar 01, 2010pathfinder
Commit by ppatters :: r222 /trunk/pathfinder/README:
Check in the syntax for the "Use OCSP" flag... code to follow.
#
15:26 on Feb 22, 2010pathfinder
Commit by dcoombs :: r221 /trunk/patches/apache/httpd-2.2.8-pathfinder.diff:
New apache path that gives a 403 when pathfinder fails instead of returning
a bizarre ssl code.
#
22:13 on Feb 19, 2010pathfinder
Commit by ppatters :: r220 /trunk/pathfinder/revocationfinder.cc:
Ok - Proxy setting now works...
#
22:11 on Feb 19, 2010pathfinder
Commit by dcoombs :: r219 /trunk/pathfinder/util.cc:
Removing extra slash.
#
22:02 on Feb 19, 2010pathfinder
Commit by ppatters :: r218 /trunk/pathfinder/ (README revocationfinder.cc pathfinder.cc):
Fix a number of inconsistancies, and do some initial testing of the Proxy
and LDAP Preference code.
#
21:25 on Feb 19, 2010pathfinder
Commit by ppatters :: r217 /trunk/pathfinder/ (4 files):
Now, we can have sorted URLs... by default, they are sorted HTTP first.
However, if [Default]Prefer LDAP=yes, then LDAP is checked first.
#
20:36 on Feb 19, 2010pathfinder
Commit by ppatters :: r216 /trunk/pathfinder/revocationfinder.cc:
And now, add the LDAP and HTTP Proxy stuff to the revocation finder.
#
20:30 on Feb 19, 2010pathfinder
Commit by ppatters :: r215 /trunk/pathfinder/pathfinder.cc:
Fix up a now misleading comment. LDAP works from the downloader, however, we
still need to figure out the right logic to follow.
#
20:27 on Feb 19, 2010pathfinder
Commit by ppatters :: r214 /trunk/pathfinder/ (5 files in 2 dirs):
Add the capability for Pathfinder to be told to use either an LDAP or an
HTTP proxy. Useful when Pathfinder is sitting buried behind firewalls, and
the security team is loath to open up a blanked connection to the internet
from the Pathfinder host.
#
18:05 on Feb 19, 2010pathfinder
Commit by ppatters :: r213 /trunk/pathfinder/t/download.t.cc:
And this should make a nice clean unit test pass.
#
18:00 on Feb 19, 2010pathfinder
Commit by dcoombs :: r212 /trunk/pathfinder/downloader.cc:
trying to fix another unit test failure.
#
17:56 on Feb 19, 2010pathfinder
Commit by ppatters :: r211 /trunk/pathfinder/downloader.cc:
Fix a double-free.
#
17:50 on Feb 19, 2010pathfinder
Commit by ppatters :: r210 /trunk/pathfinder/ (4 files in 2 dirs):
Ok - the LDAP stuff should mostly be working - there is still a couple of
cases that I need to test and handle, but this should all work now.
#
17:49 on Feb 19, 2010pathfinder
Commit by dcoombs :: r209 /trunk/pathfinder/t/revocationfinder.t.cc:
Fixing a failing revocationfinder unit test.
#
16:52 on Feb 19, 2010pathfinder
Commit by ppatters :: r208 /trunk/pathfinder/ (t/download.t.cc downloader.cc):
Wow, with unit tests, this makes it MUCH easier to debug this thing...
#
15:33 on Feb 19, 2010pathfinder
Commit by dcoombs :: r207 /trunk/pathfinder/CMakeLists.txt:
Fixing pathfinderd/pathverify/pathclient link error. You're not allowed to
have a newline there in CMakeLists.txt. :)
#
15:26 on Feb 19, 2010pathfinder
Commit by ppatters :: r206 /trunk/pathfinder/t/download.t.cc:
Let's make the test now work, and use the globallist.
#