summaryrefslogtreecommitdiff
path: root/lib/gnutls_pk.c
Commit message (Expand)AuthorAgeFilesLines
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Fix memory leak.Simon Josefsson2012-01-141-2/+2
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-2/+2
* Added gnutls_x509_privkey_verify_params() which verifies the parameters of a ...Nikos Mavrogiannopoulos2011-11-111-35/+0
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* corrected uninitialized variable warning.Nikos Mavrogiannopoulos2011-06-161-1/+1
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-2/+2
* Several updates to allow generation and signing of an ECC certificate.Nikos Mavrogiannopoulos2011-05-231-29/+0
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-221-28/+0
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-103/+37
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-1/+1
* corrected memory leak on RSA signatures.Nikos Mavrogiannopoulos2011-04-081-3/+6
* In TLS 1.2 under DSS use the hash algorithm required by DSS.Nikos Mavrogiannopoulos2011-02-091-2/+2
* The extensions code is now using the gnutls_buffer_st.Nikos Mavrogiannopoulos2011-02-091-1/+1
* 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