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

Direct support for AES-CFB8 #49

Closed
madmaxoft opened this issue Jan 23, 2014 · 2 comments
Closed

Direct support for AES-CFB8 #49

madmaxoft opened this issue Jan 23, 2014 · 2 comments

Comments

@madmaxoft
Copy link
Contributor

We are hoping to use PolarSSL for our C++ MineCraft server (@mc-server), but MineCraft uses AES-CFB8 encryption for its client connections. It is possible to implement this indirectly already, but it'd be much better to have direct internal support for this combination in the library. Are there any plans to add this mode?

@pjbakker
Copy link
Contributor

See the current development branch.. It now includes AES-CFB8 (only in direct mode at the moment, not via the cipher layer)..

@madmaxoft
Copy link
Contributor Author

Thank you.

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

No branches or pull requests

2 participants