Increase length limit of PKCS#12 passwords
The library limits the length of PKCS#12 password to be less than 256 bytes. Since passwords get encoded in UCS2, the limit for ASCII passwords is halved to 128 characters, which is not uncommon to exceed these days.
Let's increase the limit to, say 4096 characters (8192 bytes).