Skip to content
  1. Aug 23, 2016
    • Matt Caswell's avatar
      Fix bio_enc_test · 61884b81
      Matt Caswell authored
      
      
      There was a block of code at the start that used the Camellia cipher. The
      original idea behind this was to fill the buffer with non-zero data so that
      oversteps can be detected. However this block failed when using no-camellia.
      This has been replaced with a RAND_bytes() call.
      
      I also updated the the CTR test section, since it seems to be using a CBC
      cipher instead of a CTR cipher.
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      61884b81
  2. Aug 22, 2016
  3. Aug 21, 2016