1. 13 4月, 2016 2 次提交
  2. 10 3月, 2016 1 次提交
  3. 04 3月, 2016 1 次提交
  4. 02 3月, 2016 1 次提交
  5. 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
  6. 12 1月, 2016 2 次提交
  7. 08 1月, 2016 1 次提交
  8. 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
  9. 14 5月, 2015 1 次提交
  10. 22 1月, 2015 1 次提交
  11. 23 6月, 2011 1 次提交
  12. 26 1月, 2010 1 次提交
  13. 27 4月, 2009 1 次提交
  14. 21 5月, 2005 1 次提交
  15. 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
  16. 17 5月, 2005 1 次提交
  17. 13 4月, 2005 2 次提交
  18. 30 8月, 2004 1 次提交
  19. 14 11月, 2002 1 次提交
  20. 13 11月, 2002 1 次提交
  21. 02 8月, 2002 1 次提交
  22. 30 7月, 2002 1 次提交
    • L
      OpenSSL Security Advisory [30 July 2002] · c046fffa
      Lutz Jänicke 提交于
      Changes marked "(CHATS)" were sponsored by the Defense Advanced
      Research Projects Agency (DARPA) and Air Force Research Laboratory,
      Air Force Materiel Command, USAF, under agreement number
      F30602-01-2-0537.
      c046fffa
  23. 22 2月, 2001 1 次提交
  24. 20 2月, 2001 1 次提交
  25. 02 5月, 2000 1 次提交
  26. 21 5月, 1999 2 次提交
  27. 13 5月, 1999 1 次提交
    • U
      VMS support. · 7d7d2cbc
      Ulf Möller 提交于
      Submitted by: Richard Levitte <richard@levitte.org>
      7d7d2cbc
  28. 25 4月, 1999 1 次提交
  29. 24 4月, 1999 1 次提交
  30. 22 12月, 1998 1 次提交
  31. 21 12月, 1998 2 次提交