Small RSA or DSA lib without dependencies

前端 未结 3 863
灰色年华
灰色年华 2021-02-05 16:48

Is there a small library for RSA or DSA without any dependencies like GMP or OpenSSL? (Written in C or Asm)

3条回答
  •  一生所求
    2021-02-05 17:08

    Take a look at axTLS it's a BSD licensed TLSv1 SSL in C for embedded systems. It's built for POSIX sockets, but is easily ported.

    The one thing it's missing is RSA key generation, but it can read X.509 certificates.

    It's about 32KB of code space with a small RAM footprint.

提交回复
热议问题