World: r3wp
[SDK]
older | first |
Cyphre 18-Jan-2012 [1858] | Doc: the code is in sort of "prototype state" and It was meant as possible implementation for R3 in future (once Carl put the encryption algorithms codebase into the R3/host-kit or someone write an extension for that). I wrote it because I wanted to know if we could get rid of unnecesary C code that is currently in R2 to just handle the protocol logic while the performance of the crypto algorithms will remain in C. The current size is less than 20Kb of Rebol script code so IMO it could be useful and also easier maintainable way. Currently it works in client-side mode only but there is already support for ASN.1 certificates also I tried to write the code so the server-side mode and other cipher-suites shouldn't be hard to add. I plan to release the prototype to open public after some cleanup but if you want to waste some time with the current 'raw stuff' just post me privately and I'll send you a copy. |
GrahamC 18-Jan-2012 [1859] | github? |
Cyphre 19-Jan-2012 [1860x2] | ok, you can get it here: https://github.com/cyphre/tls-prototype |
(use at your own risk ;)) | |
Dockimbel 19-Jan-2012 [1862] | Cool, thanks Cyphre! There's no license attached, you should at least add a MIT/BSD license in the header. |
GrahamC 19-Jan-2012 [1863] | +1 |
Andreas 19-Jan-2012 [1864] | Thanks Cyphre, _much_ appreciated. |
Cyphre 19-Jan-2012 [1865] | Doc: license added. |
Dockimbel 19-Jan-2012 [1866:last] | Thanks. :-) |
older | first |