aboutsummaryrefslogtreecommitdiffstats
path: root/include/mpi.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-09-20Cleanups.Werner Koch1-204/+0
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-0/+2
The gpg part does not yet build.
2005-07-27Converted all m_free to xfree etc.Werner Koch1-1/+1
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2004-04-27Renamed prototype parameter name to avoid gcc warnings.Werner Koch1-1/+1
2003-12-17* mpi.h (gcry_mpi, mpi_get_opaque, mpi_set_opaque): Make nbits and theDavid Shaw1-3/+3
length of an opaque MPI unsigned.
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-1/+6
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works.
2003-06-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+196
'GNUPG-1-9-BRANCH'.
2003-05-24* cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h: Edit allDavid Shaw1-28/+27
preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it.
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-197/+0
'GNUPG-1-9-BRANCH'.
2002-09-11* mpi-bit.c (mpi_normalize): Replaced the check for protected byV1-2-5V1-2-4V1-2-3RC-1-2-5rc2RC-1-2-5rc1RC-1-2-4rc1RC-1-2-3rc2RC-1-2-3rc1Werner Koch1-6/+1
is_opaque. (mpi_get_nbits): Removed the special case for protected MPIs. * mpicoder.c (do_get_buffer): Likewise. (mpi_print): Removed the nbit_info printing.
2002-06-29Update head to match stable 1.0David Shaw1-0/+202
1999-12-08See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1-181/+0
1999-10-26See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1-1/+4
1999-07-07See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner KochWerner Koch1-0/+3
1999-05-04See ChangeLog: Tue May 4 15:49:29 CEST 1999 Werner KochWerner Koch1-0/+1
1999-02-16See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1-2/+2
1999-01-07See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner KochWerner Koch1-0/+1
1998-12-08See ChangeLog: Tue Dec 8 13:15:16 CET 1998 Werner KochWerner Koch1-2/+4
1998-08-07chnages done at the trainWerner Koch1-1/+0
1998-08-05intermediate check inWerner Koch1-0/+5
1998-06-16some more internall structure changesWerner Koch1-2/+7
1998-06-15extensions are now working and fixed a lot of bugsWerner Koch1-0/+1
1998-06-11update from toboldWerner Koch1-5/+4
1998-04-09new releaseV0-2-15Werner Koch1-0/+1
1998-03-19some cleanupsWerner Koch1-0/+1
1998-02-11a couple of changes; but some parts are now brokenWerner Koch1-0/+3
1998-02-02changed structure of trustdbWerner Koch1-0/+2
1998-01-16added some trust model stuffWerner Koch1-1/+0
1998-01-12started with trust stuffWerner Koch1-21/+5
1997-12-23changed configuration stuff, replaced some Makefile.am by distfiles.Werner Koch1-0/+12
1997-12-19better prime number generator. improved ELG key generationWerner Koch1-0/+1
1997-12-09fingerprints and self signatures addedWerner Koch1-14/+10
1997-11-27Improved prime number testWerner Koch1-0/+2
1997-11-26How with some assembly supportWerner Koch1-0/+9
1997-11-24ElGamal funktioniert und ist defaultWerner Koch1-1/+5
1997-11-19Output armor works, RSA keygen works.Werner Koch1-2/+3
1997-11-18initially checkinWerner Koch1-0/+147