removed gnutls_pubkey_get_verify_algorithm() and unnecessary internal APIs
[gnutls:gnutls.git] / lib / nettle / pk.c
2015-02-21 Nikos Mavrogiannop... removed gnutls_pubkey_get_verify_algorithm() and unnece...
2014-12-03 Nikos Mavrogiannop... More nettle2 updates (in FIPS140-2 mode)
2014-12-03 Nikos Mavrogiannop... ported to nettle 3.0
2014-10-29 Nikos Mavrogiannop... _gnutls_dh_generate_key() will account the q_bits
2014-10-21 Nikos Mavrogiannop... fips140-2: limit the FIPS code in fips mode
2014-10-21 Nikos Mavrogiannop... fips140-2: use the FIPS algorithms only when in FIPS140...
2014-10-08 Nikos Mavrogiannop... corrected assignment
2014-10-07 Nikos Mavrogiannop... added FIPS140-2 ECDH verification functions
2014-10-07 Nikos Mavrogiannop... added FIPS140-2 DH verification functions
2014-09-08 Nikos Mavrogiannop... added comment to clarify check
2014-07-07 Nikos Mavrogiannop... mpi: use zeroize_key() instead of memset()
2014-05-14 Nikos Mavrogiannop... Eliminated memory leak on failed curve assignment.
2014-05-02 Nikos Mavrogiannop... simplify casting to mpz_t using __mpz_struct and cleane...
2014-05-02 Nikos Mavrogiannop... simplify casting to mpz_t using __mpz_struct.
2014-03-08 Nikos Mavrogiannop... explicit type conversions when needed
2014-02-01 Nikos Mavrogiannop... corrected bug in DH exponent size calculation.
2014-01-31 Nikos Mavrogiannop... return proper error on RSA key generation failure
2014-01-31 Nikos Mavrogiannop... allow a missing u
2014-01-30 Nikos Mavrogiannop... Added FIPS184-4 RSA key generation.
2014-01-28 Nikos Mavrogiannop... removed unused variables
2014-01-28 Nikos Mavrogiannop... Allow verification of public and private parameters.
2014-01-27 Nikos Mavrogiannop... corrected usage of privkey
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... reduced warnings
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...
2014-01-23 Nikos Mavrogiannop... Added macros to allow specifying a subgroup for DSA.
2014-01-23 Nikos Mavrogiannop... corrected FIPS140 generation of DSA2 keys.
2014-01-23 Nikos Mavrogiannop... use dsa_generate_dss_keypair when generating DSA keys.
2013-12-25 Nikos Mavrogiannop... limit the size of the DH exponent
2013-12-25 Nikos Mavrogiannop... unified constants
2013-12-04 Nikos Mavrogiannop... corrected macros
2013-11-30 Nikos Mavrogiannop... Added hack for nettle's checks.
2013-11-30 Nikos Mavrogiannop... The library state is used even when not in FIPS mode.
2013-11-30 Nikos Mavrogiannop... Merged the FIPS140-2 support code.
2013-11-28 Nikos Mavrogiannop... Added check to prevent generating a DH pubkey of 1.
2013-11-28 Nikos Mavrogiannop... DH key exchange uses the _gnutls_pk_derive and _gnutls_...
2013-11-27 Nikos Mavrogiannop... use _gnutls_pk_bits_to_subgroup_bits() to select DH...
2013-11-27 Nikos Mavrogiannop... Added option to disable the non-SuiteB curves (i.e...
2013-11-27 Nikos Mavrogiannop... Use a FIPS140-2 compliant DSA and DH parameter generator.
2013-11-27 Nikos Mavrogiannop... Added curve_exists() to pk-backend. That allows to...
2013-11-27 Nikos Mavrogiannop... when using the rng() with a void option use the FIPS...
2013-11-27 Nikos Mavrogiannop... no need to memset. It should have been initialized.
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... use the most appropriate nettle function
2013-11-27 Nikos Mavrogiannop... zeroize ECC secret scalars and points.
2013-11-08 Nikos Mavrogiannop... reindented code
2013-05-26 Nikos Mavrogiannop... eliminated unused variable
2013-05-25 Nikos Mavrogiannop... corrected bug with _gnutls_dsa_q_to_hash() usage introd...
2013-05-25 Nikos Mavrogiannop... simplified access to cipher and mac properties to reduc...
2013-05-15 Nikos Mavrogiannop... several updates
2013-04-05 Nikos Mavrogiannop... reduce the number of temp variables in ECDH
2013-04-02 Nikos Mavrogiannop... Removed elliptic curve code from gnutls. Use nettle...
2013-02-10 Nikos Mavrogiannop... corrected extract_digest_info
2013-02-05 Nikos Mavrogiannop... corrected typo
2013-02-05 Nikos Mavrogiannop... corrected wrap_nettle_hash_algorithm() to work with...
2013-02-01 Nikos Mavrogiannop... Use LGPLv2.1 in the files their author's agreed to.
2013-01-03 Nikos Mavrogiannop... corrected error code
2012-12-28 Nikos Mavrogiannop... made PKCS#1 1.5 encoding and decoding stricter. Reporte...
2012-09-22 Nikos Mavrogiannop... several cleanups
2012-08-31 Nikos Mavrogiannop... Removed unused ECC code.
2012-08-30 Ilya TumaykinwMNAF-based multiplication
2012-08-26 Nikos Mavrogiannop... Revert "Use _gnutls_dsa_q_to_hash() only for warning...
2012-08-26 Nikos Mavrogiannop... Use _gnutls_dsa_q_to_hash() only for warning reasons.
2012-06-03 Nikos Mavrogiannop... gnutls_certificate_set_x509_simple_pkcs12_file() now...
2012-05-22 Nikos Mavrogiannop... documented function.
2012-05-22 Nikos Mavrogiannop... updates
2012-05-22 Nikos Mavrogiannop... Use the PKCS #1 1.5 encoding provided by nettle (2...
2012-01-25 Simon JosefssonCleanup copyright headers.
2012-01-21 Nikos Mavrogiannop... Fixed signed/unsigned warnings.
2012-01-16 Simon JosefssonRun 'make update-copyright'.
2012-01-02 Nikos Mavrogiannop... GNUTLS_PK_ECC -> GNUTLS_PK_EC
2011-12-12 Nikos Mavrogiannop... Optimizations in DH parameter generation.
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-30 Nikos Mavrogiannop... operations structures were made constants.
2011-09-09 Nikos Mavrogiannop... Memory leak fixes in ECC ciphersuites and the trust_list.
2011-08-03 Simon JosefssonClarify license and copyright.
2011-06-22 Nikos Mavrogiannop... Upgraded to LGPLv3.
2011-06-03 Nikos Mavrogiannop... Truncation of ECDSA and DSA signatures moved to _wrap_n...
2011-06-03 Nikos Mavrogiannop... Simplified the handling of handshake messages to be...
2011-06-03 Nikos Mavrogiannop... Hash algorithms used for DSA and ECDSA correspond to...
2011-06-02 Nikos Mavrogiannop... gnutls/crypto.h no longer includes functions to registe...
2011-05-28 Nikos Mavrogiannop... Laxed verification checks for DSA to allow SHA256 in...
2011-05-23 Nikos Mavrogiannop... Only warn on invalid security level hashes.
2011-05-22 Nikos Mavrogiannop... Added support for verifying server certificates with...
2011-05-22 Nikos Mavrogiannop... No need to keep Z in parameters since the pubkey can...
2011-05-22 Nikos Mavrogiannop... gnutls_pk_params_st is used internally to transfer...
2011-05-21 Nikos Mavrogiannop... Added OIDs and definitions for ECDSA signature algorithm.
2011-05-21 Nikos Mavrogiannop... Dropped ltc_ from function and type names.
2011-05-20 Nikos Mavrogiannop... Account 'A' in calculations for point doubling.
2011-05-20 Nikos Mavrogiannop... Initial ecc support. Adds support for anonymous ECDH...
2011-04-08 Nikos Mavrogiannop... Corrected memory leaks.
2011-03-19 Nikos Mavrogiannop... truncate hash size when asking to sign or verify DSA...
next