CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/07/12 08:58:32
Modified files: lib/libssl/src/crypto/cmac: cmac.c lib/libssl/src/crypto/ocsp: ocsp_ht.c lib/libssl/src/crypto/x509: x509_vfy.c Log message: Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() and X509_STORE_CTX_free() accept NULL pointers as input without dereferencing them, like all the other well-behaved *_CTX_free() functions do.