Remove some old craft
[platform/upstream/rpm.git] / rpmio / digest.c
2011-11-04 Panu MatilainenBury all NSS specifics into a separate source
2010-10-22 Panu MatilainenEliminate use of pgpHashAlgo in rpmio interface arguments
2009-10-14 Panu MatilainenMove fdDigest*() to rpmio.c where they better belong
2009-09-07 Panu MatilainenRemove redundant reinitialization, cleanup
2009-03-25 Panu MatilainenEliminate header/payload digests from pgpDig_s, they...
2009-03-25 Panu MatilainenImplement fdUpdateDigests() and friends using digest...
2009-03-25 Panu MatilainenAdd a type + basic api for bundle of digests (on same...
2009-03-16 Panu MatilainenProper error handling in rpmDigestDup()
2009-03-11 Panu MatilainenNSS supports MD2, we might as well handle it too
2009-03-11 Panu MatilainenEliminate now unnecessary FDDIGEST_t
2009-03-11 Panu MatilainenRemember hash algorithm in digest context
2009-03-11 Panu MatilainenStreamline rpmDigestInit() a bit
2009-01-08 Panu MatilainenDelay NSS initialization until actually used
2008-07-12 Panu MatilainenNSS uses unsigned int, not size_t for hash lengths
2008-04-07 Panu MatilainenEliminate several copy-paste hex converters, use pgpHex...
2008-03-06 Panu MatilainenMark bunch of misc. tables & such read-only in librpmio
2008-02-26 Panu MatilainenUn-inline fd*Digest()
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-02 Panu MatilainenGah, nss doesn't use size_t for lengths...
2008-01-02 Panu MatilainenMore assorted int -> size_t uses
2007-11-26 Ralf CorsépiusEliminate type "byte"
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-16 Panu MatilainenSplit digest-stuff out of rpmio_internal to separate...
2007-11-15 Panu MatilainenInitialize NSS early (rhbz#382091)
2007-11-02 Peter JonesMerge
2007-11-02 Panu MatilainenUse NSS instead of beecrypt for encryption (Tomas Mraz)
2007-09-20 Ralf CorsépiusRemove splint remnants.
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-11 Ralf CorsépiusRemove splint tags.
2005-03-13 jbjAdd support for sha256/sha384/sha512 (if available.).
2003-04-28 jbjbeecrypt-3.0.0 merge: DSA/SHA1 functional in rpm.
2003-04-09 jbjSplint fiddles.
2003-04-02 jbjSplint clean.
2002-07-21 jbj- add methods to make signature handling opaque wrto...
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-06-23 jbjAdd boundswrite annotations everywhere.
2002-06-15 jbj- beecrypt: merge changes from beecrypt-2.3.0.
2002-04-10 jbj- beecrypt: add types.h, eliminate need for config...
2001-10-19 jbjRewire digests, step 2.
2001-10-16 jbjFactor -type problems into explicit code annotations.
2001-10-16 jbjMore lclint annotations.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-10-05 jbj- proof-of-concept GPG/DSA verification for legacy...
2001-09-29 jbj- create RFC-2440 OpenPGP API in rpmio.
2001-09-26 jbj- bind beecrypt md5/sha1 underneath rpmio.
2001-09-15 jbjSync with rpm-4_0 branch.
2001-07-21 jbj- add sha1 test vectors, verify on ix86/alpha/sparc.
2001-06-15 jbj- fix: db1 end-of-file not detected in legacy compatibl...
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-06-04 jbjlclint fiddles.
2001-05-05 jbj- enough lclint annotations and fiddles already.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2000-12-12 jbjSync with rpm-4_0 branch.
2000-11-16 jbj- md5 sums are little endian (no swap) so big endian...
2000-10-31 jbj- add support for SHA1 as well as MD5 message digests.