- rewrote a lot of RSA stuff
- done major work for ASN1/decoder - allow loading of ASN1 der encoded private keys, public keys and certificates - extracting public key from certificates - passing certificates from stroke to charon => basic authentication with RSA certificates works!
This commit is contained in:
@@ -78,7 +78,7 @@ $(BINNAMESTROKE) : stroke.c
|
||||
TEST_OBJS = $(OBJS)
|
||||
include $(MAIN_DIR)testcases/Makefile.testcases
|
||||
|
||||
$(BUILD_DIR)run_tests : $(TEST_OBJS)
|
||||
$(BUILD_DIR)run_tests : build_dir $(TEST_OBJS)
|
||||
$(CC) $(LDFLAGS) $(TEST_OBJS) -o $@
|
||||
|
||||
install : $(BINNAMECHARON)
|
||||
|
||||
Reference in New Issue
Block a user