1. 08 3月, 2016 1 次提交
  2. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  3. 15 12月, 2015 1 次提交
  4. 10 12月, 2015 1 次提交
  5. 05 11月, 2015 1 次提交
  6. 26 5月, 2015 1 次提交
  7. 21 5月, 2015 1 次提交
  8. 22 1月, 2015 1 次提交
  9. 18 7月, 2013 1 次提交
    • D
      EVP support for wrapping algorithms. · 97cf1f6c
      Dr. Stephen Henson 提交于
      Add support for key wrap algorithms via EVP interface.
      
      Generalise AES wrap algorithm and add to modes, making existing
      AES wrap algorithm a special case.
      
      Move test code to evptests.txt
      97cf1f6c
  10. 05 11月, 2012 1 次提交
  11. 19 10月, 2012 1 次提交
  12. 04 7月, 2012 1 次提交
    • D
      PR: 2840 · ea1d8435
      Dr. Stephen Henson 提交于
      Reported by: David McCullough <david_mccullough@mcafee.com>
      
      Restore fips configuration module from 0.9.8.
      ea1d8435
  13. 05 9月, 2011 1 次提交
  14. 15 4月, 2011 1 次提交
  15. 25 3月, 2011 1 次提交
  16. 16 2月, 2011 1 次提交
  17. 03 2月, 2011 1 次提交
  18. 24 2月, 2010 1 次提交
  19. 07 2月, 2010 1 次提交
  20. 17 12月, 2009 1 次提交
    • D
      PR: 2127 · e50858c5
      Dr. Stephen Henson 提交于
      Submitted by: Tomas Mraz <tmraz@redhat.com>
      
      Check for lookup failures in EVP_PBE_CipherInit().
      e50858c5
  21. 26 11月, 2009 1 次提交
  22. 07 8月, 2009 1 次提交
  23. 30 12月, 2008 1 次提交
  24. 16 5月, 2007 1 次提交
  25. 22 11月, 2006 1 次提交
  26. 18 7月, 2006 1 次提交
  27. 09 6月, 2006 1 次提交
  28. 05 6月, 2006 1 次提交
  29. 02 6月, 2006 1 次提交
  30. 16 4月, 2006 1 次提交
  31. 14 4月, 2006 1 次提交
  32. 13 4月, 2006 1 次提交
  33. 12 4月, 2006 1 次提交
  34. 11 4月, 2006 1 次提交
  35. 10 4月, 2006 1 次提交
  36. 08 4月, 2006 2 次提交
  37. 07 4月, 2006 1 次提交
  38. 20 3月, 2006 1 次提交
  39. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9