index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gnutls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Initialize GnuTLS before calling gnutls_rnd
Paul Eggert
2016-01-17
1
-4
/
+6
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-11-08
1
-3
/
+4
*
Avoid error in TLS connections due to incorrect format
Eli Zaretskii
2015-06-27
1
-1
/
+1
*
Remove unused DEFSYMs
Paul Eggert
2015-05-31
1
-2
/
+0
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-1
/
+1
*
Port --enable-gcc-warnings to GCC 5.1 x86-64
Paul Eggert
2015-04-24
1
-1
/
+1
*
Support GnuTLS v3.4 and later on MS-Windows
Chris Zheng
2015-04-11
1
-0
/
+10
*
Give up on -Wsuggest-attribute=const
Paul Eggert
2015-01-15
1
-2
/
+1
*
Flag :unknown-ca and :self-signed SSL certs (Bug#19404)
Ted Zlatanov
2015-01-15
1
-1
/
+16
*
Support const and noreturn DEFUN attributes.
Dmitry Antipov
2015-01-13
1
-2
/
+4
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-21
/
+2
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Wrap dll functions more simply
Paul Eggert
2014-12-28
1
-370
/
+356
*
Merge from origin/emacs-24
Paul Eggert
2014-12-28
1
-17
/
+48
|
\
|
*
Port memory-full checking to GnuTLS 3.3
Paul Eggert
2014-12-27
1
-15
/
+25
*
|
Merge from origin/emacs-24
Fabián Ezequiel Gallina
2014-12-27
1
-1
/
+1
|
\
|
|
*
src/gnutls.c (gnutls_init): Fix deprecation warning from GCC.
Eli Zaretskii
2014-12-13
1
-1
/
+1
|
*
A better fix for bug#19346
Eli Zaretskii
2014-12-12
1
-18
/
+11
|
*
Always define `gnutls-available-p' even if GnuTLS is not available.
Ted Zlatanov
2014-12-11
1
-21
/
+35
*
|
* gnutls.c: Include gnutls.h.
Paul Eggert
2014-12-18
1
-0
/
+1
*
|
Load system's default trusted Certificate Authorities if available.
Eli Zaretskii
2014-12-14
1
-0
/
+21
*
|
Spelling fixes
Paul Eggert
2014-12-12
1
-1
/
+1
*
|
Merge from origin/emacs-24
Ted Zlatanov
2014-12-12
1
-24
/
+31
*
|
Fix glitches in gnutls.c, mostly memory-related
Paul Eggert
2014-12-09
1
-73
/
+66
*
|
gnutls.c (gnutls_protocol_get_name): Fix a copy/paste typo.
Andy Moreton
2014-12-09
1
-1
/
+1
*
|
Make gnutls-peer-status return even more data
Lars Magne Ingebrigtsen
2014-12-08
1
-7
/
+61
*
|
(Fgnutls_error_fatalp): Doc fix (bug#18210)
Lars Magne Ingebrigtsen
2014-12-08
1
-2
/
+2
*
|
Fatal GnuTLS errors are now silent by default
Lars Magne Ingebrigtsen
2014-12-08
1
-1
/
+1
*
|
* src/gnutls.c: Add Windows specs for gnutls_dh_get_prime_bits.
Lars Magne Ingebrigtsen
2014-12-08
1
-1
/
+4
*
|
Put back :signature-algorithm into gnutls.c
Lars Magne Ingebrigtsen
2014-12-08
1
-0
/
+10
*
|
(Fgnutls_peer_status): Return the DH prime bits for the connection
Lars Magne Ingebrigtsen
2014-12-08
1
-0
/
+9
*
|
(gnutls_certificate_details): Clean up whitespace slightly.
Lars Magne Ingebrigtsen
2014-12-08
1
-100
/
+82
*
|
Remove unused data from gnutls_certificate_details
Lars Magne Ingebrigtsen
2014-12-08
1
-26
/
+0
*
|
Fix gnutls.c build on MinGW
Chris Zheng
2014-12-03
1
-4
/
+5
*
|
Only send SNI if the host name is not an IP address
Lars Magne Ingebrigtsen
2014-11-26
1
-4
/
+19
*
|
* gnutls.c (Fgnutls_boot): Send the server name over
Toke Høiland-Jørgensen
2014-11-26
1
-0
/
+9
*
|
Fix gnutls problems caught by static checking.
Paul Eggert
2014-11-25
1
-2
/
+1
*
|
Use usual GNU style for white space.
Paul Eggert
2014-11-25
1
-97
/
+108
*
|
(gnutls_certificate_details): Reversed check in last checkin.
Lars Magne Ingebrigtsen
2014-11-25
1
-1
/
+1
*
|
Make gnutls.c compile on older gnutls installations
Lars Magne Ingebrigtsen
2014-11-25
1
-0
/
+4
*
|
* gnutls.c (Fgnutls_boot): Minor logging fixes.
Ted Zlatanov
2014-11-25
1
-2
/
+3
*
|
Use a simple list of symbols in GnuTLS peer verification.
Ted Zlatanov
2014-11-25
1
-55
/
+65
*
|
* gnutls.c (Fgnutls_peer_status): Check GNUTLS_INITSTAGE, not gnutls_p.
Ted Zlatanov
2014-11-25
1
-1
/
+1
*
|
* gnutls.c: Fix compilation warnings given fix --enable-gcc-warnings.
Lars Magne Ingebrigtsen
2014-11-24
1
-7
/
+7
*
|
* gnutls.c: Fix Windows function definition of gnutls_x509_crt_get_fingerprint.
Lars Magne Ingebrigtsen
2014-11-23
1
-1
/
+2
*
|
Typo fix from previous check-in
Lars Magne Ingebrigtsen
2014-11-23
1
-1
/
+1
*
|
gnutls.c windows compilation fix
Lars Magne Ingebrigtsen
2014-11-23
1
-2
/
+2
*
|
Add functions to gnutls.c for exporting certificate details
Lars Magne Ingebrigtsen
2014-11-23
1
-1
/
+350
[next]