Recent content by GillesQ

  1. G

    HMACSHA1 function using the ABL SHA1-DIGEST

    I'm glad you did that, very useful ! Customer is using AIX, so no .Net here. They will migrate to OE 11.7 (and then to 12) in a couple months, so this code will be replaced with the builtin version.
  2. G

    HMACSHA1 function using the ABL SHA1-DIGEST

    I have a customer who is still running 11.5 in production so I'm stuck with the old method. I found the result of the HMAC-SHA-256 is different when using a key larger than 64 bytes. The problem comes from the correction for large keys: /* correction by Valery A.Eliseev */ IF...
  3. G

    Question Build Scripts - Pct?

    Good to hear it's not biased :-)
  4. G

    Question Build Scripts - Pct?

    AFAIK, PCT is still the only open-source build automation tool, and still widely used after more than 10 years, so still the way to go. Regarding continuous integration systems, there are different options available, Jenkins being a good one if you want to spend some time baby-sitting him...
Top