aboutsummaryrefslogtreecommitdiffstats
path: root/sm/minip12.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-6/+6
2011-03-10Support pkcs#12 import of PBES2 encoded data.Werner Koch1-68/+288
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-88/+88
2010-06-21Implement export of pkcs#12 objects using a direct agent connection.Werner Koch1-3/+4
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-3/+6
2010-03-10Merged jnlib into common.Werner Koch1-3/+3
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-1/+1
2008-12-05Add option --card-timeout.Werner Koch1-1/+1
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-18/+13
2007-06-06First steps towards supporting W32.Werner Koch1-9/+9
2007-03-20Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch1-6/+65
2007-03-19 * PKCS#12 import now tries several encodings in case the passphraseWerner Koch1-24/+155
2006-11-20Made some PIN pads work.Werner Koch1-3/+4
2006-10-23Allow importing of web.de generated p12 filesWerner Koch1-4/+4
2006-07-24Create bag attributes so that Mozilla will accept these files.Werner Koch1-8/+79
2006-07-21Support import from TrustedMIME (i.e. from simple keyBags)Werner Koch1-44/+191
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-06-20Add MAC t P12 files.Werner Koch1-6/+60
2005-12-16Fixed importing certs created by newer versions of Mozilla.Werner Koch1-48/+237
2005-11-28Preparing an interim releaseWerner Koch1-6/+15
2005-09-16Fixed padding in pkcs#12 Werner Koch1-2/+12
2005-09-09Fixed yesterdays change. Importing to Outlook seems to work now.Werner Koch1-2/+2
2005-09-09Bug fixes and ssh support for the BELPIC.Werner Koch1-2/+2
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-1140/+0
2005-06-29(data_sign): Removed empty statement.Werner Koch1-4/+8
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-0/+2
2005-04-20.Werner Koch1-3/+6
2004-09-29* minip12.c (parse_bag_encrypted_data): Print error if a badWerner Koch1-6/+21
2004-02-19* protect-tool.c: New options --have-cert and --prompt.Werner Koch1-118/+441
2004-02-13Removed debugging cruft.Werner Koch1-11/+11
2004-02-13(main): New options --no-fail-on-exist, --homedir.Werner Koch1-7/+0
2004-02-12Include cmacros.am for common flags.Werner Koch1-38/+69
2004-02-10* minip12.c (parse_bag_encrypted_data): Finished implementation.Werner Koch1-35/+164
2004-02-04Fixed a build bug (straw letter in sm/import.c) and updated the documentation.Werner Koch1-4/+59
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+1140
2003-07-28Adjusted for use with current libgcrypt (1.1.42).Werner Koch1-14/+8
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch1-29/+29
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-1146/+0
2002-06-28* protect-tool.c (export_p12_file): New.Werner Koch1-15/+356
2002-06-27* Makefile.am (pkglib_PROGRAMS): Put protect-tool there.Werner Koch1-1/+1
2002-06-25* protect-tool.c (rsa_key_check): New.NEWPG-0-3-8Werner Koch1-0/+805