summaryrefslogtreecommitdiffstats
path: root/test/recipes/80-test_pkcs12.t
AgeCommit message (Expand)Author
2024-03-25Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík
2024-01-30Copyright year updatesMatt Caswell
2024-01-25Add some tests for various PKCS12 files with NULL ContentInfoMatt Caswell
2021-07-09Add a PKCS12 test to check with one input cert we get one output certMatt Caswell
2021-07-02test_pem_reading: Test loading a key from a file with multiple PEM dataTomas Mraz
2021-06-26UTF-8 not easily supported on VMS command line yetRichard Levitte
2021-05-06Update copyright yearMatt Caswell
2021-05-04test: fix failure with FIPS and no-des configured.Pauli
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2020-12-11Don't run a legacy specific PKCS12 test if no legacy providerMatt Caswell
2020-11-25Fix no-rc2Matt Caswell
2020-11-19apps/pkcs12: Retain test output filesDavid von Oheimb
2020-10-15Update copyright yearMatt Caswell
2020-08-27apps/pkcs12.c: Add -untrusted optionDr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-02-27Update copyright yearMatt Caswell
2018-02-21test/recipes/80-test_pkcs12.t: handle lack of Win32::API.Andy Polyakov
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2016-08-25Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov
2016-08-2380-test_pkcs12.t: skip the test on Windows with non-Greek locale.Andy Polyakov
2016-08-22Fix no-desMatt Caswell
2016-08-22crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov
2016-08-22Add PKCS#12 UTF-8 interoperability test.Andy Polyakov