Paul Yang dbb72124cd Fix a double free issue when signing SM2 cert
If the SM2 ID value has not been passed correctly when signing an SM2
certificate/certificate request, a double free occurs. For instance:

  openssl req -x509 ... -sm2-id 1234567812345678

The '-sm2-id' should not be used in this scenario, while the '-sigopt' is
the correct one to use. Documentation has also been updated to make the
options more clear.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9958)
2019-09-29 09:54:19 +08:00
..
2019-04-18 19:20:55 +02:00
2019-09-04 17:26:07 +02:00
2019-06-28 18:58:19 +08:00
2019-09-15 19:55:10 +10:00
2019-09-24 14:22:43 +02:00
2019-09-06 19:27:57 +10:00
2019-08-24 18:56:34 +10:00
2019-08-30 09:42:17 +01:00
2019-07-16 05:26:28 +02:00
2019-05-02 23:32:44 +02:00
2019-07-16 20:35:42 +10:00
2019-09-23 08:16:15 +01:00
2019-07-02 14:22:29 +02:00
2019-09-28 20:26:36 +02:00
2019-06-06 09:34:17 +10:00