[openssl.org #2995] [PATCH] - Added ability to set the iteration count for the enc function of the openssl commandline tool.

2013-02-23 Thread Stern, Andrew via RT
# This adds the ability to set the iteration count from the command line # An example is setting it to 2 by doing the following: # openssl enc -aes-256-cbc -md sha1 -S 0958305A49D09548 -P -pass pass:randompassword -ic 2 # The patch was based off of OpenSSL_1_0_1e since the latest version wouldn

Building

2013-02-23 Thread Stern, Andrew
I would like to add the iteration count parameter to the apps/enc.c so that it can have a number other than 1 passed to it using '-ic' x where x is the new number. I am experiencing an error building under Windows 32 bit. Having built a previous version I think I have the correct setup and bu