Folks,
I have a module to verify YubiKey (//http) one time passwords in newLISP:
http://km.krot.org/code/yubi-verify.lsp
Version 2 (//http) of the validation protocol is supported, i.e. the passwords will be verified against multiple servers.
By the way, it was delightly easy to deal with multiple server validation using (spawn). I loved it!
Kirill
Thanks Kirill. You can find a link to this on the http://www.newlisp.org/index.cgi?Tips_and_Tricks page in the "Network Securiy" section. If reformatted to standard module document format, this could go into the http://www.newlisp.org/modules/ section.
Thank you. Yes, I will be adding appropriately formatted documentation. The priority was, however, to have the code done and some documentation.
I'm thinking about the name for the library - maybe call the file yubi.lsp, as the context being used is called yubi?
Kirill
This is done:
http://km.krot.org/code/newlisp/yubi.lsp.html
Lutz:
I've done a couple of fixes in the docs for yubi.lsp here: http://km.krot.org/code/newlisp/
Kirill