[Home]

Summary:ASTERISK-03524: [patch] app_md5: Generate md5 hash
Reporter:Olle Johansson (oej)Labels:
Date Opened:2005-02-15 17:15:49.000-0600Date Closed:2008-01-15 15:25:39.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_md5.c
( 1) appmd5make.txt
( 2) md5move.txt
Description:This app generates md5 hash of string and saves it into a channel variable.
It moves md5_hash routine out of chan_sip into utils.c, renames it ast_md5_hash().

Disclaimer on file.
Comments:By: Mark Spencer (markster) 2005-02-15 21:48:06.000-0600

What's the purpose?

By: Olle Johansson (oej) 2005-02-16 01:07:49.000-0600

To generate an md5 hash :-)

I use this in combination with sipaddheader to make sure we get the proper data across the line. You can also use it with app_curl and propably other apps too when you send data over clear lines and wants to be sure of integrity of data.

By: Mark Spencer (markster) 2005-02-17 23:29:57.000-0600

Added to CVS.  Thanks!

By: Russell Bryant (russell) 2005-02-26 12:30:00.000-0600

not included in 1.0 since it is a new feature

By: Digium Subversion (svnbot) 2008-01-15 15:25:39.000-0600

Repository: asterisk
Revision: 5048

U   trunk/apps/Makefile
A   trunk/apps/app_md5.c
U   trunk/channels/chan_sip.c
U   trunk/include/asterisk/utils.h
U   trunk/utils.c

------------------------------------------------------------------------
r5048 | markster | 2008-01-15 15:25:38 -0600 (Tue, 15 Jan 2008) | 2 lines

Add OEJ's md5 app (bug ASTERISK-3524)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5048