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
@@ -35,11 +35,11 @@ RELDIR=lib\hcrypto\x25519
|
||||
|
||||
intcflags=-I$(SRC)\lib\hcrypto
|
||||
|
||||
libx25519_OBJs= \
|
||||
LIBX25519_OBJS= \
|
||||
$(OBJ)\ed25519_ref10.obj \
|
||||
$(OBJ)\x25519_ref10.obj
|
||||
|
||||
$(LIBX25519): $(libx25519_OBJs)
|
||||
$(LIBX25519): $(LIBX25519_OBJS)
|
||||
$(LIBCON)
|
||||
|
||||
all:: $(LIBX25519)
|
||||
|
Reference in New Issue
Block a user