Topic: Android Kerberos Port using CyaSSL Embedded SSL

Hi,

yaSSL has recently ported the MIT Kerberos libraries to Android.  The Android platform has previously been void of Kerberos support - forcing Android developers who are creating new applications or porting existing projects to either modify existing code or exclude Kerberos functionality from their apps and libraries altogether.

yaSSL has taken the first steps in bringing Kerberos to the Android platform.  The native MIT Kerberos libraries have been cross-compiled for Android and are now able to be used natively with the Android NDK.  yaSSL has added the CyaSSL embedded SSL library's cryptography library (CTaoCrypt) as a crypto implementation for Kerberos, allowing embedded projects to use CyaSSL's lightweight and fully functional crypto backend on Android.

In addition to the cross-compiled MIT Kerberos libraries, yaSSL has created a sample Android NDK application wrapping the functionality of kinit, klist, kvno, and kdestroy, and a sample client application with a simple GUI front-end.  We hope this application provides a starting place for application developers interested in using Kerberos on Android.

The MIT Kerberos libraries and sample application are distributed under the MIT license and the code will be in the MIT Kerberos code repository in the near future.  Until it has been merged into the MIT repositories, you can find the sample application and GSS-API wrapper on GitHub at the following URL.  The sample application includes cross-compiled Kerberos and CyaSSL libraries.  Instructions on cross compiling MIT Kerberos yourself will be released in the near future.

https://github.com/cconlon/kerberos-android-ndk
https://github.com/cconlon/kerberos-java-gssapi

Are you interested in using Kerberos on Android?  Do you have any suggestions about the direction of the project so far?  If so, please let us know your thoughts at info@yassl.com.

Thanks!