问题
Does anyone have any information on this or knows if its supported by phpseclib? Or if its in the pipeline?
I am able to genertate key,csr an public key with RSA but would love to be able to do so with ECDSA as that is pretty much the direction of where encryption is headed. More and more Certificate Authorities are starting to adopt this and is supported in both windows and apache servers.
Thanks!
回答1:
Unfortunately, this is not currently possible. phpseclib only supports RSA atm, although it sounds like ECDSA is in the (long) pipeline:
https://github.com/phpseclib/phpseclib/issues/37#issuecomment-11647092
来源:https://stackoverflow.com/questions/29688283/ecdsa-key-and-csr-with-phpseclib