Skip to content
Snippets Groups Projects
Commit df216fc8 authored by Martin Stiemerling's avatar Martin Stiemerling :speech_balloon:
Browse files

Merge branch 'pub-clean-up' into 'ekms-next-steps'

clean-up for new repo location.

See merge request !8
parents 4a88ab88 c976580d
No related branches found
No related tags found
2 merge requests!9First working draft version,!8clean-up for new repo location.
...@@ -4,6 +4,8 @@ This is a prototypically Key Management System (KMS) for Quantum Key Distributio ...@@ -4,6 +4,8 @@ This is a prototypically Key Management System (KMS) for Quantum Key Distributio
It uses, by now, an emulation of a quantum link to exchange random numbers between neighboring quantum network elements. It uses, by now, an emulation of a quantum link to exchange random numbers between neighboring quantum network elements.
**Note well** _This is not intended to be used in production environments, neither in networks that can be reached by everybody, nor in other uncontrolled settings._
# Acknowledgements # Acknowledgements
This prototypically Key Management System (KMS) has been developed in the [DemoQuanDT](https://www.forschung-it-sicherheit-kommunikationssysteme.de/projekte/demoquandt) project ("Quantenschlüsselaustausch im deutschen Telekommunikationsnetz für höhere IT-Sicherheit", engl. quantum key exchange in the german telecommunications network for higher IT security). This prototypically Key Management System (KMS) has been developed in the [DemoQuanDT](https://www.forschung-it-sicherheit-kommunikationssysteme.de/projekte/demoquandt) project ("Quantenschlüsselaustausch im deutschen Telekommunikationsnetz für höhere IT-Sicherheit", engl. quantum key exchange in the german telecommunications network for higher IT security).
......
...@@ -6,7 +6,7 @@ import ( ...@@ -6,7 +6,7 @@ import (
"log" "log"
"sync" "sync"
"code.fbi.h-da.de/demoquandt/proto-kms/quantumlayer" "code.fbi.h-da.de/danet/proto-kms/quantumlayer"
) )
type kmsKS interface { type kmsKS interface {
......
...@@ -11,9 +11,9 @@ import ( ...@@ -11,9 +11,9 @@ import (
"sync" "sync"
"time" "time"
pbETSI "code.fbi.h-da.de/demoquandt/proto-kms/api/gen/proto/go/kmsetsi" pbETSI "code.fbi.h-da.de/danet/proto-kms/api/gen/proto/go/kmsetsi"
pbIC "code.fbi.h-da.de/demoquandt/proto-kms/api/gen/proto/go/kmsintercom" pbIC "code.fbi.h-da.de/danet/proto-kms/api/gen/proto/go/kmsintercom"
"code.fbi.h-da.de/demoquandt/proto-kms/quantumlayer" "code.fbi.h-da.de/danet/proto-kms/quantumlayer"
"github.com/google/uuid" "github.com/google/uuid"
) )
......
...@@ -10,7 +10,7 @@ import ( ...@@ -10,7 +10,7 @@ import (
"net" "net"
"os/exec" "os/exec"
pb "code.fbi.h-da.de/demoquandt/proto-kms/api/gen/proto/go/kmsetsi" pb "code.fbi.h-da.de/danet/proto-kms/api/gen/proto/go/kmsetsi"
"google.golang.org/grpc" "google.golang.org/grpc"
"google.golang.org/grpc/codes" "google.golang.org/grpc/codes"
"google.golang.org/grpc/status" "google.golang.org/grpc/status"
......
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
"log" "log"
"net" "net"
pb "code.fbi.h-da.de/demoquandt/proto-kms/api/gen/proto/go/kmsintercom" pb "code.fbi.h-da.de/danet/proto-kms/api/gen/proto/go/kmsintercom"
"google.golang.org/grpc" "google.golang.org/grpc"
) )
......
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
"os/exec" "os/exec"
"time" "time"
pb "code.fbi.h-da.de/demoquandt/proto-kms/api/gen/proto/go/kmsetsi" pb "code.fbi.h-da.de/danet/proto-kms/api/gen/proto/go/kmsetsi"
"github.com/google/uuid" "github.com/google/uuid"
"google.golang.org/grpc" "google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure" "google.golang.org/grpc/credentials/insecure"
......
...@@ -10,7 +10,7 @@ import ( ...@@ -10,7 +10,7 @@ import (
"testing" "testing"
"time" "time"
"code.fbi.h-da.de/demoquandt/proto-kms/kms" "code.fbi.h-da.de/danet/proto-kms/kms"
"github.com/google/uuid" "github.com/google/uuid"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment