index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
net
/
gnutls.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Refactor out gnutls-trustfiles
Lars Ingebrigtsen
2015-12-29
1
-6
/
+9
*
Add FreeBSD cert bundle
Ashish SHUKLA
2015-12-25
1
-4
/
+5
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-3
/
+3
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Make gnutls-negotiate ignore specially handled files
Lars Magne Ingebrigtsen
2014-12-08
1
-0
/
+3
*
* net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
Ted Zlatanov
2014-11-25
1
-1
/
+1
*
net/gnutls.el: pass correct data to `gnutls-boot'.
Ted Zlatanov
2014-10-17
1
-5
/
+7
*
* net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
Mario Lang
2014-07-01
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
net/gnutls.el (gnutls-verify-error): Add version tag.
Ted Zlatanov
2013-12-23
1
-0
/
+1
*
* lisp/emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
Stefan Monnier
2013-12-15
1
-2
/
+2
*
New verify-error GnuTLS interface for certificate validation
Ted Zlatanov
2013-12-14
1
-15
/
+52
*
* net/gnutls.el (gnutls-log-level): Declare.
Glenn Morris
2013-09-17
1
-0
/
+1
*
* lisp/subr.el (define-error): New function.
Stefan Monnier
2013-08-09
1
-5
/
+1
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
Reduce use of (require 'cl).
Stefan Monnier
2012-07-10
1
-2
/
+2
*
* net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
Chong Yidong
2012-05-16
1
-3
/
+7
*
* net/gnutls.el (gnutls-min-prime-bits): Default to 256.
Chong Yidong
2012-05-15
1
-7
/
+5
*
* net/gnutls.el (gnutls-trustfiles): Fixed Cygwin bundle location.
Ted Zlatanov
2012-02-17
1
-1
/
+1
*
(gnutls-trustfiles): Add Cygwin location.
Ted Zlatanov
2012-02-14
1
-0
/
+1
*
Introduce and use CA bundle locator `gnutls-trustfiles'.
Ted Zlatanov
2012-02-13
1
-8
/
+23
*
(gnutls-algorithm-priority): Add missing :group tag.
Ted Zlatanov
2012-02-12
1
-0
/
+1
*
Add missing :version tags to new defgroups and defcustoms
Glenn Morris
2012-02-11
1
-0
/
+1
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Fix typos.
Juanma Barranquero
2011-11-25
1
-1
/
+1
*
Move the defintion of `gnutls-log-level' to the C level to avoid loading prob...
Lars Magne Ingebrigtsen
2011-07-17
1
-5
/
+0
*
Allow controlling how many prime bits to use during TLS negotiation
Lawrence Mitchell
2011-07-15
1
-2
/
+20
*
* net/gnutls.el (gnutls-negotiate): Upcase `gnutls-algorithm-priority'.
Lars Magne Ingebrigtsen
2011-07-15
1
-1
/
+3
*
Add a variable to customize the gnutls priority
Lars Magne Ingebrigtsen
2011-07-15
1
-1
/
+8
*
Use CL-style keyword arguments for `gnutls-negotiate' and allow :keylist and ...
Ted Zlatanov
2011-05-03
1
-12
/
+22
*
lisp/net/gnutls.el (gnutls-errorp): Declare before first use.
Juanma Barranquero
2011-04-25
1
-1
/
+1
*
Bug fixes and certificate and hostname verification for the Emacs GnuTLS supp...
Ted Zlatanov
2011-04-24
1
-9
/
+68
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-1
/
+1
*
Add 2011 to remaining FSF/AIST copyright years.
Glenn Morris
2011-01-15
1
-1
/
+1
*
* net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
Romain Francoise
2010-12-13
1
-1
/
+1
*
* net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string): Declare.
Glenn Morris
2010-10-31
1
-0
/
+6
*
Provide GnuTLS API with `gnutls-negotiate' and `open-gnutls-stream'.
Ted Zlatanov
2010-10-03
1
-30
/
+16
*
Rework the gnutls boot interface.
Lars Magne Ingebrigtsen
2010-10-04
1
-18
/
+20
*
Do the gnutls handshake from the reader loop, instead of looping over
Lars Magne Ingebrigtsen
2010-09-29
1
-11
/
+0
*
Make sure all reads/writes to gnutls streams go via the gnutls functions.
Lars Magne Ingebrigtsen
2010-09-29
1
-11
/
+5
*
Add gnutls logging and clean up various gnutls bits.
Lars Magne Ingebrigtsen
2010-09-27
1
-1
/
+13
*
Add debugging to the gnutls library, and finish handshaking when it's done.
Lars Magne Ingebrigtsen
2010-09-27
1
-5
/
+3
*
(starttls-negotiate): Avoid the cl.el decf function.
Lars Magne Ingebrigtsen
2010-09-26
1
-1
/
+1
*
Set up GnuTLS support.
Ted Zlatanov
2010-09-26
1
-0
/
+128