summaryrefslogtreecommitdiffstats
path: root/sm/minip12.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old.NIIBE Yutaka2024-10-081-1/+1
* gpgsm: Possible improvement for some rare P12 files.Werner Koch2024-10-011-1/+1
* sm: More improvements for PKCS#12 parsing for latest IVBB changes.Werner Koch2024-08-061-104/+165
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-2/+2
* gpgsm: Increase salt size in pkcs#12 parser.Werner Koch2024-02-051-1/+1
* gpgsm: cleanup on error pathsÁngel González2024-02-051-19/+22
* gpgsm: Allow parsing of PKCS#12 files with two private keys.Werner Koch2024-01-151-8/+50
* gpgsm: Re-introduce the bad passphrase hint for pkcs#12.Werner Koch2023-11-141-0/+2
* common: Provide API to parse BER/TLV encodings.Werner Koch2023-10-241-793/+67
* sm: Another partly rewrite of minip12.cWerner Koch2023-10-241-182/+319
* gpgsm: Improvements for NDEF in the pkcs#12 parserWerner Koch2023-10-101-10/+23
* sm: Support more HMAC algos in the pkcs#12 parser.Werner Koch2023-10-061-13/+118
* sm: Improve the octet string cramming for pkcs#12Werner Koch2023-10-051-17/+62
* gpgsm: Init a diagnostic var.Werner Koch2023-07-041-1/+1
* sm: Adding missing stuff to the PKCS#12 parser rewrite.Werner Koch2023-06-291-85/+153
* sm: Major rewrite of the PKCS#12 parserWerner Koch2023-06-281-743/+1200
* sm: Remove duplicated code.Werner Koch2023-06-281-81/+28
* sm: Fix reporting of bad passphrase errorIngo Klöcker2022-09-091-1/+4
* sm: Improve pkcs#12 debug output.Werner Koch2022-06-201-7/+9
* sm: Rework the PKCS#12 parser to support DFN issued keys.Werner Koch2022-06-201-177/+341
* doc: Typo fix in commentWerner Koch2022-04-081-1/+1
* sm: Fix parsing encrypted data.NIIBE Yutaka2022-03-091-1/+14
* sm: Do not print certain issuer not found diags in quiet mode.Werner Koch2021-02-251-2/+3
* sm: Silence some output on --quietWerner Koch2021-02-241-4/+17
* gpgsm: Replace all assert calls by log_assert.Werner Koch2020-07-081-4/+3
* doc: Typo fixes in code commentsWerner Koch2020-05-041-1/+1
* sm: Add support to export ECC private keys.Werner Koch2020-04-271-178/+322
* sm: Support import of PKCS#12 encoded ECC private keys.Werner Koch2020-04-211-31/+120
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-3/+3
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Fix typos found using codespell.Justus Winter2015-11-171-3/+3
* sm: Simplify fix ed8383c6Werner Koch2015-01-261-4/+2
* sm: Avoid double-free on iconv failureDaniel Kahn Gillmor2014-12-221-0/+2
* gpgsm: New commands --export-secret-key-{p8,raw}Werner Koch2014-06-031-38/+74
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-6/+6
* Support pkcs#12 import of PBES2 encoded data.Werner Koch2011-03-101-68/+288
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-88/+88
* Implement export of pkcs#12 objects using a direct agent connection.Werner Koch2010-06-211-3/+4
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-171-0/+2363