forked from mtrojnar/stunnel
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule msspi
updated
11 files
+2 −2 | .github/workflows/codeql-analysis.yml | |
+26 −1 | src/capix.hpp | |
+248 −54 | src/msspi.cpp | |
+5 −0 | src/msspi.h | |
+4 −0 | third_party/cprocsp/include/CSP_SChannel.h | |
+9 −9 | third_party/cprocsp/include/CSP_WinBase.h | |
+485 −34 | third_party/cprocsp/include/CSP_WinCrypt.h | |
+25 −20 | third_party/cprocsp/include/CSP_WinDef.h | |
+36 −11 | third_party/cprocsp/include/CSP_WinError.h | |
+2,102 −1,740 | third_party/cprocsp/include/WinCryptEx.h | |
+35 −22 | third_party/cprocsp/include/common.h |