This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################## | |
# In your underground bunker: | |
############################## | |
ubuntu@sign-key-owner:~$ gpg2 --list-secret-keys | |
/home/ubuntu/.gnupg/pubring.gpg | |
------------------------------- | |
sec rsa2048/26AD9CA6 2018-02-10 [SC] [expires: 2018-02-20] | |
uid [ultimate] Shelling Point <[email protected]> | |
ssb rsa2048/4CC51AF4 2018-02-10 [E] [expires: 2018-02-20] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From b6ac98991469d3ef93ebe87de83cdabd0bafdf8c Mon Sep 17 00:00:00 2001 | |
From: evpo <[email protected]> | |
Date: Mon, 17 Jul 2017 22:50:26 +1000 | |
Subject: [PATCH] Remove STREEBOG arrays from the header file | |
--- | |
src/lib/hash/streebog/streebog-precalc.cpp | 8 ++++---- | |
src/lib/hash/streebog/streebog.cpp | 3 +++ | |
src/lib/hash/streebog/streebog.h | 3 --- | |
3 files changed, 7 insertions(+), 7 deletions(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 278d8b7234795631641a7ddce749cd31ac3175eb Mon Sep 17 00:00:00 2001 | |
From: Evgeny Pokhilko <[email protected]> | |
Date: Tue, 20 Dec 2016 12:16:22 +1100 | |
Subject: [PATCH] replace gpg with gpg2 and add batch | |
--- | |
func_tests/decryption_test.sh | 4 ++-- | |
func_tests/encrypt_with_gpg.sh | 3 ++- | |
func_tests/epd_encryption_test.sh | 11 ++++++----- | |
func_tests/run_all_tests.sh | 3 ++- |