help-gsasl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU SASL 1.7.1 released (development version)


From: Simon Josefsson
Subject: GNU SASL 1.7.1 released (development version)
Date: Fri, 10 Feb 2012 15:48:45 +0100
User-agent: Gnus/5.130001 (Ma Gnus v0.1) Emacs/24.0.93 (gnu/linux)

GNU SASL is a modern C library that implement the standard network
security protocol Simple Authentication and Security Layer (SASL).  The
framework itself and a couple of common SASL mechanisms (including
SCRAM-SHA-1) are implemented.  GNU SASL can be used by network
applications for IMAP, SMTP, XMPP and similar protocols to provide
authentication services.

NEWS entries:

** gsasl: Don't crash after getpass() on Mac OS X.
Reported by Wim Lewis <address@hidden>.

** gsasl: Ignore untagged responses during IMAP authentication.
Patch from Enrico Scholz <address@hidden>.

** tests: Disable the test-poll self-test, it doesn't seem to work on Solaris.
Reported by Dagobert Michelsen <address@hidden>.

** libgsasl: Implement OPENID20 mechanism for OpenID authentication.
Following draft-ietf-kitten-sasl-openid-03.

** Demand gettext >= 0.18.1 in order to get newer M4 files.
The old M4 files associated with 0.17 caused problems on Solaris,
which will hopefully be fixed with this.  Reported by Dagobert
Michelsen <address@hidden>.

** build: Added MinGW build script for Windows binaries, windows/gsasl4win.mk.

** doc: Typo fix in autoconf snippet.

** i18n: Updated translations.

** examples: Added client-xmpp-saml20 and server-xmpp-saml20.
The examples illustrates a sample SAML20 client and server.

** libgsasl.pc: Add a Libs.private.
Reported by Volker Grabsch <address@hidden>.

Improving GNU SASL is costly, but you can help!  We are looking for
organizations that find GNU SASL useful and wish to contribute back.
You can contribute by reporting bugs, improve the software, purchase
support contracts, or donate money or equipment.

Commercial support contracts for GNU SASL are available, and they help
finance continued maintenance.  Simon Josefsson Datakonsult AB, a
Stockholm based privately held company, is currently funding GNU SASL
maintenance.  We are always looking for interesting development
projects.  See http://josefsson.org/ for more details.

The project's web page is available at:
  https://www.gnu.org/software/gsasl/

All manuals are available from:
  https://www.gnu.org/software/gsasl/manual/

Specifically, the following formats are available.

The main manual:
  https://www.gnu.org/software/gsasl/manual/gsasl.html - HTML format
  https://www.gnu.org/software/gsasl/manual/gsasl.pdf - PDF format

API Reference manual:
  https://www.gnu.org/software/gsasl/reference/ - GTK-DOC HTML

Doxygen documentation:
  https://www.gnu.org/software/gsasl/doxygen/ - HTML format
  https://www.gnu.org/software/gsasl/doxygen/gsasl.pdf - PDF format

Instructions for how to build GNU SASL under uClinux are available from
<http://josefsson.org/uclinux/>.  If your uClinux toolchain is broken,
it is possible to build GNU SASL without using the ./configure
mechanism, see <http://josefsson.org/uclinux/old/>.

If you need help to use GNU SASL, or want to help others, you are
invited to join our help-gsasl mailing list, see:
<https://lists.gnu.org/mailman/listinfo/help-gsasl>.

Here are the compressed sources of the entire package:
  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.1.tar.gz (4.7MB)
  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.1.tar.gz.sig (OpenPGP)

Here are the compressed sources of the LGPL library (included above):
  ftp://alpha.gnu.org/gnu/gsasl/libgsasl-1.7.1.tar.gz (1.2MB)
  ftp://alpha.gnu.org/gnu/gsasl/libgsasl-1.7.1.tar.gz.sig (OpenPGP)

We also provide pre-built Windows binaries:
  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.1-x86.zip (32-bit)
  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.1-x64.zip (64-bit)
  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.1-x86-kfw322.zip (32-bit Kerberos)

For code coverage, cyclomatic code complexity charts and clang output see:
  https://www.gnu.org/software/gsasl/coverage/
  https://www.gnu.org/software/gsasl/cyclo/
  https://www.gnu.org/software/gsasl/clang-analyzer/

The software is cryptographically signed by the author using an
OpenPGP key identified by the following information:

pub   1280R/B565716F 2002-05-05 [expires: 2013-05-10]
      Key fingerprint = 0424 D4EE 81A0 E3D1 19C6  F835 EDA2 1E94 B565 716F
uid                  Simon Josefsson <address@hidden>
sub   1280R/4D5D40AE 2002-05-05 [expires: 2013-05-10]

The key is available from:
  http://josefsson.org/key.txt
  dns:b565716f.josefsson.org?TYPE=CERT

Here are the SHA-1 and SHA-224 checksums:

47e7f5e2194af680c4eb62008a73ca9d6a670ae8  gsasl-1.7.1.tar.gz
8b8175e0e30c3042d631f3b99574c5d81b1b39808e0dc8bbae8897fe  gsasl-1.7.1.tar.gz

4f3bc6ff4aa9e2f6caa227689bbd8e074ab4bfb4  libgsasl-1.7.1.tar.gz
6ae763b6b4432483ccd45a9dfd3903da1694271224dc878c4034c387  libgsasl-1.7.1.tar.gz

9059955e43a5abac0bf4a2cc6b5339f362a6a152  gsasl-1.7.1-x86.zip
1f7ea0b68aafe2627ddefeb06f2d3b9cec744ac1f3d08061af88d3b3  gsasl-1.7.1-x86.zip

80b1eef95b2cadcca759938cd3bc1c1e2178deac  gsasl-1.7.1-x64.zip
b20b5456fead6fb8dfc41b953f642ef021d798e5935e41972027a092  gsasl-1.7.1-x64.zip

0dab54e0791120a6fce5efaeb4e6162949750a23  gsasl-1.7.1-x86-kfw322.zip
a120d1963afa4a38054090d53b1561d752146d9673d6fe6cd43333cf  
gsasl-1.7.1-x86-kfw322.zip

Happy hacking,
Simon

Attachment: pgp4j9wwcQASp.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]