Service Virtualization

  • 1.  Can we use LISA to stub crypto call

    Posted Nov 01, 2017 01:13 PM

    Hi All ,

     

    I would like to know whether we can stub crypto call by using LISA tool .



  • 2.  Re: Can we use LISA to stub crypto call

    Posted Feb 23, 2018 09:04 AM

    The answer to this question very much depends on what you are actually asking.

     

    If you are asking if we support encrypted connections to virtual services, then the answer will probably be yes.

     

    If you are asking whether we support virtualising services with an encrypted payload, then the answer is not so simple:-

    • If you have a binary payload that you do not need to manipulate, then yes. This would be opaque data.
    • if you have a payload that you need to decrypt and read (and perhaps respond) then you will need to add this functionality yourself in either a custom protocol handler or a scripted protocol handler. 

     

    For more information on the Scriptable Data Protocol Handler, please see Scriptable Data Protocol - DevTest Solutions - 10.2 - CA Technologies Documentation 

     

    For information about writing a custom Data Protocol Handler, please see Tutorial - How to Create a Custom Data Protocol Handler (Tech Tip) 



  • 3.  Re: Can we use LISA to stub crypto call

    Posted Feb 26, 2018 03:07 PM

    Shanmuga,

     

    Can you reply to Dave's latest update?