Updated Google Summer of Code 2016 (markdown)

Adithya Abraham Philip 2016-02-19 19:40:26 +05:30
parent 9a6066b071
commit a763f35162
1 changed files with 4 additions and 4 deletions

@ -277,15 +277,15 @@ such cases. This task would involve allowing OpenKeychain to both generate
and use revocation certificates. and use revocation certificates.
The two components: The two components:
<ol> <ul>
<li> *Creation*: Allowing users to create a revocation certificate for a given <li> Creation: Allowing users to create a revocation certificate for a given
key from within OpenKeychain (this would involve saving the revoked public key). key from within OpenKeychain (this would involve saving the revoked public key).
<li> *Application*: Revocation certificates come in two forms - as a revoked public key, <li> Application: Revocation certificates come in two forms - as a revoked public key,
and much less frequently, as a detached revocation signature. In the case of and much less frequently, as a detached revocation signature. In the case of
the latter the certificate must first be applied to the correct public key before the latter the certificate must first be applied to the correct public key before
proceeding. In either case, the revoked key must then be uploaded to a keyserver to proceeding. In either case, the revoked key must then be uploaded to a keyserver to
complete the revocation process. The revocation and upload should be atomic. complete the revocation process. The revocation and upload should be atomic.
</ol> </ul>
This is a smaller task which we expect to take only one or two weeks, which This is a smaller task which we expect to take only one or two weeks, which
makes it suitable as a secondary goal and providing a change of pace for some makes it suitable as a secondary goal and providing a change of pace for some