aboutsummaryrefslogtreecommitdiffstats
path: root/src/gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* Follow variable naming conventionAndreas Schwab2011-08-141-33/+33
* Whitespace cleanupAndreas Schwab2011-08-141-175/+175
* Silence error message we get in gnutls when the peer hangs upLars Magne Ingebrigtsen2011-07-271-0/+3
* * src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQStefan Monnier2011-07-171-7/+5
* Move the defintion of `gnutls-log-level' to the C level to avoid loading prob...Lars Magne Ingebrigtsen2011-07-171-8/+8
* Allow controlling how many prime bits to use during TLS negotiationLawrence Mitchell2011-07-151-0/+16
* src/gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).Juanma Barranquero2011-07-131-2/+7
* Fix typos.Juanma Barranquero2011-07-051-1/+1
* src/gnutls.c: Remove bogus references to :verify-error.Juanma Barranquero2011-07-041-24/+20
* * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.Paul Eggert2011-06-281-1/+0
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-1/+0
* * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.Ted Zlatanov2011-06-241-57/+22
* * gnutls.c: Use Emacs's memory allocators.Paul Eggert2011-05-301-5/+13
* * gnutls.c: Remove unused macros.Paul Eggert2011-05-221-3/+0
* src/gnutls.c, src/image.c: Make function pointers static.Juanma Barranquero2011-05-061-1/+1
* src/gnutls.c: Keep list of function aliases in alphabetical order.Juanma Barranquero2011-05-051-1/+1
* Add fn_NAME alias for `gnutls_certificate_set_x509_key_file'.Ted Zlatanov2011-05-041-0/+1
* src/gnutls.c: Remove unused parameter `fildes'.Juanma Barranquero2011-05-051-4/+2
* Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-041-52/+270
* Support :keylist and :crlfiles options to `gnutls-boot' and use them.Ted Zlatanov2011-05-031-13/+52
* src/gnutls.c: Make static a bunch of variables.Juanma Barranquero2011-05-021-17/+18
* Merge from mainline.Paul Eggert2011-04-261-2/+4
|\
| * Don't return in emacs_gnutls_handshake without an explicit value.Ted Zlatanov2011-04-261-1/+1
* | * gnutls.c (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.Paul Eggert2011-04-261-1/+1
* | * gnutls.c: Remove unused local.Paul Eggert2011-04-261-2/+2
* | * gnutls.c (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.Paul Eggert2011-04-261-1/+1
* | * gnutls.c (emacs_gnutls_handle_error): Remove unused local.Paul Eggert2011-04-261-1/+1
* | * gnutls.c (emacs_gnutls_handshake): Don't return a garbage value.Paul Eggert2011-04-261-4/+2
* | Merge from mainline.Paul Eggert2011-04-251-39/+321
|\|
| * Avoid compilation warnings in gnutls.c on 64-bit hosts.Eli Zaretskii2011-04-251-2/+2
| * Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS.Ted Zlatanov2011-04-241-39/+321
* | * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu 10.10.Paul Eggert2011-04-191-10/+12
|/
* Fix argument to `error' in `gnutls-boot'.Eli Zaretskii2011-04-161-2/+2
* emacs_write: Accept and return EMACS_INT for sizes.Paul Eggert2011-04-151-5/+5
* emacs_write: Return size_t, not ssize_t, to avoid overflow issues.Paul Eggert2011-04-121-3/+3
* use ssize_t and size_t for read- and write-like emacs_gnutls_* functionsJim Meyering2011-04-101-7/+8
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-4/+4
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-151-1/+1
* (emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal t...Lars Magne Ingebrigtsen2010-10-181-2/+7
* Fix gnutls write-before-negotiation case.Lars Magne Ingebrigtsen2010-10-101-1/+8
* (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.Lars Magne Ingebrigtsen2010-10-091-2/+2
* Make emacs_gnutls_read() return the expected on errors.Lars Magne Ingebrigtsen2010-10-091-7/+6
* Rework the gnutls boot interface.Lars Magne Ingebrigtsen2010-10-041-37/+116
* src/gnutls.c: Fix typo in docstring.Juanma Barranquero2010-10-031-4/+4
* src/gnutls.c: Doc fixes. Make some functions static.Juanma Barranquero2010-10-031-31/+38
* Clean up gnutls.c coding style to conform with the Emacs style.Lars Magne Ingebrigtsen2010-09-291-84/+78
* Do the gnutls handshake from the reader loop, instead of looping overLars Magne Ingebrigtsen2010-09-291-56/+34
* Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen2010-09-291-6/+15
* * src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.Stefan Monnier2010-09-281-5/+4