lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

PA wrote:
> "MatrixSSL is designed as an embedded library to enable SSL for devices 
> and does not contain code to generate keys or certificates."
> 
> Grrrr... :/

This is a non-issue, since you need to generate them only once:

http://www.matrixssl.org/doc/MatrixSSLKeyGeneration.pdf

You may want to read about how to use your own CA in the
OpenSSL FAQ, too (applicable to closed environments only).


BTW: Google is your friend:

  http://www.google.de/search?q=open+source+embedded+ssl
  http://www.google.de/search?q=matrixssl+key

In other words: you could have found all of this yourself. :-)

Bye,
     Mike