removed gnutls_pubkey_get_verify_algorithm() and unnecessary internal APIs
[gnutls:gnutls.git] / lib / crypto-backend.h
2015-02-21 Nikos Mavrogiannop... removed gnutls_pubkey_get_verify_algorithm() and unnece...
2014-12-03 Nikos Mavrogiannop... Modified crypto backend to accomodate for the CCM ciphe...
2014-10-31 Nikos Mavrogiannop... When gnutls_global_init() is called manually from the...
2014-01-28 Nikos Mavrogiannop... Allow verification of public and private parameters.
2014-01-26 Nikos Mavrogiannop... Updated the rest of the MPI function prototypes.
2014-01-26 Nikos Mavrogiannop... updated the prototype of _gnutls_mpi_div
2014-01-26 Nikos Mavrogiannop... updated prototypes of _gnutls_mpi_sub_ui, _gnutls_mpi_a...
2014-01-26 Nikos Mavrogiannop... updated prototype of _gnutls_mpi_powm
2014-01-26 Nikos Mavrogiannop... updated mpi_scan macros
2014-01-26 Nikos Mavrogiannop... updated prototypes of _gnutls_mpi_set, _gnutls_mpi_set_...
2014-01-26 Nikos Mavrogiannop... updated prototype of _gnutls_mpi_modm
2014-01-26 Nikos Mavrogiannop... Updated _gnutls_mpi_init prototype and added _gnutls_mp...
2013-11-30 Nikos Mavrogiannop... Merged the FIPS140-2 support code.
2013-11-28 Nikos Mavrogiannop... DH key exchange uses the _gnutls_pk_derive and _gnutls_...
2013-11-27 Nikos Mavrogiannop... Added curve_exists() to pk-backend. That allows to...
2013-11-27 Nikos Mavrogiannop... Use nettle for the generation of DH group parameters.
2013-11-27 Nikos Mavrogiannop... Separated pk_generate to pk_generate_params() and pk_ge...
2013-11-27 Nikos Mavrogiannop... Added _gnutls_mpi_random_modp() and _gnutls_mpi_modm...
2013-11-27 Nikos Mavrogiannop... Ported libgcrypt's AES-based DRBG.
2013-11-08 Nikos Mavrogiannop... reindented code
2013-04-27 Nikos Mavrogiannop... eliminate the reset ability from hashes
2013-04-26 Nikos Mavrogiannop... Do not handle MAC reset separately. It is implied by...
2013-04-02 Nikos Mavrogiannop... Removed elliptic curve code from gnutls. Use nettle...
2013-03-19 Nikos Mavrogiannop... The HMAC subsystem can now be used for other MAC algori...
2013-03-15 Nikos Mavrogiannop... Private key parameters are overwritten with zeros on...
2013-02-01 Nikos Mavrogiannop... Use LGPLv2.1 in the files their author's agreed to.
2013-01-27 Nikos Mavrogiannop... Added gnutls_rnd_refresh().
2012-05-22 Nikos Mavrogiannop... Use the PKCS #1 1.5 encoding provided by nettle (2...
2012-02-20 Nikos Mavrogiannop... hash copy no longer needed.
2012-01-24 Patrick PelletierFix up some typos and obsolete comments
2012-01-16 Simon JosefssonRun 'make update-copyright'.
2012-01-12 Nikos Mavrogiannop... Only list algorithms if they are implemented.
2011-12-12 Nikos Mavrogiannop... Diffie Hellman PKCS #3 parameters now contain the recom...
2011-11-11 Nikos Mavrogiannop... Added gnutls_x509_privkey_verify_params() which verifie...
2011-11-10 Nikos Mavrogiannop... Corrected ECC key generation.
2011-11-05 Nikos Mavrogiannop... Verify that received ECDH public key lies on the curve.
2011-10-01 Nikos Mavrogiannop... The hash_fast() and hmac_fast() functions can be regist...
2011-09-07 Nikos Mavrogiannop... Added encryption flag to simplify and optimize key...
2011-08-03 Simon JosefssonClarify license and copyright.
2011-06-02 Nikos Mavrogiannop... gnutls/crypto.h no longer includes functions to registe...