mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Add note where to find allowed PBE encryption schemes for PKCS12
This commit is contained in:
parent
097cbfb815
commit
706ad7bf36
@ -151,6 +151,7 @@ void pki_pkcs12::writePKCS12(XFile &file, encAlgo &encAlgo) const
|
||||
}
|
||||
|
||||
|
||||
// see https://www.rfc-editor.org/rfc/rfc8018 Appendix B.2 for possible encryption schemes
|
||||
const QList<int> encAlgo::all_encAlgos(
|
||||
{ NID_pbe_WithSHA1And3_Key_TripleDES_CBC,
|
||||
NID_aes_256_cbc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user