1. 27 4月, 2017 1 次提交
  2. 13 4月, 2017 1 次提交
  3. 10 4月, 2017 2 次提交
  4. 01 3月, 2017 1 次提交
  5. 29 9月, 2016 1 次提交
  6. 25 7月, 2016 1 次提交
  7. 18 5月, 2016 1 次提交
  8. 09 5月, 2016 1 次提交
  9. 07 4月, 2016 1 次提交
  10. 09 3月, 2016 1 次提交
  11. 05 3月, 2016 1 次提交
    • D
      Add ASN.1 ADB callback. · 5b70372d
      Dr. Stephen Henson 提交于
      Add support for application supplied any defined by callback. An
      application can change the selector value if it wishes. This is
      mainly intended for values which are only known at runtime, for
      example dynamically created OIDs.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      5b70372d
  12. 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
  13. 08 1月, 2016 1 次提交
  14. 30 9月, 2015 1 次提交
  15. 17 9月, 2015 2 次提交
    • D
      New ASN.1 embed macro. · de17bd5d
      Dr. Stephen Henson 提交于
      New ASN.1 macro ASN1_EMBED. This is the same as ASN1_SIMPLE except the
      structure is not allocated: it is part of the parent. That is instead of
      
      FOO *x;
      
      it must be:
      
      FOO x;
      
      This reduces memory fragmentation and make it impossible to accidentally
      set a mandatory field to NULL.
      
      This currently only works for SEQUENCE and since it is equivalent to
      ASN1_SIMPLE it cannot be tagged, OPTIONAL, SET OF or SEQUENCE OF.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      de17bd5d
    • A
      Fix build on mingw · 05e97f1d
      Alessandro Ghedini 提交于
      When OPENSSL_EXPORT_VAR_AS_FUNCTION is defined, the static_ASN1_ITEM_start
      macro doesn't exist so the build fails. This problem was introduced in
      commit df2ee0e2.
      Reviewed-by: NStephen Henson <steve@openssl.org>
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      05e97f1d
  16. 11 9月, 2015 1 次提交
  17. 03 4月, 2015 1 次提交
  18. 01 4月, 2015 1 次提交
  19. 27 3月, 2015 1 次提交
  20. 26 3月, 2015 1 次提交
  21. 25 3月, 2015 1 次提交
  22. 24 3月, 2015 1 次提交
  23. 22 1月, 2015 2 次提交
  24. 31 12月, 2014 1 次提交
  25. 12 11月, 2008 1 次提交
  26. 06 11月, 2008 1 次提交
  27. 02 11月, 2008 1 次提交
  28. 23 3月, 2008 1 次提交
  29. 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
  30. 08 2月, 2008 1 次提交
  31. 08 6月, 2007 1 次提交
  32. 11 5月, 2007 1 次提交
  33. 20 12月, 2006 1 次提交
  34. 03 9月, 2005 3 次提交
  35. 02 9月, 2005 1 次提交