ESP dSeries Workload Automation

 View Only

  • 1.  Hmac-SHA1 WLA agent perm role how it worked if we have multiple cenarios

    Posted Feb 11, 2025 01:42 PM

    Our FTP client tool is supporting all the latest ciphers and macs variants. Since HMAC-SHA1 is listed at the first place and this is what it tries to do handshake with first. Since the server support it as of now, both (Client & Server) agreeing to use SHA1. If your server stops supporting SHA1, our client will use the latest CIPHER/MAC to do the handshake. So we should be fine.....?

     

    As we moved HMAC-SHA2-256 mac to first place in the list and hoped that it would be used for the handshake on the next run so it the way it should work.



  • 2.  RE: Hmac-SHA1 WLA agent perm role how it worked if we have multiple cenarios

    Broadcom Employee
    Posted Feb 17, 2025 06:13 AM

    Hi,

    I think sha2 algorithms are going to be supported soon from agent side. At this moment sha1 are supported. 




  • 3.  RE: Hmac-SHA1 WLA agent perm role how it worked if we have multiple cenarios

    Posted Feb 19, 2025 06:57 AM
    Hey Kiran,

    We just got this SHA2 input from Broadcom KB article/Tech book and we referred it and added to our agent perm agent version we have now is 12.0.

    So to be concluded we are saying the SHA2 cipher is not going to support under agent 12.0.




  • 4.  RE: Hmac-SHA1 WLA agent perm role how it worked if we have multiple cenarios

    Broadcom Employee
    Posted Feb 20, 2025 05:02 AM

    I checked the documentation , this HMAC is supported from 11.4 version and higher. So in 12.0 version also it should work fine.

    Since you have put the sha2 as the first , it should use it. 

    What is the error that you are getting when you tried this. I think we can raise a ticket/case to get more details on what error and why it is caused.




  • 5.  RE: Hmac-SHA1 WLA agent perm role how it worked if we have multiple cenarios

    Posted Feb 21, 2025 02:07 AM

    Hi Kiran, we have applied sha2 in agent however we are unable to find anything in job logs by which we can confirm that it is using HMAC. Could you please confirm what we can see in logs by which we can confirm that it is using sha2 




  • 6.  RE: Hmac-SHA1 WLA agent perm role how it worked if we have multiple cenarios

    Broadcom Employee
    Posted Feb 21, 2025 04:01 AM

    Check the ftp_scp_debug.log in the agent log directory if you enable debugging using the ftp.scp.debug.enable=true parameter in agentparm.txt file.