1. 16 10月, 2009 1 次提交
    • D
      PR: 2066 · 42733b3b
      Dr. Stephen Henson 提交于
      Submitted by: Guenter <lists@gknw.net>
      Approved by: steve@openssl.org
      
      Add -r option to dgst to produce format compatible with core utilities.
      42733b3b
  2. 06 9月, 2009 1 次提交
  3. 13 8月, 2009 1 次提交
  4. 08 7月, 2009 1 次提交
  5. 02 12月, 2008 1 次提交
  6. 27 10月, 2008 1 次提交
  7. 04 6月, 2008 1 次提交
  8. 26 5月, 2008 1 次提交
  9. 23 3月, 2008 1 次提交
  10. 13 3月, 2008 1 次提交
    • D
      And so it begins... · 8931b30d
      Dr. Stephen Henson 提交于
      Initial support for CMS.
      
      Add zlib compression BIO.
      
      Add AES key wrap implementation.
      
      Generalize S/MIME MIME code to support CMS and/or PKCS7.
      8931b30d
  11. 19 9月, 2007 1 次提交
  12. 01 8月, 2007 1 次提交
  13. 24 4月, 2007 1 次提交
  14. 25 10月, 2006 1 次提交
  15. 21 10月, 2006 1 次提交
  16. 09 6月, 2006 1 次提交
  17. 13 4月, 2006 1 次提交
  18. 12 4月, 2006 1 次提交
  19. 11 4月, 2006 1 次提交
  20. 08 4月, 2006 2 次提交
  21. 28 3月, 2006 2 次提交
  22. 13 2月, 2006 2 次提交
  23. 26 7月, 2005 1 次提交
  24. 27 6月, 2005 1 次提交
  25. 23 6月, 2005 1 次提交
    • A
      Jumbo Makfiles update. · 02c31fa4
      Andy Polyakov 提交于
      - eliminate ambiguities between GNU-ish and SysV-ish make flavors;
      - switch [back] to -e;
      - fold/unify rules;
      
      This is follow-up to the patch introducing common BUILDENV. Idea is
      to collect as much parameters in $(TOP) as possible and "strip" lower
      Makefiles for most variables [and thus makes them more readable].
      02c31fa4
  26. 17 5月, 2005 1 次提交
  27. 16 5月, 2005 2 次提交
  28. 09 5月, 2005 1 次提交
  29. 01 5月, 2005 1 次提交
  30. 27 4月, 2005 2 次提交
  31. 30 3月, 2005 1 次提交
  32. 14 3月, 2005 1 次提交
  33. 03 2月, 2005 1 次提交
  34. 02 2月, 2005 1 次提交
  35. 27 1月, 2005 1 次提交
    • R
      The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, and · 4aca9297
      Richard Levitte 提交于
      Makefile.shared was a bit overcomplicated.
      
      Make the shell variables LDFLAGS and SHAREDFLAGS in Makefile.shared
      get the values of $(CFLAGS) or $(LDFLAGS) as appropriate depending on
      the value the shell variables LDCMD and SHAREDCMD get.  That leaves
      much less chance of confusion, since those pairs of shell variables
      always are defined together.
      4aca9297