removed gnutls_pubkey_get_verify_algorithm() and unnecessary internal APIs
[gnutls:gnutls.git] / lib / gnutls_pk.h
2015-02-21 Nikos Mavrogiannop... removed gnutls_pubkey_get_verify_algorithm() and unnece...
2014-01-28 Nikos Mavrogiannop... Allow verification of public and private parameters.
2014-01-23 Nikos Mavrogiannop... Added new functions to obtain raw private key
2013-11-30 Nikos Mavrogiannop... Merged the FIPS140-2 support code.
2013-11-27 Nikos Mavrogiannop... Added curve_exists() to pk-backend. That allows to...
2013-11-27 Nikos Mavrogiannop... Separated pk_generate to pk_generate_params() and pk_ge...
2013-11-08 Nikos Mavrogiannop... reindented code
2013-05-25 Nikos Mavrogiannop... simplified access to cipher and mac properties to reduc...
2013-02-01 Nikos Mavrogiannop... Use LGPLv2.1 in the files their author's agreed to.
2012-08-27 Nikos Mavrogiannop... simplified ECDSA/DSA signature generation in tokens.
2012-05-22 Nikos Mavrogiannop... Use the PKCS #1 1.5 encoding provided by nettle (2...
2012-01-16 Simon JosefssonRun 'make update-copyright'.
2011-11-11 Nikos Mavrogiannop... Added gnutls_x509_privkey_verify_params() which verifie...
2011-10-01 Nikos Mavrogiannop... The hash_fast() and hmac_fast() functions can be regist...
2011-09-30 Nikos Mavrogiannop... operations structures were made constants.
2011-08-03 Simon JosefssonClarify license and copyright.
2011-05-23 Nikos Mavrogiannop... Several updates to allow generation and signing of...
2011-05-22 Nikos Mavrogiannop... Added support for verifying server certificates with...
2011-05-22 Nikos Mavrogiannop... gnutls_pk_params_st is used internally to transfer...
2011-05-20 Nikos Mavrogiannop... Initial ecc support. Adds support for anonymous ECDH...
2010-12-16 Nikos Mavrogiannop... Indented code. Use same indentation but with -nut to...
2010-10-14 Simon JosefssonIndent (using GNU indent 2.2.11).
2010-06-03 Nikos Mavrogiannop... The get_preferred_hash_algorithm() functions have now...
2010-06-03 Nikos Mavrogiannop... Common code for calculation of RSA exp1 and exp2. Also...
2010-05-22 Simon JosefssonChange GNUTLS into GnuTLS.
2010-04-14 Simon JosefssonMore indentation.
2010-01-27 Simon JosefssonUpdate copyright years.
2010-01-27 Simon JosefssonFix FSF copyright notices.
2008-08-28 Simon JosefssonFix warnings.
2008-06-27 Nikos Mavrogiannop... Initial merge attempt with gnutls_with_ext_mpi
2007-10-30 Nikos Mavrogiannop... Changed my name to my "official" name.
2005-12-15 Simon JosefssonIndent more.
2005-12-09 Simon JosefssonReplace "uint" with "unsigned". Remove unused "sint".
2005-11-07 Simon JosefssonUse GNU coding style.
2005-05-26 Simon JosefssonUpdate FSF office address in license.
2005-01-24 Simon JosefssonClean up license templates.
2005-01-24 Simon JosefssonClean up license templates.
2004-10-28 Simon JosefssonIndent.
2004-06-13 Nikos Mavrogiannop... Added the '_t' suffix to all exported symbols.
2004-06-07 Nikos Mavrogiannop... changed indentation to 4 spaces instead of tabs.
2004-06-05 Nikos Mavrogiannop... several internal types fix.
2004-04-15 Nikos Mavrogiannop... Some updates in order to compile with tcc.
2003-08-07 Nikos Mavrogiannop... Ported to the new libgcrypt (still unstable). Also...
2003-03-14 Nikos Mavrogiannop... Added some stuff needed in PKCS#10 certificate request...
2002-10-13 Nikos Mavrogiannop... several fixes in the codebase, mostly in signed/unsigne...
2002-03-29 Nikos Mavrogiannop... Some cleanups in the certificate authentication. Parame...
2002-03-26 Nikos Mavrogiannop... *** empty log message ***
2002-03-26 Nikos Mavrogiannop... added gnutls_x509_extract_certificate_pk_algorithm()
2002-01-27 Nikos Mavrogiannop... added support for DSS certificates. gnutls_with_dss_cert_support
2002-01-26 Nikos Mavrogiannop... Added stuff for DSS certificates (not ready yet)
2001-07-21 Nikos Mavrogiannop... *** empty log message ***
2001-07-20 Nikos Mavrogiannop... added some kind of certificate checking
2001-06-17 Nikos Mavrogiannop... several additions for RSA (mostly unstable)
2001-06-16 Nikos Mavrogiannop... some support for public key encryption (rsa)