summaryrefslogtreecommitdiff
path: root/lib/includes
Commit message (Expand)AuthorAgeFilesLines
* Improvements in PKCS #11 support.Nikos Mavrogiannopoulos2013-11-091-2/+9
* Improvements in the detection of function prototypes to account for the new i...Nikos Mavrogiannopoulos2013-11-091-4/+6
* improved indentation in headers.Nikos Mavrogiannopoulos2013-11-0912-3684/+3588
* reindented codeNikos Mavrogiannopoulos2013-11-0812-2700/+2979
* in gnutls_x509_privkey_generate() allow specifying an explicit curve.Nikos Mavrogiannopoulos2013-11-081-0/+6
* get random data from pkcs#11 tokensWolfgang Meyer zu Bergsten2013-10-251-0/+5
* Added description for umacNikos Mavrogiannopoulos2013-10-231-0/+2
* Added Camellia with GCMNikos Mavrogiannopoulos2013-10-221-0/+4
* Added gnutls_certificate_get_crt_raw() to return the raw certificate as prese...Nikos Mavrogiannopoulos2013-10-191-0/+3
* ported patch for RSA-PSKFrank Morgner2013-08-301-0/+2
* Added helper functions to export the available ciphers in a priority structureNikos Mavrogiannopoulos2013-07-251-0/+4
* typo fixNikos Mavrogiannopoulos2013-07-131-1/+1
* Allow hooks to be called before or after generation/receiving.Nikos Mavrogiannopoulos2013-07-111-1/+5
* Revert "simplified hook function, to apply only to post-processing or generat...Nikos Mavrogiannopoulos2013-07-111-1/+2
* Added helper functions for digests.Nikos Mavrogiannopoulos2013-07-041-0/+3
* gnutls_record_overhead_size2 -> gnutls_est_record_overhead_sizeNikos Mavrogiannopoulos2013-07-031-1/+1
* simplified hook function, to apply only to post-processing or generation of m...Nikos Mavrogiannopoulos2013-06-261-2/+1
* Added gnutls_handshake_set_hook_function() to allow hooks on arbitrary handsh...Nikos Mavrogiannopoulos2013-06-141-0/+23
* avoid the introduction of a new function to disable replay protection.Nikos Mavrogiannopoulos2013-06-112-2/+3
* Added gnutls_record_overhead_size() and Added gnutls_record_overhead_size2().Nikos Mavrogiannopoulos2013-06-101-0/+8
* DTLS replay protection can now be disabled.Nikos Mavrogiannopoulos2013-06-101-0/+2
* Added gnutls_cipher_get_tag_size().Nikos Mavrogiannopoulos2013-06-101-1/+1
* Added gnutls_certificate_set_trust_list().Nikos Mavrogiannopoulos2013-06-101-0/+4
* revert prototype moveNikos Mavrogiannopoulos2013-05-292-2/+3
* gnutls_session_set_id() was addedNikos Mavrogiannopoulos2013-05-191-0/+3
* Added support for the NO_APPLICATION_PROTOCOL alert for ALPN.Nikos Mavrogiannopoulos2013-05-051-2/+5
* Added umac-128Nikos Mavrogiannopoulos2013-05-031-0/+1
* Added ESTREAM salsa20 cipher.Nikos Mavrogiannopoulos2013-04-121-0/+1
* Updated UMAC code to use nettle's new implementationNikos Mavrogiannopoulos2013-04-111-1/+0
* Added support for the ALPN extension.Nikos Mavrogiannopoulos2013-04-101-0/+7
* Added gnutls_certificate_set_x509_key_mem2() and gnutls_certificate_set_x509_...Nikos Mavrogiannopoulos2013-04-081-0/+15
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-2/+2
* Added support for DTLS 1.2Nikos Mavrogiannopoulos2013-04-071-4/+8
* deprecated gnutls_privkey_sign_raw_data()Nikos Mavrogiannopoulos2013-04-073-11/+12
* Added gnutls_sign_algorithm_get_client()Nikos Mavrogiannopoulos2013-04-041-0/+1
* Added sign and verification flags to operate in RSA raw mode (as used in TLS).Nikos Mavrogiannopoulos2013-03-281-11/+34
* changed license headers to 2.1. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2013-03-243-3/+3
* Added gnutls_mac_get_nonce_size()Nikos Mavrogiannopoulos2013-03-232-3/+3
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-212-5/+10
* Salsa20R20 -> Salsa20Nikos Mavrogiannopoulos2013-03-191-1/+1
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-192-3/+5
* Added salsa20 cipher, and ciphersuites.Nikos Mavrogiannopoulos2013-03-172-0/+3
* Added gnutls_privkey_status()Nikos Mavrogiannopoulos2013-03-161-0/+1
* Added gnutls_privkey_sign_raw_data()Nikos Mavrogiannopoulos2013-03-141-0/+6
* Added gnutls_session_get_desc()Nikos Mavrogiannopoulos2013-03-121-0/+1
* GNUTLS_TPMKEY_FMT_DER -> GNUTLS_TPMKEY_FMT_RAWNikos Mavrogiannopoulos2013-03-081-2/+4
* Added functions that remove certificates from a trust list.Nikos Mavrogiannopoulos2013-03-051-0/+13
* Added new functions to get the LDAP DN in an allocated buffer.Nikos Mavrogiannopoulos2013-03-051-1/+5
* Added gnutls_pkcs11_privkey_status().Nikos Mavrogiannopoulos2013-02-251-0/+1
* cleaned up the PIN calling in TPMNikos Mavrogiannopoulos2013-02-161-1/+4