aboutsummaryrefslogtreecommitdiffstats
path: root/g10/armor.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-20gpg: Fix handling with no CRC armor.NIIBE Yutaka1-2/+4
2024-09-09gpg: New commands --add-recipients and --change-recipients.Werner Koch1-0/+8
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-2/+2
2024-05-16gpg: Allow no CRC24 checksum in armor.NIIBE Yutaka1-2/+2
2024-04-09gpg: Allow no CRC24 checksum in armor.NIIBE Yutaka1-2/+2
2022-11-10gpg: Fix verification of cleartext signatures with overlong lines.Werner Koch1-5/+24
2022-11-02gpg: Make --list-packets work w/o --no-armor for plain OCB packets.Werner Koch1-0/+1
2022-01-28gpg: Allow --dearmor to decode all kinds of armor files.Werner Koch1-8/+31
2019-05-14g10: Fix possible null dereference.NIIBE Yutaka1-2/+2
2018-11-08g10/armor: optimize radix64 to binary conversionJussi Kivilinna1-25/+141
2018-11-08g10/armor: optimize binary to radix64 conversionJussi Kivilinna1-36/+126
2018-11-08g10/armor: use libgcrypt's CRC24 implementationJussi Kivilinna1-47/+50
2018-11-08g10/armor: remove unused unarmor_pump codeJussi Kivilinna1-218/+0
2018-11-08g10/armor: fix eof checks in radix64_readJussi Kivilinna1-3/+3
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2017-05-10g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka1-2/+2
2017-03-07Remove -I option to common.NIIBE Yutaka1-5/+4
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-11-29Improve some comments.Neal H. Walfield1-0/+3
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-17Fix more spellingDaniel Kahn Gillmor1-1/+1
2016-07-05gpg: Fix possible out-of-bounds read in is_armored.Werner Koch1-5/+11
2016-07-05g10: Fix out-of-bounds read.Justus Winter1-2/+4
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-2/+1
2016-03-02gpg: More robustly detect valid non-armored OpenPGP messages.Neal H. Walfield1-13/+54
2016-02-16gpg: Make ASCII armor decoding more robust to encoding errors.Neal H. Walfield1-0/+18
2016-01-12common: Fix iobuf API of filter function for alignment.NIIBE Yutaka1-1/+1
2016-01-07gpg: Fix warnings about useless assignments.Werner Koch1-1/+1
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-3/+3
2014-11-13gpg: Remove PGP-2 related cruft.Werner Koch1-13/+3
2013-11-27gpg: Change armor Version header to emit only the major version.Werner Koch1-3/+17
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-1/+1
2011-03-03Fix faulty gcc warningsWerner Koch1-6/+5
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-14/+14
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-1/+1
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-1/+1
2010-06-07Add unfinished gpgtar.Werner Koch1-2/+3
2010-03-15Finished the bulk of changes to use estream in most places instead ofWerner Koch1-12/+13
2007-11-19Started to implement the audit log feature.Werner Koch1-1/+1
2007-10-25Ported changes from 1.4.Werner Koch1-9/+38
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2006-12-06Fixes for CVE-2006-6235Werner Koch1-1/+50
2006-10-02Fix for bug 537Werner Koch1-1/+1
2006-05-23g10/ does build again.Werner Koch1-1/+1
2006-04-28Merged recent changes from 1.4Werner Koch1-9/+15
2006-04-20* gpg.c (print_mds), armor.c (armor_filter, parse_hash_header): AddDavid Shaw1-7/+11
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-140/+221
2006-04-09* getkey.c (parse_auto_key_locate): Fix dupe-removal code.David Shaw1-2/+4
2005-11-13* armor.c (parse_header_line): A fussy bit of 2440: header lines areDavid Shaw1-4/+18
2005-07-27Converted all m_free to xfree etc.Werner Koch1-4/+4