Skip to content
New issue

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

IOV/AEAD Extensions #47

Closed
wants to merge 3 commits into from
Closed

IOV/AEAD Extensions #47

wants to merge 3 commits into from

Conversation

DirectXMan12
Copy link
Member

This PR introduces IOV/AEAD extensions (closing #6). There are two parts: the original DCE extensions, as well as the IOV MIC extensions introduced later.

Additionally, a method which allows extensions to add additional elements to Enums without worrying about import order is included.

This metaclass allows extensions to register new values in any
enum by (ab)using metaclasses.

For example, this allows for extensions to introduce new
RequirementFlags without having to worry about import order.
The GSSAPI DCE Extensions include support for wrapping and unwrapping
IOV and AEAD messages (this allows for DCE RPC and other SSPI
functionality).

Part of #6
The DCE extensions introduced the concept of IOV messages,
but there was no way to just get a MIC for those messages.

The IOV MIC GSSAPI extension add support for getting MICs
for IOV messages.

Closes #6
@frozencemetery
Copy link
Member

Your first commit is a thing of beauty that I am glad you added tests to. This looks good once Travis passes.

@frozencemetery
Copy link
Member

Merged.

@DirectXMan12 DirectXMan12 deleted the feature/iov-aead branch February 13, 2015 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants