summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutls.h.in
Commit message (Expand)AuthorAgeFilesLines
...
* GNUTLS_NONBLOCK can be used for non-DTLS sessions as wellNikos Mavrogiannopoulos2015-04-301-1/+1
* introduced GNUTLS_E_NEED_FALLBACK to allow falling back from registered ciphersNikos Mavrogiannopoulos2015-04-071-0/+2
* Added CCM-8 ciphersuitesNikos Mavrogiannopoulos2015-04-071-1/+5
* gnutls_supplemental_register will fail on double registrationNikos Mavrogiannopoulos2015-04-041-1/+2
* gnutls_do_recv/send_supplemental -> gnutls_supplemental_recv/sendNikos Mavrogiannopoulos2015-04-041-5/+6
* Added documentation for gnutls_do_send/recv_supplementalNikos Mavrogiannopoulos2015-04-041-2/+2
* the base64 xxx_alloc functions were renamed to xxx2Nikos Mavrogiannopoulos2015-04-041-4/+10
* cleanups in supplemental data supportNikos Mavrogiannopoulos2015-04-041-2/+4
* added chacha20-poly1305 as cipherNikos Mavrogiannopoulos2015-03-281-0/+2
* gnutls_record_set_max_empty_records: removedNikos Mavrogiannopoulos2015-03-281-2/+1
* Added gnutls_x509_crt_check_email(), gnutls_openpgp_crt_check_email() and GNU...Nikos Mavrogiannopoulos2015-03-251-1/+3
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-12/+13
* set GNUTLS_DTLS_VERSION_MIN to be DTLS0.9Nikos Mavrogiannopoulos2015-03-191-1/+1
* removed unused epoch change callbackNikos Mavrogiannopoulos2015-03-191-1/+1
* updated typesNikos Mavrogiannopoulos2015-03-191-1/+1
* Added a way to add custom supplemental data from public API.Thierry Quemerais2015-03-191-3/+16
* renamed gnutls_buffer_st -> gnutls_buffer_tNikos Mavrogiannopoulos2015-03-191-5/+5
* Added a way to add custom extensions from public API.Thierry Quemerais2015-03-191-0/+58
* Added gnutls_record_get_state() and gnutls_record_set_state()Nikos Mavrogiannopoulos2015-02-201-0/+13
* gnutls_handshake_set_hook_function: will provide the raw handshake dataNikos Mavrogiannopoulos2015-02-201-1/+3
* use explicit casts to unsigned int in the CURVE_TO_BITS et alNikos Mavrogiannopoulos2015-02-181-3/+3
* added missing prototypesNikos Mavrogiannopoulos2015-02-051-0/+11
* Revert "Added gnutls_record_is_async()"Nikos Mavrogiannopoulos2015-01-281-1/+0
* Added gnutls_record_is_async()Nikos Mavrogiannopoulos2015-01-271-0/+1
* exported gnutls_system_recv_timeout()Nikos Mavrogiannopoulos2015-01-251-0/+1
* gnutls.h: made DTLS protocol version numbering distinctNikos Mavrogiannopoulos2014-12-311-2/+3
* Added definitions for CCM ciphersuitesNikos Mavrogiannopoulos2014-12-031-0/+4
* renumbered fields in gnutls.hNikos Mavrogiannopoulos2014-12-031-19/+19
* doc updateNikos Mavrogiannopoulos2014-11-281-0/+6
* gnutls_priority_string_list: allow printing the special keywords as well.Nikos Mavrogiannopoulos2014-11-211-1/+3
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-191-0/+1
* Added flag GNUTLS_OCSP_SR_IS_AVAIL for gnutls_ocsp_status_request_is_checkedNikos Mavrogiannopoulos2014-11-131-0/+1
* Added gnutls_memcmp() and exported it.Nikos Mavrogiannopoulos2014-11-111-0/+3
* exported gnutls_memset()Nikos Mavrogiannopoulos2014-11-081-0/+3
* introduced GNUTLS_MAX_SESSION_ID_SIZENikos Mavrogiannopoulos2014-11-051-0/+2
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-031-0/+1
* dropped gnutls_fd_in_use, it is no longer necessaryNikos Mavrogiannopoulos2014-10-311-3/+0
* Added gnutls_dh_params_import_raw2(), which allows to specify the number of b...Nikos Mavrogiannopoulos2014-10-291-0/+4
* added gnutls_fd_in_use() to check whether a file descriptor is in useNikos Mavrogiannopoulos2014-10-221-0/+3
* added gnutls_priority_string_list(), a function to iterate all priority stringsNikos Mavrogiannopoulos2014-10-161-0/+3
* Added support for the extended master secret calculationNikos Mavrogiannopoulos2014-10-081-0/+1
* Added gnutls_record_discard_queued()Nikos Mavrogiannopoulos2014-10-071-0/+1
* removed unused definitionNikos Mavrogiannopoulos2014-10-071-4/+0
* use unsigned types in prototypesNikos Mavrogiannopoulos2014-09-241-3/+3
* Add functions to obtain X.509 keys and certificates from certificate credentialsArmin Burgmeier2014-09-241-0/+8
* Verify key purpose on intermediate certificate if GNUTLS_VERIFY_KEY_PURPOSE_O...Nikos Mavrogiannopoulos2014-09-221-1/+3
* added missing prototypeNikos Mavrogiannopoulos2014-09-221-0/+3
* Add gnutls_certificate_get_verify_flagsArmin Burgmeier2014-09-211-0/+3
* the server_name extension will convert input and output names to IDNA.Nikos Mavrogiannopoulos2014-08-231-0/+1
* gnutls.h: use _SYM_EXPORT to export other than function symbolsNikos Mavrogiannopoulos2014-07-311-15/+21