openssl/openssl

change pkcs12 app to allow parsing key/certificate(s) in any order on input

开放

#13,825 创建于 2021年1月10日

 (6 条评论) (0 个反应) (0 位负责人)C (11,262 个派生)batch import
branch: mastergood first issuetriaged: feature

仓库指标

星标
 (30,157 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Currently command like this openssl pkcs12 -in ... -passin ... -passout ... outputs private key last.

Request is key material to be listed first. Output ordered like this match pkcs12 stream input.

贡献者指南