CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2024/03/02 02:30:21

Modified files:
        lib/libcrypto  : Symbols.list Symbols.namespace 
        lib/libcrypto/cmac: cmac.c cmac.h 
        lib/libcrypto/hidden/openssl: cmac.h 
        lib/libcrypto/man: CMAC_Init.3 

Log message:
Remove CMAC_resume()

While it is a neat design detail of CMAC that you can resume it after
having finalized it, nothing uses this functionality and it adds some
gross things such as retaining intermediate secrets in the CMAC ctx.
Once this is gone, we can simplify the CMAC code a bit.

ok jsing

Reply via email to