1. 07 3月, 2013 2 次提交
    • D
      GCM and CCM test support · 15652f98
      Dr. Stephen Henson 提交于
      Add code to support GCM an CCM modes in evp_test. On encrypt this
      will compare the expected ciphertext and tag. On decrypt it will
      compare the expected plaintext: tag comparison is done internally.
      
      Add a simple CCM test case and convert all tests from crypto/modes/gcm128.c
      15652f98
    • D
      Add CCM ciphers to tables. · 95248de3
      Dr. Stephen Henson 提交于
      95248de3
  2. 06 3月, 2013 3 次提交
  3. 05 3月, 2013 9 次提交
  4. 04 3月, 2013 15 次提交
  5. 02 3月, 2013 2 次提交
  6. 27 2月, 2013 5 次提交
  7. 26 2月, 2013 1 次提交
  8. 22 2月, 2013 2 次提交
  9. 16 2月, 2013 1 次提交
    • N
      Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ · 5cc27077
      Nick Alcock 提交于
      podlators 2.5.0 has switched to dying on POD syntax errors. This means
      that a bunch of long-standing erroneous POD in the openssl documentation
      now leads to fatal errors from pod2man, halting installation.
      
      Unfortunately POD constraints mean that you have to sort numeric lists
      in ascending order if they start with 1: you cannot do 1, 0, 2 even if
      you want 1 to appear first. I've reshuffled such (alas, I wish there
      were a better way but I don't know of one).
      5cc27077