Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
54b89858
Commit
54b89858
authored
Apr 26, 2017
by
Luca Boccassi
Committed by
GitHub
Apr 26, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2550 from garlick/gssapi_test
add simple GSSAPI test for make check
parents
8e33d424
edd6b0ad
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
Makefile.am
Makefile.am
+8
-0
configure.ac
configure.ac
+1
-0
test_security_gssapi.cpp
tests/test_security_gssapi.cpp
+0
-0
No files found.
Makefile.am
View file @
54b89858
...
@@ -717,6 +717,14 @@ tests_test_term_endpoint_tipc_LDADD = src/libzmq.la
...
@@ -717,6 +717,14 @@ tests_test_term_endpoint_tipc_LDADD = src/libzmq.la
endif
endif
if
BUILD_GSSAPI
test_apps
+=
tests/test_security_gssapi
tests_test_security_gssapi_SOURCES
=
tests/test_security_gssapi.cpp
tests_test_security_gssapi_LDADD
=
src/libzmq.la
endif
if
ON_LINUX
if
ON_LINUX
test_apps
+=
tests/test_abstract_ipc
test_apps
+=
tests/test_abstract_ipc
...
...
configure.ac
View file @
54b89858
...
@@ -431,6 +431,7 @@ if test "x$require_libgssapi_krb5_ext" != "xno"; then
...
@@ -431,6 +431,7 @@ if test "x$require_libgssapi_krb5_ext" != "xno"; then
AC_DEFINE(HAVE_LIBGSSAPI_KRB5, [1], [Enabled GSSAPI security]),
AC_DEFINE(HAVE_LIBGSSAPI_KRB5, [1], [Enabled GSSAPI security]),
AC_MSG_ERROR(libgssapi_krb5 is needed for GSSAPI security))
AC_MSG_ERROR(libgssapi_krb5 is needed for GSSAPI security))
fi
fi
AM_CONDITIONAL(BUILD_GSSAPI, test "x$require_libgssapi_krb5_ext" != "xno")
# Select curve encryption library, defaults to tweetnacl
# Select curve encryption library, defaults to tweetnacl
# To use libsodium instead, use --with-libsodium (must be installed)
# To use libsodium instead, use --with-libsodium (must be installed)
...
...
tests/test_security_gssapi.cpp
0 → 100644
View file @
54b89858
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment