Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits: 3cd50fa8 by Isaac Boukris at 2020-04-23T21:00:39+02:00 ITS#9189 rework sasl-cbinding support
Add LDAP_OPT_X_SASL_CBINDING option to define the binding type to use, defaults to "none".
Add "tls-endpoint" binding type implementing "tls-server-end-point" from RCF 5929, which is compatible with Windows.
Fix "tls-unique" to include the prefix in the bindings as per RFC 5056.
- - - - - 7b0017ad by Isaac Boukris at 2020-04-23T21:00:39+02:00 ITS#9189 add channel-bindings tests
- - - - -
22 changed files:
- doc/man/man3/ldap_get_option.3 - doc/man/man5/ldap.conf.5 - doc/man/man5/slapd-config.5 - doc/man/man5/slapd.conf.5 - include/ldap.h - include/ldap_pvt.h - libraries/libldap/cyrus.c - libraries/libldap/init.c - libraries/libldap/ldap-int.h - libraries/libldap/ldap-tls.h - libraries/libldap/tls2.c - libraries/libldap/tls_g.c - libraries/libldap/tls_o.c - servers/slapd/bconfig.c - servers/slapd/config.c - servers/slapd/connection.c - servers/slapd/proto-slap.h - servers/slapd/sasl.c - tests/data/slapd-sasl-gssapi.conf - tests/scripts/setup_kdc.sh - tests/scripts/test068-sasl-tls-external - tests/scripts/test077-sasl-gssapi
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/96fedda62839a32f9a6f96e...