1. 02 5月, 2017 1 次提交
  2. 24 2月, 2017 1 次提交
  3. 22 6月, 2016 1 次提交
  4. 28 5月, 2016 3 次提交
  5. 24 5月, 2016 1 次提交
  6. 18 5月, 2016 1 次提交
  7. 18 4月, 2016 2 次提交
  8. 27 2月, 2016 2 次提交
  9. 04 2月, 2016 1 次提交
  10. 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
  11. 18 12月, 2015 1 次提交
  12. 17 12月, 2015 1 次提交
    • R
      Rename some BUF_xxx to OPENSSL_xxx · 7644a9ae
      Rich Salz 提交于
      Rename BUF_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      to OPENSSL_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      Add #define's for the old names.
      Add CRYPTO_{memdup,strndup}, called by OPENSSL_{memdup,strndup} macros.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      7644a9ae
  13. 14 5月, 2015 1 次提交
  14. 24 1月, 2015 1 次提交
  15. 22 1月, 2015 1 次提交
  16. 20 1月, 2013 1 次提交
  17. 01 6月, 2009 1 次提交
    • D
      PR: 1945 · 01768425
      Dr. Stephen Henson 提交于
      Submitted by: Guenter <lists@gknw.net>
      Approved by: steve@openssl.org
      
      Netware compilation fix for nonexistent header.
      01768425
  18. 15 1月, 2008 1 次提交
  19. 12 1月, 2008 1 次提交
  20. 21 9月, 2005 1 次提交
  21. 13 1月, 2005 1 次提交
  22. 31 12月, 2004 1 次提交
  23. 08 7月, 2004 1 次提交
  24. 14 5月, 2004 1 次提交
  25. 24 3月, 2004 2 次提交
  26. 27 12月, 2003 1 次提交
  27. 10 9月, 2003 1 次提交
  28. 09 9月, 2003 1 次提交
  29. 26 3月, 2002 1 次提交
  30. 06 2月, 2002 1 次提交
    • R
      With the changed des_old API, let's complete the work by renaming the · 44bdb056
      Richard Levitte 提交于
      functions in ui_compat.  This gave reason to rework that part more
      thoroughly, so here are the changes made:
      
      1. Add DES_read_password() and DES_read_2passwords() with the same
         functionality as the corresponding old des_ functions, as a
         convenience to the users.
      2. Add UI_UTIL_read_pw_string() and UI_UTIL_read_pw() with the
         functionality from des_read_pw_string() and des_read_pw(), again as
         a concenience to the users.
      3. Rename des_read_password(), des_read_2passwords(),
         des_read_pw_string() and des_read_pw() by changing des_ to
         _ossl_old_des_, and add the usual mapping macros.
      4. Move the implementation of des_read_password() and
         des_read_2passwords() to the des directory, since they are tightly
         tied to DES anyway.
      
      This change was inspired by a patch from Assar Westerlund <assar@sics.se>:
      
      There are some functions that didn't get the kick-away-old-des-and-
      replace-des-with-DES action.  Here's a patch that adds DES_ and des_
      (in des_old.h) versions of des_read_pw_string et al.  This patch
      includes some of the first des_old.h semi-colon macro fixes that I've
      already sent.
      44bdb056
  31. 25 10月, 2001 1 次提交
    • R
      Due to an increasing number of clashes between modern OpenSSL and · c2e4f17c
      Richard Levitte 提交于
      libdes (which is still used out there) or other des implementations,
      the OpenSSL DES functions are renamed to begin with DES_ instead of
      des_.  Compatibility routines are provided and declared by including
      openssl/des_old.h.  Those declarations are the same as were in des.h
      when the OpenSSL project started, which is exactly how libdes looked
      at that time, and hopefully still looks today.
      
      The compatibility functions will be removed in some future release, at
      the latest in version 1.0.
      c2e4f17c
  32. 05 7月, 2001 1 次提交
  33. 13 5月, 2001 2 次提交
  34. 20 2月, 2001 1 次提交