Skip to content

Commit

Permalink
Support for persisted keys on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
qpernil committed Nov 24, 2021
1 parent 14aa888 commit 0b143b4
Show file tree
Hide file tree
Showing 19 changed files with 1,478 additions and 560 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ common/platform-config.h
lib/*doxygen*
.ci/client-combined.pem
.DS_Store
.vscode/
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ if(ENABLE_YKHSM_AUTH)
add_definitions(-DYKHSMAUTH_ENABLED="1")
endif()

option(ENABLE_EXPERIMENTAL_ASYMMETRIC_AUTH "Enable support for experimental asymmetric authentication" OFF)
option(ENABLE_EXPERIMENTAL_ASYMMETRIC_AUTH "Enable support for experimental asymmetric authentication" ON)

add_subdirectory (lib)

Expand Down
Loading

0 comments on commit 0b143b4

Please sign in to comment.