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
@@ -168,6 +168,7 @@ EXPORTS
|
||||
__gss_krb5_mechanism_oid_desc DATA
|
||||
__gss_ntlm_mechanism_oid_desc DATA
|
||||
__gss_spnego_mechanism_oid_desc DATA
|
||||
__gss_sanon_x25519_mechanism_oid_desc DATA
|
||||
__gss_c_ma_mech_concrete_oid_desc DATA
|
||||
__gss_c_ma_mech_pseudo_oid_desc DATA
|
||||
__gss_c_ma_mech_composite_oid_desc DATA
|
||||
|
Reference in New Issue
Block a user