summaryrefslogtreecommitdiff
path: root/lib/gnutls_pk.c
Commit message (Expand)AuthorAgeFilesLines
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-1/+1
* removed gnutls_pubkey_get_verify_algorithm() and unnecessary internal APIsNikos Mavrogiannopoulos2015-02-211-17/+0
* protect _gnutls_params_get_rsa_raw() from crashing when exporting an RSA publ...Nikos Mavrogiannopoulos2014-08-081-6/+24
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-1/+6
* updated prototypes of _gnutls_mpi_set, _gnutls_mpi_set_ui,, _gnutls_mpi_copyNikos Mavrogiannopoulos2014-01-261-4/+8
* ensure that _gnutls_pk_params_copy makes a full duplicate.Nikos Mavrogiannopoulos2014-01-231-1/+4
* Added new functions to obtain raw private keyNikos Mavrogiannopoulos2014-01-231-1/+235
* reduced stack size usage in several functions.Nikos Mavrogiannopoulos2013-11-101-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-324/+301
* avoid calling clear on null valuesNikos Mavrogiannopoulos2013-05-311-1/+1
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-3/+3
* Private key parameters are overwritten with zeros on deinitialization.Nikos Mavrogiannopoulos2013-03-151-0/+10
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* simplified ECDSA/DSA signature generation in tokens.Nikos Mavrogiannopoulos2012-08-271-5/+43
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-312/+169
* 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