We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So, I went and compared the gssapi.h and gssapi_ext.h files with Python-GSSAPI to look for any extensions and/or additional RFCs that we missed.
The following functionality is also available through the cred_store API extensions so we may elect not to implement them at all:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So, I went and compared the gssapi.h and gssapi_ext.h files with Python-GSSAPI to look for any extensions and/or additional RFCs that we missed.
Extensions (as indicated by being in gssapi_ext.h, for the most part)
Solaris
GGF (Global Grid Forum) ( #51 )
AEAD / SSPI (DCE)
IOV MIC
Services4User
Naming Extensions (actually RFC 6680)
Capsulate (draft-josefsson-gss-capsulate)
Cred Store
Cred Import/Export
Credentials Options (see #51 (comment))
Additional RFCs (in gssapi.h)
RFC 4401 (Pseduo-Random Generators)
RFC 5588 (Store Cred)
RFC 4178 (SPNEGO)
RFC 5587 (Mechanism Inquiry)
RFC 5801 (GSSAPI-SASL Naming)
Mechanism Specific Extensions
Krb5 Specific Extensions (gssapi_krb5.h) (#75)
The following functionality is also available through the cred_store API
extensions so we may elect not to implement them at all:
The text was updated successfully, but these errors were encountered: