summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/compat.h
Commit message (Collapse)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
| | | | | | | | | | That is: gnutls_cipher_set_priority gnutls_mac_set_priority gnutls_compression_set_priority gnutls_kx_set_priority gnutls_protocol_set_priority gnutls_certificate_type_set_priority
* 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 ↵Nikos Mavrogiannopoulos2012-03-241-2/+4
| | | | without)
* 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 ↵Nikos Mavrogiannopoulos2012-03-211-0/+20
| | | | gnutls_session_get_server_random() and gnutls_session_get_client_random().
* 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() ↵Nikos Mavrogiannopoulos2011-08-121-11/+0
| | | | were removed from the deprecate list to ease generation of crl and crq structures.
* Clarify license and copyright.Simon Josefsson2011-08-031-0/+22
|
* Split pubkey_verify_sig() to pubkey_verify_hashed_data() and ↵Nikos Mavrogiannopoulos2011-06-041-10/+0
| | | | | | | pubkey_verify_data(). Added gnutls_pubkey_verify_data2() to allow verification of a signature when the signature algorithm cannot be determined by the signature and the public key only.
* 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 ↵Nikos Mavrogiannopoulos2011-03-121-0/+4
| | | | which was replaced by a flags integer..
* 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 ↵Simon Josefsson2011-02-231-2/+2
| | | | | | | gnutls_privkey_sign_hash2 to gnutls_privkey_sign_hash. These were added during the 2.11 cycle where we don't promise ABI compatibility.
* 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
| | | | gnutls_session_get_master_secret
* Removed functions:Nikos Mavrogiannopoulos2011-02-051-25/+0
| | | | | | gnutls_ext_register, gnutls_certificate_get_x509_crls, gnutls_certificate_get_x509_cas and bumped library version number.
* The internal subsystem uses the new certificate verification functions.Nikos Mavrogiannopoulos2011-01-311-0/+13
| | | | | | This has the side effect of deprecating gnutls_certificate_get_x509_crls() and gnutls_certificate_get_x509_cas() that can no longer operation since they relied on internal structures.
* Reverted removal of gnutls_openpgp_privkey_sign_hash() to retain ↵Nikos Mavrogiannopoulos2011-01-161-2/+8
| | | | compatibility with 2.10.x. That function is now deprecated instead.
* fixes in internal build with the new deprecated functions. We allow them to ↵Nikos Mavrogiannopoulos2011-01-151-2/+3
| | | | be used since they are inter-dependent.
* depends on gnutls/x509.h to compile.Nikos Mavrogiannopoulos2011-01-151-0/+2
|
* deprecated gnutls_x509_crl_sign(), gnutls_x509_crl_sign2() and ↵Nikos Mavrogiannopoulos2011-01-151-0/+19
| | | | gnutls_x509_crq_get_preferred_hash_algorithm().
* Deprecated gnutls_x509_crq_sign2() and gnutls_x509_crq_sign() inNikos Mavrogiannopoulos2011-01-151-0/+8
| | | | favor for gnutls_x509_crq_privkey_sign().
* gnutls_x509_crt_verify_hash: DEPRECATEDNikos Mavrogiannopoulos2011-01-151-2/+31
| | | | | | | | | | gnutls_x509_crt_verify_data: DEPRECATED gnutls_x509_crt_get_verify_algorithm: DEPRECATED gnutls_x509_crt_get_preferred_hash_algorithm: DEPRECATED Removed the new gnutls_x509_privkey_sign_data2() and gnutls_x509_privkey_sign_hash2(). That functionality will be only in the abstract.h pubkey and privkey structures, to avoid duplication for every certificate type.