mirror of https://github.com/openssl/openssl.git
				
				
				
			Modify the dkeyform type to support engine
The valtype value of dkeyform defined in the s_server_options structure is F, which leads to the judgment that the engine is not supported when processing parameters in the opt_next function.
This the valtype value of dkeyform should be changed to "f".
CLA: trivial
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21982)
(cherry picked from commit b9a189ce87)
			
			
This commit is contained in:
		
							parent
							
								
									0bb8351f79
								
							
						
					
					
						commit
						9bb1307dce
					
				|  | @ -788,7 +788,7 @@ const OPTIONS s_server_options[] = { | |||
|      "second server certificate chain file in PEM format"}, | ||||
|     {"dkey", OPT_DKEY, '<', | ||||
|      "Second private key file to use (usually for DSA)"}, | ||||
|     {"dkeyform", OPT_DKEYFORM, 'F', | ||||
|     {"dkeyform", OPT_DKEYFORM, 'f', | ||||
|      "Second key file format (ENGINE, other values ignored)"}, | ||||
|     {"dpass", OPT_DPASS, 's', | ||||
|      "Second private key and cert file pass phrase source"}, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue