Penguin
Annotated edit history of RobotCA version 24, including all changes. View license author blame.
Rev Author # Line
24 AristotlePagaltzis 1 A CertificationAuthority which automatically signs PublicKey~s which match some requirement. Part of the [OpenPGP] PublicKeyInfrastructure.
12 StuartYeates 2
24 AristotlePagaltzis 3 Typically [RobotCA]s are set up to validate that the a PublicKey belonging to an [Email] address does actually belong to the email address. This is achieved by the [RobotCA] signing each uid on the public key and sending the signed copy to the email address, encrypted with the public key. If the public key belongs to whoever reads the email address, they recieve the signed copy, can decrypt it and then publish it to the public KeyServer~s. If the public key does not belong to whoever reads the email address, they recieve are unable to decrypt the encrypted key, but the accompanying message gives them sufficient information to let them know that that someone is attempting to impersonate them.
12 StuartYeates 4
24 AristotlePagaltzis 5 [RobotCA]s are considered significantly less secure that other CAs, which typically require multiple forms of photograph identification. In particular most robot CAs are only as strong as the underlying [Email] infrastructure: anyone who can read another persons mail can impersonate them and anyone who can read and delete another persons mail can get the signature without the person knowing. Robot CAs also offer no evidence as to the real identity of an [OpenPGP] user, merely their email address. All well behaved Robot CAs use a [SignaturePolicyURL], which is the [URL] of the policy under which the keys are signed.
12 StuartYeates 6
7 A [RobotCA] also has the side effect of serving as a TimeStampServer for keys---because a time stamp is included in the signature added to the key, the signature is evidence that the key existed at a certain point in time.
8
9 [RobotCA]s include:
24 AristotlePagaltzis 10
11 * http://www.toehold.com/robotca/ (mail bouncing as at Oct 2005)
12 * http://pgpkeys.telering.at/robotca/ (discontinued as per 25.01.2005 "due to legal considerations")
13 * http://www.imperialviolet.org/keyverify.html
14 * http://jameshoward.us/Robot_Certificate_Authority
15 * https://box.cardboard.net/crypto/robotca (up and then down again in May 2005)
16 * [PGPGlobalDirectory] (low security)
17
12 StuartYeates 18 The first two use the same implementation, the first three are wrappers around [GPG].
19
24 AristotlePagaltzis 20 There are some [RobotCA]s which offer a a higher level of trust than simply verifying that [Email] sent to the address list in the uid gets delivered to a holder of the secret key. Generally these are run by organisations and require some form of identification such as a passport.
12 StuartYeates 21
24 AristotlePagaltzis 22 * http://cacert.org/
23 * http://www.heise.de/security/dienste/pgp/keys.shtml (German language)

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()