1. 22 6月, 2018 1 次提交
  2. 07 2月, 2018 1 次提交
  3. 25 11月, 2017 1 次提交
  4. 13 10月, 2017 1 次提交
  5. 30 8月, 2017 2 次提交
  6. 03 8月, 2017 1 次提交
  7. 30 6月, 2017 1 次提交
  8. 18 9月, 2016 1 次提交
  9. 10 7月, 2016 1 次提交
  10. 02 7月, 2016 1 次提交
    • R
      Fix some VMS inconsistencies · d17d3293
      Richard Levitte 提交于
      - The install top is versioned by default.  However, only the major
        version should be used.
      - the default areas for certs, private keys an config files have
        changed, now all prefixed with 'OSSL$'.  This gets reflected in
        cryptlib.h.
      - [.VMS]openssl_startup.com.in had some faults regarding creating
        rooted concealed logical names.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      d17d3293
  11. 23 6月, 2016 1 次提交
  12. 19 6月, 2016 1 次提交
  13. 24 5月, 2016 1 次提交
  14. 18 5月, 2016 1 次提交
  15. 13 4月, 2016 3 次提交
  16. 10 3月, 2016 1 次提交
  17. 04 3月, 2016 1 次提交
  18. 02 3月, 2016 1 次提交
  19. 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
  20. 12 1月, 2016 2 次提交
  21. 08 1月, 2016 1 次提交
  22. 30 9月, 2015 1 次提交
    • D
      Fix no-stdio build · 984d6c60
      David Woodhouse 提交于
      Much related/similar work also done by
      Ivan Nestlerode <ivan.nestlerode@sonos.com>
      
         +Replace FILE BIO's with dummy ops that fail.
         +Include <stdio.h> for sscanf() even with no-stdio (since the declaration
          is there). We rely on sscanf() to parse the OPENSSL_ia32cap environment
          variable, since it can be larger than a 'long'. And we don't rely on the
          availability of strtoull().
         +Remove OPENSSL_stderr(); not used.
         +Make OPENSSL_showfatal() do nothing (currently without stdio there's
          nothing we can do).
         +Remove file-based functionality from ssl/. The function
          prototypes were already gone, but not the functions themselves.
         +Remove unviable conf functionality via SYS_UEFI
         +Add fallback definition of BUFSIZ.
         +Remove functions taking FILE * from header files.
         +Add missing DECLARE_PEM_write_fp_const
         +Disable X509_LOOKUP_hash_dir(). X509_LOOKUP_file() was already compiled out,
          so remove its prototype.
         +Use OPENSSL_showfatal() in CRYPTO_destroy_dynlockid().
         +Eliminate SRP_VBASE_init() and supporting functions. Users will need to
          build the verifier manually instead.
         +Eliminate compiler warning for unused do_pk8pkey_fp().
         +Disable TEST_ENG_OPENSSL_PKEY.
         +Disable GOST engine as is uses [f]printf all over the place.
         +Eliminate compiler warning for unused send_fp_chars().
      Signed-off-by: NRich Salz <rsalz@akamai.com>
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      984d6c60
  23. 14 5月, 2015 1 次提交
  24. 22 1月, 2015 1 次提交
  25. 23 6月, 2011 1 次提交
  26. 26 1月, 2010 1 次提交
  27. 27 4月, 2009 1 次提交
  28. 21 5月, 2005 1 次提交
  29. 18 5月, 2005 1 次提交
    • A
      Engage Applink in mingw. Note that application-side module is not · 51ff6bde
      Andy Polyakov 提交于
      compiled into *our* aplpications. That's because mingw is always
      consistent with itself. Having library-side code linked into .dll
      makes it possible to deploy the .dll with user-code compiled with
      another compiler [which is pretty much the whole point behind Applink].
      51ff6bde
  30. 17 5月, 2005 1 次提交
  31. 13 4月, 2005 2 次提交
  32. 30 8月, 2004 1 次提交
  33. 14 11月, 2002 1 次提交
  34. 13 11月, 2002 1 次提交
  35. 02 8月, 2002 1 次提交