Edit

IABSD.fr/src/lib

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2024-01-07 15:21:04
    Hash : 610ca8ca
    Message : Improve EVP_CIPHER_{get,set}_asn1_iv() Use iv_len for the variables storing the IV length, formerly l and j. Remove use of the unnecessary variable i and unindent the whole mess. Some return values are fishy. That will be addressed in subsequent commits. ok jsing