1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 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
  6. 21 7月, 2016 1 次提交
  7. 24 5月, 2016 1 次提交
  8. 18 5月, 2016 1 次提交
  9. 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
  10. 05 11月, 2015 1 次提交
  11. 22 1月, 2015 1 次提交
  12. 08 5月, 2014 1 次提交
  13. 16 5月, 2007 1 次提交
  14. 24 4月, 2007 1 次提交
  15. 22 11月, 2006 1 次提交
  16. 11 7月, 2006 1 次提交
  17. 19 5月, 2006 2 次提交
  18. 18 5月, 2006 1 次提交
  19. 09 5月, 2006 1 次提交
  20. 08 5月, 2006 2 次提交
  21. 28 4月, 2006 1 次提交
  22. 18 4月, 2006 1 次提交
  23. 05 8月, 2005 1 次提交
  24. 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
  25. 13 4月, 2005 1 次提交
  26. 12 10月, 2003 1 次提交
  27. 07 3月, 2001 1 次提交
  28. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  29. 05 3月, 2000 1 次提交
  30. 26 2月, 2000 1 次提交
  31. 29 12月, 1999 1 次提交
  32. 09 12月, 1999 1 次提交
  33. 07 12月, 1999 1 次提交
  34. 05 12月, 1999 1 次提交
  35. 22 6月, 1999 1 次提交
    • D
      New function PKCS7_signatureVerify to allow the signing certificate to · 170afce5
      Dr. Stephen Henson 提交于
      be explicitly stated with PKCS#7 verify.
      
      Also fix for util/mkerr.pl: if the -nostatic option is being used this will be
      for an external library so the autogenerated C file should include the
      header file as:
      #include "any/path/to/header.h"
      rather than the internal library form:
      #include <openssl/header.h>
      170afce5
  36. 16 5月, 1999 1 次提交
    • D
      Fix some obvious bugs in the PKCS#7 library handling. It didn't try to · 84fa704c
      Dr. Stephen Henson 提交于
      find the right RecipientInfo based on the recipient certificate (so would
      fail a lot of the time) and fixup cipher structures to correctly (maybe)
      modify the AlgorithmIdentifiers.  Largely untested at present... this will be
      fixed in due course. Well the stuff was broken to begin with so if its broken
      now then you haven't lost anything :-)
      84fa704c
  37. 24 4月, 1999 1 次提交