Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / signature.h
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2011-11-09 Panu MatilainenEliminate uses of pgpDig in package reading & signature...
2011-11-09 Panu MatilainenSwitch to using rpmKeyringVerifySig() internally
2011-11-07 Panu MatilainenUnify the parsePGP() variants from package.c and rpmche...
2010-10-22 Panu MatilainenReplace remaing rpmSigTag uses with rpmTagVal
2010-09-29 Panu MatilainenAnd now sighdrPut() can be buried back into signature.c
2010-09-29 Panu MatilainenMake rpmGenSignature() static
2010-09-29 Panu MatilainenMove sighdrPut() to inline function in signature.h
2010-09-29 Panu MatilainenSplit signature and digest generation to separate functions
2010-09-03 Panu MatilainenPut the rpmLookupSignature() and rpmGetPassPhrase(...
2009-03-26 Panu MatilainenPut the PGP foobar signature generation out of its...
2009-03-25 Panu MatilainenEliminate header/payload digests from pgpDig_s, they...
2009-03-19 Panu MatilainenMove leftover signature stuff from rpmlib.h to signature.h
2008-02-05 Panu MatilainenUse rpmSigTag enum for signature tags everywhere, more...
2007-12-16 Panu MatilainenRemove const from bunch of error message return types
2007-12-14 Panu MatilainenYet more type-pedantry...
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-28 Ralf CorsépiusInclude "header.h" instead of <header.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-09-11 Ralf CorsépiusRemove splint tags.
2005-03-12 jbjAdd hdrmd5ctx for header-only md5 rsa/md5 signatures.
2004-10-20 jbjDoxygen fiddles.
2003-05-08 jbj- don't use error string after gzclose (Dmitry V. Levin).
2002-09-17 jbj- lclint clean.
2002-09-16 jbjSync with rpm-4.1 parsing changes.
2002-08-31 jbjSync with rpm-4.1.
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-03-10 jbj- splint annotationsm, signature cleanup.
2002-03-06 jbj- add header DSA signature.
2001-12-20 jbj- solaris: translate i86pc to i386 (#57182).
2001-10-19 jbj- beecrypt is at least as good as pgp/gpg on verify...
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-06-04 jbjlclint fiddles.
2001-05-31 jbj- return multiple suggested packages (Pawel Kolodziej...
2001-05-05 jbj- enough lclint annotations and fiddles already.
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-02-12 jbjAdd rpmRC return code type for the usual 0/1/2 codes.
2001-02-12 jbjRename RPMSIG_* signature types to RPMSIGTYPE_* to...
2001-02-11 jbj1st stab at --repackage.
2000-08-28 jbjDoxygen annotations.
2000-08-27 jbjDoxygen annotations.
1999-10-04 jbjdumb cpp's want white space around lclint annotations...
1999-09-17 jbjlclint annotations.
1999-09-10 jbjpgp and pgp5 have compatible RSA signature (#4780).
1999-07-13 jbjPerl bindings need
1999-03-22 jbjfix: don't add header if signature generation failed...
1999-03-21 jbjpgp5 support (Carlo Wood <carlo@runaway.xs4all.nl>).
1999-01-09 jbj1998 8 Jan Toshio Kuratomi <badger@prtr-13.ucsc.edu>
1999-01-06 jbjpropagate "const char *" into rpmlib prototypes.
1998-11-18 jbjimplement abstract fd type almost everywhere.
1998-07-25 jbjAdd multiple include avoidance and c++ prototype wrappi...
1996-11-18 rootThe Great Renaming
1996-09-29 ewtadded H_SIGNATURE wrapper
1996-08-31 ewtchanged MD5 sig type because of big-endian problems
1996-07-12 rootadd stuff for missing PGP keys
1996-07-08 rootcleanup of verify stuff
1996-07-07 rootnew Header-style signatures
1996-06-20 roothandle new signature types
1996-06-20 rootnew sig types
1996-02-23 rootadd a few return codes
1996-02-20 rootadd getPassPhrase()
1996-02-20 rootpassPhrase is arg to makeSignature()
1996-02-19 marcInitial revision