unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: lisp/url/url-https.el
Date: Wed, 07 Apr 2004 23:14:08 +0200	[thread overview]
Message-ID: <ilufzbfij8f.fsf@latte.josefsson.org> (raw)

The file lisp/url/url-https.el doesn't do anything useful, it seems,
if ssl.el isn't installed (or if OpenSSL isn't installed).  Does
anyone here know how to test HTTPS using the URL package?  If so,
please tell, and perhaps I can help make URL use lisp/net/tls.el
instead of ssl.el.  Ideally it should be as simple as replacing
(require 'ssl) with (require 'tls) and replacing open-ssl-stream with
open-tls-stream, but I don't know how to test those changes.

Generally, I think it would be nice if we got users to change to
tls.el (which is included in Emacs) and GNUTLS instead of ssl.el
(which isn't included) and OpenSSL.  ssl.el is still a common source
of frustration.

             reply	other threads:[~2004-04-07 21:14 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-07 21:14 Simon Josefsson [this message]
2004-04-08 14:57 ` lisp/url/url-https.el Richard Stallman
2004-04-08 15:21   ` lisp/url/url-https.el David Kastrup
2004-04-09 22:44     ` lisp/url/url-https.el Richard Stallman
2004-04-09 23:03       ` lisp/url/url-https.el David Kastrup
2004-04-10  0:17         ` lisp/url/url-https.el Miles Bader
2004-04-12  3:51           ` lisp/url/url-https.el Richard Stallman
2004-04-10 14:41       ` lisp/url/url-https.el Stefan Monnier
2004-04-10 18:41         ` lisp/url/url-https.el Kim F. Storm
2004-04-12  3:52           ` lisp/url/url-https.el Richard Stallman
2004-04-13 10:47             ` lisp/url/url-https.el Mario Lang
2004-04-14 18:02               ` lisp/url/url-https.el Richard Stallman
2004-04-14 18:15                 ` lisp/url/url-https.el Ted Zlatanov
2004-04-14 22:09                   ` lisp/url/url-https.el Stefan Monnier
2004-04-14 23:42                     ` lisp/url/url-https.el Simon Josefsson
2004-04-15 13:42                       ` lisp/url/url-https.el Stefan Monnier
2004-04-15 15:30                         ` lisp/url/url-https.el Ted Zlatanov
2004-04-16 18:08                           ` lisp/url/url-https.el Richard Stallman
2004-04-16 19:18                             ` lisp/url/url-https.el Ted Zlatanov
2004-04-15 15:50                         ` lisp/url/url-https.el Simon Josefsson
2004-04-15 15:38                     ` lisp/url/url-https.el Ted Zlatanov
2004-04-16 18:08                       ` lisp/url/url-https.el Richard Stallman
2004-04-16 19:15                         ` lisp/url/url-https.el Ted Zlatanov
2004-04-17  8:32                           ` lisp/url/url-https.el Eli Zaretskii
2004-04-21 15:33                             ` lisp/url/url-https.el Ted Zlatanov
2004-04-16 20:23                       ` lisp/url/url-https.el Kai Grossjohann
2004-04-17  6:07                         ` lisp/url/url-https.el Ted Zlatanov
2004-04-17 17:14                           ` lisp/url/url-https.el Stefan Monnier
2004-04-17 18:28                             ` lisp/url/url-https.el Kai Grossjohann
2004-04-21 15:31                             ` lisp/url/url-https.el Ted Zlatanov
2004-04-17 19:48                           ` lisp/url/url-https.el Richard Stallman
2004-04-16 20:52                       ` lisp/url/url-https.el Stefan Monnier
2004-04-17  6:18                         ` lisp/url/url-https.el Ted Zlatanov
2004-04-17 18:27                           ` lisp/url/url-https.el Kai Grossjohann
2004-04-17 18:32                             ` lisp/url/url-https.el Kai Grossjohann
2004-04-19 13:57                             ` lisp/url/url-https.el Stefan Monnier
2004-04-19 14:04                               ` lisp/url/url-https.el Kai Grossjohann
2004-04-19 15:34                                 ` lisp/url/url-https.el Stefan Monnier
2004-04-19 20:49                                   ` lisp/url/url-https.el Kai Grossjohann
2004-04-19 21:05                                     ` lisp/url/url-https.el Stefan Monnier
2004-04-20  6:38                                       ` lisp/url/url-https.el Kai Grossjohann
2004-04-20 12:45                                     ` lisp/url/url-https.el Michael Albinus
2004-04-20 14:20                                       ` lisp/url/url-https.el Kai Grossjohann
2004-04-20  8:12                               ` Checkout a branch in cvs-tree Masatake YAMATO
2004-08-20 20:56                                 ` Stefan Monnier
2004-08-21 11:44                                   ` Masatake YAMATO
2004-08-22  1:12                                     ` Stefan Monnier
2004-04-12  3:52         ` lisp/url/url-https.el Richard Stallman
2004-04-12  4:22           ` lisp/url/url-https.el David Kastrup
2004-04-12  4:49             ` lisp/url/url-https.el Stefan Monnier
2004-04-12 10:30               ` lisp/url/url-https.el David Kastrup
2004-04-12  9:54           ` lisp/url/url-https.el Simon Josefsson
2004-04-13 17:45             ` lisp/url/url-https.el Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ilufzbfij8f.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).