andre@1254: /** andre@1254: \mainpage TrustBridge andre@1254: andre@1254: \section Copyright andre@1254: andre@1254: Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik andre@1254: Software engineering by Intevation GmbH andre@1254: andre@1254: This file is Free Software under the GNU GPL (v>=2) andre@1254: and comes with ABSOLUTELY NO WARRANTY! andre@1254: See licenses/README.txt for more information. andre@1254: andre@1254: \section Introduction andre@1254: andre@1254: TrustBridge is a is a root certificate installer for Windows and Linux, andre@1254: contracted by the German Federal Office for Information Security (BSI). andre@1254: It should be able to be installed with or without root access rights. andre@1254: andre@1254: The orignal target platforms are Windows NT > 6.0 (Vista and later) and andre@1254: Ubuntu GNU/Linux 14.4 both 32 and 64 bit. andre@1254: andre@1254: Certificates are installed under Windows in the Windows System store and andre@1254: using the Mozilla NSS library into the certificate databases used by andre@1254: firefox and thunderbird. andre@1254: andre@1254: Under GNU/Linux the NSS-Shared DB, used for example by Chrome(ium) is andre@1254: accessed additionally to the Thunderbird and Firefox stores. andre@1254: andre@1254: \section Installation andre@1254: andre@1254: See the file \ref INSTALL for build instructions for Linux and Windows. andre@1254: andre@1254: \section Documentation andre@1254: For API (what you are reading now) documentation build the target "doc" andre@1254: (requires doxygen). andre@1254: andre@1254: The (German) user help documentation is available in the TrustBridge andre@1254: client/admin application. The source files are placed in "doc/help". andre@1254: andre@1254: \section Contact andre@1254: For additional information or custom modifications please contact: andre@1254: andre@1254: Intevation GmbH andre@1254: Neuer Graben 17 andre@1254: 49074 Osnabrück, Germany andre@1254: andre@1254: The public development platform can be found at: andre@1254: https://wald.intevation.org/projects/trustbridge/ andre@1254: andre@1254: */