summaryrefslogtreecommitdiff
path: root/src/gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Initialize GnuTLS before calling gnutls_rndPaul Eggert2016-01-171-4/+6
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-3/+4
* Avoid error in TLS connections due to incorrect formatEli Zaretskii2015-06-271-1/+1
* Remove unused DEFSYMsPaul Eggert2015-05-311-2/+0
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-1/+1
* Support GnuTLS v3.4 and later on MS-WindowsChris Zheng2015-04-111-0/+10
* Give up on -Wsuggest-attribute=constPaul Eggert2015-01-151-2/+1
* Flag :unknown-ca and :self-signed SSL certs (Bug#19404)Ted Zlatanov2015-01-151-1/+16
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-2/+4
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-21/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Wrap dll functions more simplyPaul Eggert2014-12-281-370/+356
* Merge from origin/emacs-24Paul Eggert2014-12-281-17/+48
|\
| * Port memory-full checking to GnuTLS 3.3Paul Eggert2014-12-271-15/+25
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-1/+1
|\|
| * src/gnutls.c (gnutls_init): Fix deprecation warning from GCC.Eli Zaretskii2014-12-131-1/+1
| * A better fix for bug#19346Eli Zaretskii2014-12-121-18/+11
| * Always define `gnutls-available-p' even if GnuTLS is not available.Ted Zlatanov2014-12-111-21/+35
* | * gnutls.c: Include gnutls.h.Paul Eggert2014-12-181-0/+1
* | Load system's default trusted Certificate Authorities if available.Eli Zaretskii2014-12-141-0/+21
* | Spelling fixesPaul Eggert2014-12-121-1/+1
* | Merge from origin/emacs-24Ted Zlatanov2014-12-121-24/+31
* | Fix glitches in gnutls.c, mostly memory-relatedPaul Eggert2014-12-091-73/+66
* | gnutls.c (gnutls_protocol_get_name): Fix a copy/paste typo.Andy Moreton2014-12-091-1/+1
* | Make gnutls-peer-status return even more dataLars Magne Ingebrigtsen2014-12-081-7/+61
* | (Fgnutls_error_fatalp): Doc fix (bug#18210)Lars Magne Ingebrigtsen2014-12-081-2/+2
* | Fatal GnuTLS errors are now silent by defaultLars Magne Ingebrigtsen2014-12-081-1/+1
* | * src/gnutls.c: Add Windows specs for gnutls_dh_get_prime_bits.Lars Magne Ingebrigtsen2014-12-081-1/+4
* | Put back :signature-algorithm into gnutls.cLars Magne Ingebrigtsen2014-12-081-0/+10
* | (Fgnutls_peer_status): Return the DH prime bits for the connectionLars Magne Ingebrigtsen2014-12-081-0/+9
* | (gnutls_certificate_details): Clean up whitespace slightly.Lars Magne Ingebrigtsen2014-12-081-100/+82
* | Remove unused data from gnutls_certificate_detailsLars Magne Ingebrigtsen2014-12-081-26/+0
* | Fix gnutls.c build on MinGWChris Zheng2014-12-031-4/+5
* | Only send SNI if the host name is not an IP addressLars Magne Ingebrigtsen2014-11-261-4/+19
* | * gnutls.c (Fgnutls_boot): Send the server name overToke Høiland-Jørgensen2014-11-261-0/+9
* | Fix gnutls problems caught by static checking.Paul Eggert2014-11-251-2/+1
* | Use usual GNU style for white space.Paul Eggert2014-11-251-97/+108
* | (gnutls_certificate_details): Reversed check in last checkin.Lars Magne Ingebrigtsen2014-11-251-1/+1
* | Make gnutls.c compile on older gnutls installationsLars Magne Ingebrigtsen2014-11-251-0/+4
* | * gnutls.c (Fgnutls_boot): Minor logging fixes.Ted Zlatanov2014-11-251-2/+3
* | Use a simple list of symbols in GnuTLS peer verification.Ted Zlatanov2014-11-251-55/+65
* | * gnutls.c (Fgnutls_peer_status): Check GNUTLS_INITSTAGE, not gnutls_p.Ted Zlatanov2014-11-251-1/+1
* | * gnutls.c: Fix compilation warnings given fix --enable-gcc-warnings.Lars Magne Ingebrigtsen2014-11-241-7/+7
* | * gnutls.c: Fix Windows function definition of gnutls_x509_crt_get_fingerprint.Lars Magne Ingebrigtsen2014-11-231-1/+2
* | Typo fix from previous check-inLars Magne Ingebrigtsen2014-11-231-1/+1
* | gnutls.c windows compilation fixLars Magne Ingebrigtsen2014-11-231-2/+2
* | Add functions to gnutls.c for exporting certificate detailsLars Magne Ingebrigtsen2014-11-231-1/+350