aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/80-test_pkcs12.t
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-03-25Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík1-1/+13
2024-01-25Add some tests for various PKCS12 files with NULL ContentInfoMatt Caswell1-2/+23
2023-10-20Convert jdkTrustedKeyUsage to be a pkcs12 cmd line optionNeil Horman1-2/+1
2022-09-23Allow PKCS12 export to set arbitrary bag attributesGraham Woodward1-1/+23
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-03-24Add support for mac-less password-base PKCS12 files to PKCS12_parse API.Daniel Fiala1-1/+64
2021-09-21Tests adjustments for default output changeDmitry Belyavskiy1-1/+1
2021-07-09Add a PKCS12 test to check with one input cert we get one output certMatt Caswell1-1/+15
2021-07-02test_pem_reading: Test loading a key from a file with multiple PEM dataTomas Mraz1-1/+22
2021-06-26UTF-8 not easily supported on VMS command line yetRichard Levitte1-6/+11
2021-05-06Update copyright yearMatt Caswell1-1/+1
2021-05-04test: fix failure with FIPS and no-des configured.Pauli1-2/+2
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett1-5/+10
2020-12-11Don't run a legacy specific PKCS12 test if no legacy providerMatt Caswell1-1/+1
2020-11-25Fix no-rc2Matt Caswell1-8/+12
2020-11-19apps/pkcs12: Retain test output filesDavid von Oheimb1-9/+9
2020-10-15Update copyright yearMatt Caswell1-1/+1
2020-08-27apps/pkcs12.c: Add -untrusted optionDr. David von Oheimb1-1/+9
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb1-1/+24
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett1-1/+4
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-02-27Update copyright yearMatt Caswell1-1/+1
2018-02-21test/recipes/80-test_pkcs12.t: handle lack of Win32::API.Andy Polyakov1-0/+2
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-1/+1
2016-08-25Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov1-0/+1
2016-08-2380-test_pkcs12.t: skip the test on Windows with non-Greek locale.Andy Polyakov1-10/+20
2016-08-22Fix no-desMatt Caswell1-0/+13
2016-08-22crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov1-0/+11
2016-08-22Add PKCS#12 UTF-8 interoperability test.Andy Polyakov1-0/+31