1. 20 4月, 2000 2 次提交
    • G
      Previously, the default RSA_METHOD was NULL until the first RSA structure was · deb4d50e
      Geoff Thorpe 提交于
      initialised, at which point an appropriate default was chosen. This meant a
      call to RSA_get_default_method might have returned FALSE.
      
      This change fixes that; now any called to RSA_new(), RSA_new_method(NULL), or
      RSA_get_default_method() will ensure that a default is chosen if it wasn't
      already.
      deb4d50e
    • G
      This change facilitates name translation for shared libraries. The · b9e63915
      Geoff Thorpe 提交于
      technique used is far from perfect and alternatives are welcome.
      Basically if the translation flag is set, the string is not too
      long, and there appears to be no path information in the string,
      then it is converted to whatever the standard should be for the
      DSO_METHOD in question, eg;
          blah --> libblah.so   on *nix, and
          blah --> blah.dll     on win32.
      
      This change also introduces the DSO_ctrl() function that is used
      by the name translation stuff.
      b9e63915
  2. 15 4月, 2000 1 次提交
  3. 10 4月, 2000 1 次提交
  4. 07 4月, 2000 1 次提交
  5. 05 4月, 2000 1 次提交
  6. 01 4月, 2000 2 次提交
  7. 30 3月, 2000 1 次提交
  8. 28 3月, 2000 1 次提交
  9. 27 3月, 2000 1 次提交
  10. 22 3月, 2000 1 次提交
  11. 19 3月, 2000 1 次提交
  12. 14 3月, 2000 6 次提交
  13. 10 3月, 2000 1 次提交
  14. 07 3月, 2000 3 次提交
  15. 06 3月, 2000 1 次提交
  16. 05 3月, 2000 1 次提交
  17. 04 3月, 2000 2 次提交
  18. 03 3月, 2000 2 次提交
  19. 02 3月, 2000 2 次提交
  20. 01 3月, 2000 1 次提交
  21. 29 2月, 2000 4 次提交
  22. 28 2月, 2000 3 次提交
  23. 27 2月, 2000 1 次提交