Changes between Initial Version and Version 1 of Documentation


Ignore:
Timestamp:
Mar 30, 2011 2:04:59 PM (13 years ago)
Author:
Mike Ryan
Comment:

mostly cut/paste from main page

Legend:

Unmodified
Added
Removed
Modified
  • Documentation

    v1 v1  
     1[[TOC]]
     2
     3== Overview ==
     4 * [source:/doc/design System design]
     5 * [source:/doc/API libabac API]
     6 * [source:/doc/creddy_API libcreddy API]
     7 * [wiki:Creddy]
     8 * [source:/doc/usage_scenario Usage scenario]
     9 * [source:/doc/keystore Keystore format]
     10 * ChangeLog
     11
     12== Example Keystores ==
     13
     14These are also available in the source tree:
     15
     16 * [source:/examples/acme_rockets/README Simple Acme example]
     17 * [source:/examples/experiment_create/README More complex experiment creation]
     18 * [source:/examples/acme_rockets_intersection/README Acme rockets with intersection node]
     19
     20== Example Code ==
     21 * ABAC prover
     22  * [source:/libabac/prover.c C]
     23  * [source:/libabac/prover_plus.cc C++]
     24  * [source:/swig/perl/abac_prover.pl Perl]
     25  * [source:/swig/python/abac_prover.py Python]
     26 * [source:/preprover/ XML-RPC pre-prover (Perl)]
     27 * libcreddy
     28  * Get keyid from a cert
     29    * [source:/swig/perl/creddy_keyid.pl Perl]
     30    * [source:/swig/python/creddy_keyid.py Python]
     31  * [source:/swig/python/creddy_abac.py libcreddy and libabac integration (Python)]