summaryrefslogtreecommitdiff
path: root/lib/includes
Commit message (Expand)AuthorAgeFilesLines
...
* Added gnutls_x509_trust_list_add_named_crt() andNikos Mavrogiannopoulos2011-06-041-2/+16
* Added SuiteB ciphersuites. Added SUITEB128 and SUITEB192 priority strings.Nikos Mavrogiannopoulos2011-06-041-0/+2
* gnutls_ecc_curve_get() was added.Nikos Mavrogiannopoulos2011-06-041-0/+1
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and pubkey_verify_da...Nikos Mavrogiannopoulos2011-06-042-10/+6
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-293/+1
* Added ECDHE-PSK ciphersuites for TLS (RFC 5489).Nikos Mavrogiannopoulos2011-05-271-0/+2
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-0/+3
* Added gnutls_x509_privkey_import_ecc_raw() and gnutls_x509_privkey_export_ecc...Nikos Mavrogiannopoulos2011-05-222-1/+17
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-221-0/+2
* No need to keep Z in parameters since the pubkey can always be converted to a...Nikos Mavrogiannopoulos2011-05-221-2/+1
* print information on ECC certificates.Nikos Mavrogiannopoulos2011-05-221-0/+2
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-222-1/+25
* Added OIDs and definitions for ECDSA signature algorithm.Nikos Mavrogiannopoulos2011-05-211-3/+13
* Added support for ECDHE-RSA ciphersuites.Nikos Mavrogiannopoulos2011-05-211-0/+2
* Account 'A' in calculations for point doubling.Nikos Mavrogiannopoulos2011-05-201-6/+7
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-202-4/+27
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-0/+2
* Added gnutls_x509_crq_verify().Nikos Mavrogiannopoulos2011-05-071-0/+2
* Added gnutls_certificate_get_issuer() to allow getting the issuer a certifica...Nikos Mavrogiannopoulos2011-05-032-14/+25
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-212-18/+25
* Added GNUTLS_E_USER_ERRORNikos Mavrogiannopoulos2011-04-201-1/+20
* Eliminated the need for sign_algo in gnutls_pcert_st. This meansNikos Mavrogiannopoulos2011-04-201-2/+1
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-0/+37
* Added gnutls_cipher_set_iv().Nikos Mavrogiannopoulos2011-04-121-0/+2
* Increased priority of CPU assisted ciphers.Nikos Mavrogiannopoulos2011-04-121-1/+1
* gnutls_transport_set_global_errno() is no more.Nikos Mavrogiannopoulos2011-04-111-1/+0
* Support for liblzo was dropped.Nikos Mavrogiannopoulos2011-04-101-5/+0
* Corrected documentation of several API functions.Nikos Mavrogiannopoulos2011-04-101-1/+1
* doc fixNikos Mavrogiannopoulos2011-04-081-1/+1
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-031-0/+2
* C++ compatibility fix for compat.h. Suggested by Mark Brand.Nikos Mavrogiannopoulos2011-03-261-0/+9
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-261-1/+2
* documentation fixes.Nikos Mavrogiannopoulos2011-03-234-21/+22
* Simplified signature algorithm selection.Nikos Mavrogiannopoulos2011-03-231-0/+5
* Increased GNUTLS_MAX_ALGORITHM_NUM to 32. The gnutls_*_list() functions gener...Nikos Mavrogiannopoulos2011-03-231-1/+1
* Documentation fixes and cleanups.Nikos Mavrogiannopoulos2011-03-211-2/+63
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-1/+1
* added gnutls_dtls_get_data_mtu().Nikos Mavrogiannopoulos2011-03-201-0/+2
* Return a special error code if DSA keys with over 1024 are being used with TL...Nikos Mavrogiannopoulos2011-03-191-0/+1
* gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or a...Nikos Mavrogiannopoulos2011-03-161-1/+0
* introduced GNUTLS_E_OPENPGP_PREFERRED_KEY_ERRORNikos Mavrogiannopoulos2011-03-161-0/+1
* updated cookie negotiation to use only a prestate structure and avoids settin...Nikos Mavrogiannopoulos2011-03-131-6/+7
* Added photuris-like resource protection on the server. Added gnutls_dtls_cook...Nikos Mavrogiannopoulos2011-03-131-0/+18
* added gnutls_key_generate() to API.Nikos Mavrogiannopoulos2011-03-131-0/+3
* gnutls_transport_set_lowat() is no more.Nikos Mavrogiannopoulos2011-03-122-3/+3
* gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t w...Nikos Mavrogiannopoulos2011-03-124-19/+12
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-2/+3
* Removed last pieces of inner application.Nikos Mavrogiannopoulos2011-03-021-2/+0
* Add `gnutls/dtls.h' to the distribution.Ludovic Courtès2011-02-281-2/+3
* Renamed gnutls_transport_set_push_function2() to gnutls_transport_set_vec_pus...Nikos Mavrogiannopoulos2011-02-231-1/+1