Updated Google Summer of Code 2016 (markdown)
parent
9a6066b071
commit
a763f35162
|
@ -277,15 +277,15 @@ such cases. This task would involve allowing OpenKeychain to both generate
|
|||
and use revocation certificates.
|
||||
|
||||
The two components:
|
||||
<ol>
|
||||
<li> *Creation*: Allowing users to create a revocation certificate for a given
|
||||
<ul>
|
||||
<li> Creation: Allowing users to create a revocation certificate for a given
|
||||
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
|
||||
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
|
||||
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
|
||||
makes it suitable as a secondary goal and providing a change of pace for some
|
||||
|
|
Loading…
Reference in New Issue