Clarify the padding and fix some missing frees for openssl objects#66
Clarify the padding and fix some missing frees for openssl objects#66toddr merged 3 commits intocpan-authors:mainfrom
Conversation
7f65b36 to
6328592
Compare
Also add t/padding.t that attempts to test the paddingi combinations more thoroughly or possible more clearly?
|
Are there other choices for padding? It looks like there are only 2 types of padding available and they each have only one use case - would it be useful to recommend that the consumer of the library not request a specific posting themselves? |
There are effectively four types available: Older openssl versions also support the first three and are unaffected by there changes. With openssl 3.0+
With openssl < 3.0
Disabled:
However, you are probably correct recommending not setting one is likely best. As I think of it, we could probably add a:
|
|
Closed #65