Android) mobile app. kr runs as an SSH agent, called krd. When a Krypton private key operation is needed for authentication, krd routes this request to the paired mobile phone, where the user decides whether to allow the operation or not. The private key never leaves the phone. WWW: https://krypt.co
11 lines
461 B
Text
11 lines
461 B
Text
--- Makefile.orig 2018-01-09 20:17:55 UTC
|
|
+++ Makefile
|
|
@@ -66,7 +66,7 @@ endif
|
|
endif
|
|
cd kr; go build $(GO_TAGS) -o ../bin/kr
|
|
cd krd/main; CGO_LDFLAGS="$(CGO_LDFLAGS)" go build $(GO_TAGS) -o ../../bin/krd
|
|
- cd pkcs11shim; make; cp target/release/kr-pkcs11.so ../lib/
|
|
+ cd pkcs11shim; gmake; cp target/release/kr-pkcs11.so ../lib/
|
|
cd krssh; CGO_LDFLAGS="$(CGO_LDFLAGS)" go build $(GO_TAGS) -o ../bin/krssh
|
|
cd krgpg; go build $(GO_TAGS) -o ../bin/krgpg
|
|
|