1. 05 10月, 2015 1 次提交
  2. 16 9月, 2015 1 次提交
  3. 11 9月, 2015 1 次提交
  4. 03 8月, 2015 1 次提交
    • M
      Add initial packet parsing code · 7e729bb5
      Matt Caswell 提交于
      Provide more robust (inline) functions to replace n2s, n2l, etc. These
      functions do the same thing as the previous macros, but also keep track
      of the amount of data remaining and return an error if we try to read more
      data than we've got.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      7e729bb5
  5. 02 8月, 2015 1 次提交
  6. 23 5月, 2015 1 次提交
    • R
      Fix the update target and remove duplicate file updates · 0f539dc1
      Richard Levitte 提交于
      We had updates of certain header files in both Makefile.org and the
      Makefile in the directory the header file lived in.  This is error
      prone and also sometimes generates slightly different results (usually
      just a comment that differs) depending on which way the update was
      done.
      
      This removes the file update targets from the top level Makefile, adds
      an update: target in all Makefiles and has it depend on the depend: or
      local_depend: targets, whichever is appropriate, so we don't get a
      double run through the whole file tree.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      0f539dc1
  7. 16 5月, 2015 2 次提交
  8. 14 5月, 2015 2 次提交
  9. 13 5月, 2015 1 次提交
  10. 05 5月, 2015 1 次提交
  11. 01 5月, 2015 1 次提交
  12. 04 4月, 2015 1 次提交
  13. 02 4月, 2015 1 次提交
  14. 01 4月, 2015 1 次提交
  15. 31 3月, 2015 1 次提交
  16. 26 3月, 2015 7 次提交
  17. 24 3月, 2015 1 次提交
  18. 12 1月, 2015 1 次提交
    • R
      RT478: Add uninstall make target · 9405a9a2
      Rich Salz 提交于
      Add INSTALLDIRS variable, list of directories where things get
      installed. Change install_html_docs to use perl mkdir-p script.
      
      Add uninstall, uninstall_sw, uninstall_docs, uninstall_html_docs
      to Makefile.org.  The actions of these targets were figured out
      by "inverting" the install target.
      
      Recurse into subdirs to do uninstall as needed.  Added uninstall
      targets whose actions were similarly figured out by "inverting"
      the install target.
      
      Also remove some 'space before tab' complaints in Makefile.org
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      9405a9a2
  19. 12 12月, 2014 1 次提交
  20. 04 12月, 2014 1 次提交
  21. 28 11月, 2014 1 次提交
  22. 24 9月, 2014 1 次提交
  23. 29 8月, 2014 1 次提交
  24. 28 8月, 2014 1 次提交
  25. 14 8月, 2014 1 次提交
  26. 25 7月, 2014 1 次提交
    • D
      Add conditional unit testing interface. · e0fc7961
      Dr. Stephen Henson 提交于
      Don't call internal functions directly call them through
      SSL_test_functions(). This also makes unit testing work on
      Windows and platforms that don't export internal functions
      from shared libraries.
      
      By default unit testing is not enabled: it requires the compile
      time option "enable-unit-test".
      Reviewed-by: NGeoff Thorpe <geoff@openssl.org>
      e0fc7961
  27. 30 6月, 2014 1 次提交
  28. 20 5月, 2014 1 次提交
  29. 26 4月, 2014 1 次提交
  30. 21 2月, 2014 1 次提交
  31. 20 2月, 2014 1 次提交
  32. 22 2月, 2013 1 次提交