summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/compat.h
Commit message (Expand)AuthorAgeFilesLines
* Added gnutls_x509_crt_verify_data2() and kept gnutls_privkey_sign_data()Nikos Mavrogiannopoulos2015-06-021-10/+0
* define GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATANikos Mavrogiannopoulos2015-05-051-0/+3
* doc update: account for new functionsNikos Mavrogiannopoulos2015-04-011-2/+0
* gnutls_privkey_sign_raw_data: converted to macro over gnutls_privkey_sign_hashNikos Mavrogiannopoulos2015-04-011-5/+2
* removed gnutls_x509_crt_get_verify_algorithm()Nikos Mavrogiannopoulos2015-02-211-8/+0
* removed the old gnutls_retr_st compatibility functionsNikos Mavrogiannopoulos2014-12-031-53/+0
* Removed binary compatibility with RSA-EXPORT using applicationsNikos Mavrogiannopoulos2014-12-031-53/+0
* removed the old priority functionsNikos Mavrogiannopoulos2014-12-031-19/+0
* removed gnutls_x509_crt_verify_hash() and gnutls_x509_crt_verify_data()Nikos Mavrogiannopoulos2014-12-031-15/+0
* gnutls_sign_callback_set() and gnutls_sign_callback_get() were removedNikos Mavrogiannopoulos2014-12-031-8/+0
* removed deprecated flagNikos Mavrogiannopoulos2014-02-141-0/+3
* gnutls_global_set_mem_functions was deprecatedNikos Mavrogiannopoulos2014-01-161-0/+6
* improved indentation in headers.Nikos Mavrogiannopoulos2013-11-091-265/+258
* reindented codeNikos Mavrogiannopoulos2013-11-081-230/+293
* deprecated gnutls_privkey_sign_raw_data()Nikos Mavrogiannopoulos2013-04-071-0/+6
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* added prototypes for inline functions (some gcc versions couldn't compile wit...Nikos Mavrogiannopoulos2012-03-241-2/+4
* Added doc-skip to skip certain functions from documentation.Nikos Mavrogiannopoulos2012-03-211-2/+2
* remove brackets.Nikos Mavrogiannopoulos2012-03-211-1/+1
* Cleaned up deprecated types and added a deprecation warning on them.Nikos Mavrogiannopoulos2012-03-211-51/+37
* Provide compatibility inline functions for gnutls_session_get_server_random()...Nikos Mavrogiannopoulos2012-03-211-0/+20
* Remove TLS_RANDOM_SIZE and TLS_MASTER_SIZE compat mappings.Simon Josefsson2012-03-191-4/+0
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Added discussion of distinguished names.Nikos Mavrogiannopoulos2012-01-101-1/+1
* Added new signing callback in gnutls_privkey_t.Nikos Mavrogiannopoulos2011-10-071-1/+1
* Functions for RSA-EXPORT were marked as deprecated.Nikos Mavrogiannopoulos2011-09-131-0/+39
* set_lowat was removed as a macro.Nikos Mavrogiannopoulos2011-09-021-3/+0
* Documentation updates. gnutls_x509_crq_sign2() and gnutls_x509_crl_sign2() we...Nikos Mavrogiannopoulos2011-08-121-11/+0
* Clarify license and copyright.Simon Josefsson2011-08-031-0/+22
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and pubkey_verify_da...Nikos Mavrogiannopoulos2011-06-041-10/+0
* C++ compatibility fix for compat.h. Suggested by Mark Brand.Nikos Mavrogiannopoulos2011-03-261-0/+9
* gnutls_transport_set_lowat() is no more.Nikos Mavrogiannopoulos2011-03-121-0/+3
* gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t w...Nikos Mavrogiannopoulos2011-03-121-0/+4
* Remove gnutls_x509_crq_get_preferred_hash_algorithm.Simon Josefsson2011-02-231-5/+0
* Rename gnutls_privkey_sign_data2 to gnutls_privkey_sign_data and gnutls_privk...Simon Josefsson2011-02-231-2/+2
* Fix syntax-check warnings.Simon Josefsson2011-02-231-1/+1
* deprecated gnutls_*_set_priority().Nikos Mavrogiannopoulos2011-02-091-0/+18
* Removed gnutls_psk_netconf_derive_key.Nikos Mavrogiannopoulos2011-02-071-7/+0
* Removed gnutls_certificate_verify_peers.Nikos Mavrogiannopoulos2011-02-071-4/+0
* Removed gnutls_session_set_finished_function().Nikos Mavrogiannopoulos2011-02-071-11/+0
* gnutls_certificate_verify_peers is deprecated.Nikos Mavrogiannopoulos2011-02-061-0/+4
* Removed: gnutls_session_get_server_random, gnutls_session_get_client_random, ...Nikos Mavrogiannopoulos2011-02-051-13/+0
* Removed functions:Nikos Mavrogiannopoulos2011-02-051-25/+0
* The internal subsystem uses the new certificate verification functions.Nikos Mavrogiannopoulos2011-01-311-0/+13
* Reverted removal of gnutls_openpgp_privkey_sign_hash() to retain compatibilit...Nikos Mavrogiannopoulos2011-01-161-2/+8
* fixes in internal build with the new deprecated functions. We allow them to b...Nikos Mavrogiannopoulos2011-01-151-2/+3
* depends on gnutls/x509.h to compile.Nikos Mavrogiannopoulos2011-01-151-0/+2
* deprecated gnutls_x509_crl_sign(), gnutls_x509_crl_sign2() and gnutls_x509_cr...Nikos Mavrogiannopoulos2011-01-151-0/+19
* Deprecated gnutls_x509_crq_sign2() and gnutls_x509_crq_sign() inNikos Mavrogiannopoulos2011-01-151-0/+8
* gnutls_x509_crt_verify_hash: DEPRECATEDNikos Mavrogiannopoulos2011-01-151-2/+31