gss: SAnon - the Simple Anonymous GSS-API mechanism
Add support for SAnon, a simple key agreement protocol that provides no authentication of initiator or acceptor using x25519 ECDH key exchange. See doc/standardization/draft-howard-gss-sanon-xx.txt for a protocol description.
This commit is contained in:

committed by
Nicolas Williams

parent
beda11a079
commit
4a7eb74374
@@ -596,6 +596,7 @@ LIBSL =$(LIBDIR)\libsl.lib
|
||||
LIBSQLITE =$(LIBDIR)\libsqlite.lib
|
||||
LIBVERS =$(LIBDIR)\libvers.lib
|
||||
LIBWIND =$(LIBDIR)\libwind.lib
|
||||
LIBX25519 =$(LIBDIR)\libx25519.lib
|
||||
|
||||
!ifdef VER_DEBUG
|
||||
ASM_DBG=.Debug
|
||||
|
Reference in New Issue
Block a user