1. 17 8月, 2016 1 次提交
  2. 13 8月, 2016 1 次提交
  3. 12 7月, 2016 1 次提交
  4. 04 6月, 2016 1 次提交
  5. 18 5月, 2016 1 次提交
  6. 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
  7. 08 1月, 2016 2 次提交
  8. 11 9月, 2015 1 次提交
  9. 25 3月, 2015 2 次提交
  10. 24 3月, 2015 1 次提交
  11. 22 1月, 2015 1 次提交
  12. 28 3月, 2014 1 次提交
  13. 19 11月, 2012 1 次提交
  14. 14 12月, 2010 1 次提交
  15. 11 3月, 2010 1 次提交
  16. 09 3月, 2010 1 次提交
  17. 07 3月, 2010 1 次提交
    • D
      Add algorithm specific signature printing. An individual ASN1 method can · fa1ba589
      Dr. Stephen Henson 提交于
      now print out signatures instead of the standard hex dump.
      
      More complex signatures (e.g. PSS) can print out more meaningful information.
      
      Sample DSA version included that prints out the signature parameters r, s.
      
      [Note EVP_PKEY_ASN1_METHOD is an application opaque structure so adding
       new fields in the middle has no compatibility issues]
      fa1ba589
  18. 12 11月, 2008 1 次提交
  19. 06 11月, 2008 1 次提交
  20. 02 11月, 2008 1 次提交
  21. 21 8月, 2008 1 次提交
  22. 03 10月, 2006 1 次提交
  23. 21 9月, 2006 1 次提交
  24. 18 4月, 2006 1 次提交
  25. 05 4月, 2006 1 次提交
  26. 24 3月, 2006 2 次提交
  27. 23 3月, 2006 2 次提交
  28. 26 7月, 2005 1 次提交
  29. 27 7月, 2001 1 次提交
    • D
      · 19da1300
      Dr. Stephen Henson 提交于
      First of several reorganisations to
      reduce linker bloat. For example the
      single line:
      
      PEM_read_X509()
      
      results in a binary of around 400K in Linux!
      
      This first step separates some of the PEM functions and
      avoids linking in some PKCS#7 and PKCS#12 code.
      19da1300
  30. 23 2月, 2001 1 次提交
  31. 13 12月, 2000 1 次提交
    • D
      · 2aff7727
      Dr. Stephen Henson 提交于
      Rewrite the extension code to use an ASN1_ITEM structure
      for its ASN1 operations as well as the old style function
      pointers (i2d, d2i, new, free). Change standard extensions
      to support this.
      
      Fix a warning in BN_mul(), bn_mul.c about uninitialised 'j'.
      2aff7727
  32. 18 1月, 2000 1 次提交
  33. 20 10月, 1999 1 次提交
  34. 22 6月, 1999 1 次提交
  35. 10 5月, 1999 1 次提交
  36. 24 4月, 1999 1 次提交