Update foafssl components to be in sync with the specification
--------------------------------------------------------------
Key: CLEREZZA-659
URL: https://issues.apache.org/jira/browse/CLEREZZA-659
Project: Clerezza
Issue Type: New Feature
Reporter: Henry Story
The latest version of the WebID spec has made some big strides in
simplification of the whole foafssl layer by
1. reducing the namespaces needed (merging rsa into cert ontology - simple
things like this are important
2. using xsd:hexBinary standard datatype instead of the pretty cool but non
standard cert:hex
As a result the verification can be done in one SPARQL step. ZZ does not have
SPARQL but it still is simpler.
http://www.w3.org/2005/Incubator/webid/spec/drafts/ED-webid-2011-11-23/
The code for all of this is up on the bblfish branch on github.
The diffs to my previous version are
https://github.com/bblfish/clerezza/commit/71e0135aa9cacaa866c251333688969133804951
Getting diffs to what is in the trunk of clerezza should be as easy as cloning
the git repository
https://github.com/bblfish/clerezza
updating to the latest of the clerezza git apache branch, and a selecting the
needed diffs.
This code is currently running https://foafssl.org/srv/idp
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira