1. 19 1月, 2018 1 次提交
  2. 08 1月, 2018 1 次提交
  3. 20 11月, 2017 1 次提交
  4. 15 9月, 2017 1 次提交
  5. 08 6月, 2017 1 次提交
    • R
      make error tables const and separate header file · 52df25cf
      Rich Salz 提交于
      Run perltidy on util/mkerr
      Change some mkerr flags, write some doc comments
      Make generated tables "const" when genearting lib-internal ones.
      Add "state" file for mkerr
      Renerate error tables and headers
      Rationalize declaration of ERR_load_XXX_strings
      Fix out-of-tree build
      Add -static; sort flags/vars for options.
      Also tweak code output
      Moved engines/afalg to engines (from master)
      Use -static flag
      Standard engine #include's of errors
      Don't linewrap err string tables unless necessary
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3392)
      52df25cf
  6. 31 5月, 2017 2 次提交
  7. 13 8月, 2016 1 次提交
  8. 21 7月, 2016 1 次提交
  9. 20 7月, 2016 1 次提交
  10. 24 5月, 2016 1 次提交
  11. 18 5月, 2016 1 次提交
  12. 10 3月, 2016 1 次提交
  13. 03 3月, 2016 1 次提交
  14. 02 3月, 2016 1 次提交
  15. 29 2月, 2016 1 次提交
  16. 05 2月, 2016 1 次提交
  17. 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
  18. 10 12月, 2015 4 次提交
  19. 05 11月, 2015 1 次提交
  20. 22 1月, 2015 1 次提交
  21. 21 9月, 2014 1 次提交
  22. 12 9月, 2014 1 次提交
  23. 18 7月, 2013 1 次提交
    • D
      Add support for ECDH KARI. · 88e20b85
      Dr. Stephen Henson 提交于
      Add support for ECDH in enveloped data. The CMS ctrls for the EC ASN1
      method decode/encode the appropriate parameters from the CMS ASN1 data
      and send appropriate data to the EC public key method.
      88e20b85
  24. 19 10月, 2011 1 次提交
  25. 13 2月, 2011 1 次提交
  26. 25 1月, 2011 1 次提交
  27. 26 8月, 2010 1 次提交
  28. 22 5月, 2007 1 次提交
  29. 06 4月, 2007 1 次提交
  30. 22 11月, 2006 1 次提交
  31. 28 9月, 2006 1 次提交
  32. 18 7月, 2006 1 次提交
  33. 17 4月, 2006 1 次提交
  34. 28 3月, 2006 1 次提交
  35. 10 1月, 2006 1 次提交
  36. 03 9月, 2005 1 次提交