This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Embedded SSL for 8-bit Micro's

Does anyone know if Embedded SSL or TLS has ever been successfully developed for 8-bit micro's? If so, where can I obtain some details?
Thanks.
Malan

Parents
  • Thank you Dan
    I suspect that it is not practically feasible to implement SSL / TLS on 'standard' 8-bit micro's such as 8051 or 8052 since executing the computationally intensive encryption algorithms using 8-bit registers and a primitive mathematical core would make initial handshaking too slow and thus impractical. I'd be glad to hear if anybody disagrees…
    Malan

Reply
  • Thank you Dan
    I suspect that it is not practically feasible to implement SSL / TLS on 'standard' 8-bit micro's such as 8051 or 8052 since executing the computationally intensive encryption algorithms using 8-bit registers and a primitive mathematical core would make initial handshaking too slow and thus impractical. I'd be glad to hear if anybody disagrees…
    Malan

Children