summaryrefslogtreecommitdiff
path: root/lib/gnutls_mpi.c
Commit message (Expand)AuthorAgeFilesLines
* updated prototypes of _gnutls_mpi_sub_ui, _gnutls_mpi_add_ui, _gnutls_mpi_mul_uiNikos Mavrogiannopoulos2014-01-261-2/+7
* updated mpi_scan macrosNikos Mavrogiannopoulos2014-01-261-16/+34
* updated prototypes of _gnutls_mpi_set, _gnutls_mpi_set_ui,, _gnutls_mpi_copyNikos Mavrogiannopoulos2014-01-261-1/+4
* updated prototype of _gnutls_mpi_modmNikos Mavrogiannopoulos2014-01-261-1/+5
* Added _gnutls_mpi_random_modp() and _gnutls_mpi_modm() to replace _gnutls_mpi...Nikos Mavrogiannopoulos2013-11-271-17/+11
* overwrite temp buffers of private keys.Nikos Mavrogiannopoulos2013-11-271-6/+40
* Simplified _gnutls_mpi_release()Nikos Mavrogiannopoulos2013-11-271-9/+0
* reindented codeNikos Mavrogiannopoulos2013-11-081-285/+257
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* corrected bug in scan_nz()Nikos Mavrogiannopoulos2012-04-251-1/+1
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-7/+7
* 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