The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Authen-HTTP-Signature

Version: 0.03

This is an implementation of the IETF’s HTTP signature authentication
scheme. The idea is to authenticate connections (over HTTPS ideally)
using either an RSA keypair or a symmetric key by signing a set of
header values.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Authen::HTTP::Signature

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Authen-HTTP-Signature

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Authen-HTTP-Signature

    CPAN Ratings
        http://cpanratings.perl.org/d/Authen-HTTP-Signature

    MetaCPAN
        https://www.metacpan.org/dist/Authen-HTTP-Signature

    Git Hub
        https://github.com/mrallen1/Authen-HTTP-Signature


LICENSE AND COPYRIGHT

Copyright (C) 2012 Mark Allen

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.