summaryrefslogtreecommitdiff
path: root/lib/gnutls_mpi.c
Commit message (Expand)AuthorAgeFilesLines
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-2/+2
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-1/+1
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-0/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-8/+8
* Corrected nicely hidden bug that caused accesses to uninitialized variablesNikos Mavrogiannopoulos2010-06-031-2/+0
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-031-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-2/+2
* Several bug fixes by Fabian Keil (some were modified by me).Nikos Mavrogiannopoulos2009-07-151-0/+6
* Fix warnings.Simon Josefsson2008-11-121-1/+2
* Fix warnings.Simon Josefsson2008-11-121-2/+1
* Indent.Simon Josefsson2008-10-081-13/+13
* optimized in order to avoid calling malloc for small buffers.Nikos Mavrogiannopoulos2008-09-281-2/+28
* Revert "Revert C99 uses. Fixes gnutls_mpi.c mem leak, but not others."Nikos Mavrogiannopoulos2008-09-271-11/+1
* Revert C99 uses. Fixes gnutls_mpi.c mem leak, but not others.Simon Josefsson2008-09-251-1/+11
* Corrected several memory leaks reported by Sam. In some cases switchedNikos Mavrogiannopoulos2008-09-231-9/+1
* Indent code.Simon Josefsson2008-07-021-46/+57
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-82/+143
* Remove all uses of gnutls_alloca/gnutls_afree.Simon Josefsson2008-04-171-8/+8
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Indent more.Simon Josefsson2005-12-151-1/+1
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-0/+29
* Use GNU coding style.Simon Josefsson2005-11-071-135/+149
* Made the PKCS #12 API handle null passwords. Based on patch byNikos Mavrogiannopoulos2005-09-271-0/+14
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-1/+1
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-139/+155
* added function to access the DH (peer's) public key.Nikos Mavrogiannopoulos2004-06-041-8/+8
* Added news functions to allow access to the ephemeralNikos Mavrogiannopoulos2004-06-041-2/+29
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* some minor fixes and cleanups.Nikos Mavrogiannopoulos2003-12-051-0/+4
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-08-091-5/+2
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i...Nikos Mavrogiannopoulos2003-08-071-11/+26
* Added function to do the MAC verification in the PKCS #12 structure.Nikos Mavrogiannopoulos2003-06-271-19/+0
* More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added...Nikos Mavrogiannopoulos2003-06-251-0/+20
* several bug fixes in the certificate parsing, and some in the asn1 parser.Nikos Mavrogiannopoulos2003-04-011-2/+2
* Eliminated the need for a hard coded max MPI parameter size.Nikos Mavrogiannopoulos2003-03-311-8/+41
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-211-32/+0
* Added ability to import PKCS8 encrypted keys.Nikos Mavrogiannopoulos2003-03-211-1/+33
* several other additions and fixes for the certificate request stuff.Nikos Mavrogiannopoulos2003-03-141-0/+24
* some fixes in types.Nikos Mavrogiannopoulos2003-02-181-1/+3
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-141-10/+0