> Hi,
> I wish to sign some data within a URL to generate the following URL:
>
> www.xyz.com/token=value1?,....signature=392839283928932893
>
>
> Is there any Perl Modules available that hook into the underlying SSL
stuff.

You'll run into problems with that because the GET method has a upper
limited of characters which are allowed (at least old servers restrict the
number of characters.) I don't know the upper limit but  a 1024 bit 
BASE64 encoded signature consists of about 171 characters.

Using POST would be okay.

Regards Rene

--
-----------------------------------------------------------
Rene G. Eberhard
Mail  : [EMAIL PROTECTED]





______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to