All, 
   I am attempting to implement DES (in C++ with the OpenSSL libraries) in ECB 
mode without padding.  I am using the following function for encryption:

 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
        DES_key_schedule *ks, int enc);

However, this function does not have any parameters to specify the "no padding" 
option.  How do I configure "no padding"? Thank you.

Best Regards,
- Sydney   
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to