summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/krl.c
AgeCommit message (Expand)Author
2014-04-28buffer_get_string_ptr's return should be const to remindDamien Miller
2014-01-31replace most bzero with explicit_bzero, except a few that cna be memsetTed Unangst
2013-07-20fix verification error in (as-yet usused) KRL signature checking pathDamien Miller
2013-06-20don't leak the rdata blob on errors; ok djm@Markus Friedl
2013-04-05hush some {unused, printf type} warningsDamien Miller
2013-02-19Remove bogus include. ok djmDarren Tucker
2013-01-27actually use the xrealloc() return value; spotted by xi.wang AT gmail.comDamien Miller
2013-01-25redo last commit without the vi-vomit that snuck in:Damien Miller
2013-01-25Revert last. Breaks due to likely typo. Let djm@ fix later.Kenneth R Westerback
2013-01-24skip serial lookup when cert's serial number is zeroDamien Miller
2013-01-24fix handling of (unused) KRL signatures; skip string in correct bufferDamien Miller
2013-01-19RB_INSERT does not remove existing elments; ok djm@Markus Friedl
2013-01-18fix KRL generation bug for list sectionsDamien Miller
2013-01-18RCD IDs help us keep portable in synchDamien Miller
2013-01-17add support for Key Revocation Lists (KRLs). These are a compact way toDamien Miller