gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: images server_api and client_ap


From: gnunet
Subject: [taler-anastasis] branch master updated: images server_api and client_api
Date: Mon, 08 Jun 2020 19:21:11 +0200

This is an automated email from the git hooks/post-receive script.

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 3dbc7bd  images server_api and client_api
     new 7d63fbc  Merge branch 'master' of ssh://git.taler.net/anastasis
3dbc7bd is described below

commit 3dbc7bda198ada1ffe13c0bd0e98e3e3e17a5a16
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Mon Jun 8 17:20:40 2020 +0000

    images server_api and client_api
---
 doc/thesis/client_architecture.tex |   2 +-
 doc/thesis/images/client_api.png   | Bin 0 -> 17388 bytes
 doc/thesis/images/server_api.png   | Bin 0 -> 32112 bytes
 doc/thesis/related_work.tex        |   8 ++------
 doc/thesis/server_architecture.tex |   2 +-
 5 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/doc/thesis/client_architecture.tex 
b/doc/thesis/client_architecture.tex
index 93b9629..0c5e3eb 100644
--- a/doc/thesis/client_architecture.tex
+++ b/doc/thesis/client_architecture.tex
@@ -7,7 +7,7 @@ is shown in Figure~\ref{fig:anastasis:client}.
 
 \begin{figure}[H]
        \centering
-       FIXME
+       \includegraphics[scale=0.6]{images/client_api.png}
        \caption{Anastasis client architecture}
        \label{fig:anastasis:client}
 \end{figure}
diff --git a/doc/thesis/images/client_api.png b/doc/thesis/images/client_api.png
new file mode 100644
index 0000000..3c1bdae
Binary files /dev/null and b/doc/thesis/images/client_api.png differ
diff --git a/doc/thesis/images/server_api.png b/doc/thesis/images/server_api.png
new file mode 100644
index 0000000..c344eaa
Binary files /dev/null and b/doc/thesis/images/server_api.png differ
diff --git a/doc/thesis/related_work.tex b/doc/thesis/related_work.tex
index bc0dc89..8c458fc 100644
--- a/doc/thesis/related_work.tex
+++ b/doc/thesis/related_work.tex
@@ -96,10 +96,6 @@ $HMAC_{K}(M) = H(K \oplus opad,H(K \oplus ipad, M))$ with 
"ipad" and
 the hash function~\cite{BCK1996}. The blocksize of a modern hash
 function like SHA-512 is 64 bytes.
 
-% In Anastasis we use HMACs to achieve verifiability.
-% CG: verifiability of WHAT?
-% CG: I don't recall seeing HMACs in Anastasis, except for:
-
 \subsubsection{HKDF}
 
 A HKDF is a key derivation function (KDF) based on HMAC. A KDF ``is a
@@ -178,7 +174,7 @@ For Anastasis, we thus decided to opt for more flexible 
approach that
 allows complex policies for recovery authorization, instead of only
 $k$-out-of-$n$. Each user of Anastasis is also able to decide which
 combinations of \textit{players}, which in case of Anastasis are the 
-escrow providers, shall be permitted. % CG: players!?!?
+escrow providers, shall be permitted.
 
 \subsubsection{Verifiable Secret Sharing}
 
@@ -350,7 +346,7 @@ considerations. The token should have a validity period, 
this means
 for example the token would only be valid for one hour. This is a
 security measure to prevent malicious actions if the user's email
 account was compromised. Also the token should be a randomly generated
-passphrase which has at least 8 characters.
+passphrase which has at least 128 bits of entropy.
 
 Another important part is that the email should not already contain the
 requested information, so in the case of Anastasis the keyshare.  This
diff --git a/doc/thesis/server_architecture.tex 
b/doc/thesis/server_architecture.tex
index d86c2f9..72bc5df 100644
--- a/doc/thesis/server_architecture.tex
+++ b/doc/thesis/server_architecture.tex
@@ -6,7 +6,7 @@ these two components is shown in 
Figure~\ref{fig:anastasis:server}.
 
 \begin{figure}[H]
        \centering
-       FIXME
+       \includegraphics[scale=0.45]{images/server_api.png}
        \caption{Anastasis server architecture}
        \label{fig:anastasis:server}
 \end{figure}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]