1. 27 3月, 2018 1 次提交
  2. 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
  3. 04 4月, 2017 1 次提交
  4. 21 7月, 2016 1 次提交
  5. 24 5月, 2016 1 次提交
  6. 18 5月, 2016 1 次提交
  7. 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
  8. 05 11月, 2015 1 次提交
  9. 05 10月, 2015 1 次提交
  10. 17 9月, 2015 1 次提交
    • 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
  11. 16 7月, 2015 1 次提交
  12. 21 5月, 2015 1 次提交
  13. 20 5月, 2015 1 次提交
  14. 19 5月, 2015 1 次提交
    • D
      ASN1 INTEGER refactor. · 6c5b6cb0
      Dr. Stephen Henson 提交于
      Rewrite and tidy ASN1_INTEGER and ASN1_ENUMERATED handling.
      
      Remove code duplication.
      
      New functions to convert between int64_t and ASN.1 types without the
      quirks of the old long conversion functions.
      
      Add documentation.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      6c5b6cb0
  15. 27 3月, 2015 1 次提交
  16. 22 1月, 2015 1 次提交
  17. 18 12月, 2014 1 次提交
  18. 17 12月, 2014 1 次提交
  19. 12 8月, 2014 2 次提交
  20. 15 2月, 2014 1 次提交
  21. 22 10月, 2012 1 次提交
  22. 03 2月, 2011 1 次提交
  23. 11 3月, 2010 1 次提交
  24. 26 11月, 2009 1 次提交
  25. 07 8月, 2009 1 次提交
  26. 06 4月, 2009 1 次提交
  27. 03 4月, 2009 1 次提交
  28. 25 3月, 2009 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. 20 11月, 2007 1 次提交
  31. 22 11月, 2006 1 次提交
  32. 18 7月, 2006 1 次提交
  33. 08 5月, 2006 1 次提交
  34. 20 4月, 2006 1 次提交
  35. 22 8月, 2005 1 次提交
  36. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  37. 09 5月, 2005 1 次提交
  38. 01 5月, 2005 1 次提交
  39. 30 4月, 2005 1 次提交