Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gnome-keysign
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-keysign
Commits
ad72a9f3
Commit
ad72a9f3
authored
May 11, 2017
by
Tobias Mueller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped version to 0.9
parent
66d5aeec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
24 deletions
+33
-24
README.rst
README.rst
+12
-12
RELEASE_NOTES
RELEASE_NOTES
+20
-11
keysign/_version.py
keysign/_version.py
+1
-1
No files found.
README.rst
View file @
ad72a9f3
...
...
@@ -135,16 +135,16 @@ you to have your key signed by others running the application in client
mode.
Once you've fired up the application, you can see a list of your private keys.
Select one and
click "Next"
.
Select one and
the application will advance to the next stage
.
You will see the details of the key you've selected.
You can revise
your selected and click "Back". If you are happy with the key you have
selected, click "Next". This will cause the key's availability to be
published on the local network. Also, a HTTP server will be spawned in
order to enable others to download your key. You also notice a bar
code. For now, it encodes the fingerprint of the key you have selected
.
You will see the details of the key you've selected.
If you are happy with the key you have selected, click "Next".
This will cause the key's availability to be published on the local network.
Also, a HTTP server will be spawned in order to enable others to download
your key. In order for others to find you, the app displays both
a string identifying your key and a bar code
.
Either share the
fingerprint or the bar code with someone who wants to
Either share the
string or the bar code with someone who wants to
sign your key.
...
...
@@ -153,10 +153,10 @@ Client side
Here, the client side is described. This is to sign someone's key.
If you select the "Get Key" Tab, you can either enter a key's
fingerprint manually or scan a bar code. If you meet someone who has
the
server side of the application running, you can scan the bar cod
e
present at the
other party.
You are presented with feed of your camera and an entry field to
type in a string. If you meet someone who has the server side of
the
application running, you can scan the bar code present at th
e
other party.
After you either typed a fingerprint or scanned a bar code, the program
will look for the relevant key on your local network. Note that you've
...
...
RELEASE_NOTES
View file @
ad72a9f3
GNOME Keysign is a tool to make signing OpenPGP keys as easy as possible.
This is the v0.
8 release which fixes a few bugs and adds a gpgme based
gpg library
.
This is the v0.
9 release which makes use of Glade based widgets and fixes
a few important bugs
.
The project location also changed to
You can get the app from:
https://github.com/GNOME-Keysign/gnome-keysign/
Changes
==========
* Show a window with a stacktrace if an exception is not caught
* Added gpgmh which wraps both monkeysign and gpgme
* Dynamically construct static widgets
* The fullscreen QR code can now be moved to another screen by pressing
the left or right key
* The keyserver module can now be called directly to serve a given key
* Made the Keyserver poll more often to detect shutdowns earlier
* Widgets are now loaded from Glade files instead of
created from Python code
* The key downloader returns bytes rather than strings
* Keyserver: Now using application/pgp-keys as MIME type
* Barcode scanner: Removed GStreamer<1.6 compatibility
* Barcode scanner: Moved to gtksink for reducing code
and increasing compatibility with running in a VM
* Barcode scanner: Moved to autovideosrc
* Barcode scanner: Stopped logging every single message
* ScalingImage: Respecting the height when calculating the scale
* KeysPage: Renamed signals to match Gtk convention more closely
* Make it find the relevant key faster by ordering the list
of servers before attempting to download
...
...
@@ -23,5 +32,5 @@ Changes
Resources
=========
Download: https://github.com/GNOME-Keysign/gnome-keysign/archive/0.
8
.tar.gz
Download: https://github.com/GNOME-Keysign/gnome-keysign/archive/0.
9
.tar.gz
Web site: https://wiki.gnome.org/GnomeKeysign
keysign/_version.py
View file @
ad72a9f3
#!/usr/bin/env python
__version__
=
'0.
8
'
__version__
=
'0.
9
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment