summaryrefslogtreecommitdiff
path: root/lib/gnutls_pk.c
Commit message (Expand)AuthorAgeFilesLines
* In TLS 1.2 under DSS use the hash algorithm required by DSS.Nikos Mavrogiannopoulos2011-02-091-2/+2
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-91/+91
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-19/+23
* The get_preferred_hash_algorithm() functions have now an extra argument to in...Nikos Mavrogiannopoulos2010-06-031-0/+15
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-06-031-2/+1
* Common code for calculation of RSA exp1 and exp2. Also update the openpgpNikos Mavrogiannopoulos2010-06-031-0/+36
* 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
* Use SHA256 for PRF if TLS 1.2.Daiki Ueno2009-08-311-2/+2
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-281-2/+2
* Several bug fixes by Fabian Keil (some were modified by me).Nikos Mavrogiannopoulos2009-07-151-3/+1
* Fix DSA key generation.Simon Josefsson2009-04-301-1/+1
* Fix warnings.Simon Josefsson2008-11-121-1/+2
* Indent.Simon Josefsson2008-10-081-5/+5
* changed crypto API to reduce probability of memory leaks during usage of pk_p...Nikos Mavrogiannopoulos2008-09-281-19/+12
* Corrected memory leak. Reported by Sam Varshavchik.Nikos Mavrogiannopoulos2008-09-211-1/+3
* Corrected several bugs in DSA DER key importing. Reported and debugged by Sam...Nikos Mavrogiannopoulos2008-09-211-1/+1
* Indent.Simon Josefsson2008-09-161-2/+2
* corrected private key generationNikos Mavrogiannopoulos2008-08-251-0/+6
* Minor randomness API cleanups.Simon Josefsson2008-07-091-2/+2
* Indent code.Simon Josefsson2008-07-021-65/+87
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-443/+116
* Remove all uses of gnutls_alloca/gnutls_afree.Simon Josefsson2008-04-171-14/+14
* Added interface to register random generators.Nikos2008-03-291-5/+7
* Move mpi.h stuff to x509_int.h.Simon Josefsson2008-02-261-2/+2
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Added support for DSA2 (key sizes for more than 1024 bits on DSA) via libgcry...Nikos Mavrogiannopoulos2007-10-121-2/+2
* Fixed memory leak in `_gnutls_dsa_verify ()'.Ludovic Courtes2007-06-261-0/+4
* Add 'break' to make logic easier to follow.Simon Josefsson2006-09-121-0/+1
* Revert part of patch, logging is only enabled in debug mode, whichSimon Josefsson2006-09-111-0/+1
* Don't return different errors depending on content of decrypted PKCS#1Simon Josefsson2006-09-081-5/+9
* Indent more.Simon Josefsson2005-12-151-2/+4
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-4/+4
* Use GNU coding style.Simon Josefsson2005-11-071-509/+599
* Made the PKCS #12 API handle null passwords. Based on patch byNikos Mavrogiannopoulos2005-09-271-4/+4
* Don't include gnutls_random.h.Simon Josefsson2005-08-301-1/+0
* Fix last commit.Simon Josefsson2005-08-301-4/+4
* Call gc directly instead of _gnutls_get_random.Simon Josefsson2005-08-301-5/+3
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* Indent.Simon Josefsson2004-10-281-11/+14
* Typo.Simon Josefsson2004-08-171-1/+0
* Simplify computation of PKCS#1 version 1.5 type 2 non-zero pad bytes,Simon Josefsson2004-08-171-26/+4
* Use minmax.h from gnulib instead of GMIN/GMAX.Simon Josefsson2004-08-171-1/+1
* eliminated some memory leaks. Reported by Yoann Vandoorselaere <yoann@prelude...Nikos Mavrogiannopoulos2004-07-091-4/+2
* Corrected bug in PKCS #1 encryption.Nikos Mavrogiannopoulos2004-06-161-2/+2
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-12/+12
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-631/+658
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-20/+20