Closed keeshux closed 10 months ago
In CBC and CTR, the pointer to the HMAC digest name is a char * to a deallocated NSString, as the digest name is an init argument. This caused all sorts of OpenSSL misbehavior.
char *
NSString
Arguably related to #403
In CBC and CTR, the pointer to the HMAC digest name is a
char *
to a deallocatedNSString
, as the digest name is an init argument. This caused all sorts of OpenSSL misbehavior.Arguably related to #403