Kevin;

It works fine on my 7.2 system.  A quick look at readme's only showed a fix
to DIGEST in 6.1.6:

Issue 7317 - Problem Description

UniBasic -- Prior to this release, the UniBasic ENCODE function may have
produced an exception violation. This problem was caused by an internal
malloc error, and has been fixed. The problem potentially could have
occurred in the following UniBasic functions: showSecurityContext,
analyzeCertificate, generateKey, getCipherSuite, DIGEST, SIGNATURE,
and ENCRYPT.

hth
Colin Alfke
Calgary, Canada

----- Original Message ----- 
From: "Kevin King"

> I'm trying to generate an MD5 with the DIGEST function - really simple
> program - and I'm getting a return status of 1.  What's wrong with this?
>
> RESULT = ''
> STATUS = DIGEST('MD5','THIS IS A TEST',1,RESULT)
> PRINT 'STATUS = ' : STATUS
> PRINT 'RESULT = ' : OCONV(RESULT,'MX')
>
> Status is always coming back as a 1 which according to the documentation
> means "Unsupported Digest Algorithm" yet the documentation for DIGEST()
> specifically states to use "MD5" as the first parameter.  What am I
> missing?  Is there some separate installation that needs to be done to
load
> digest algorithms on this system?
>
> -Kevin
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to