1. 03 11月, 2000 2 次提交
  2. 02 11月, 2000 5 次提交
  3. 01 11月, 2000 5 次提交
  4. 31 10月, 2000 3 次提交
  5. 29 10月, 2000 3 次提交
  6. 28 10月, 2000 2 次提交
  7. 27 10月, 2000 9 次提交
    • R
      Document the OCSP addition. · 7c155330
      Richard Levitte 提交于
      7c155330
    • R
      make update · 8bb4ad88
      Richard Levitte 提交于
      8bb4ad88
    • R
      The majority of the OCSP code from CertCo. · eb64730b
      Richard Levitte 提交于
      eb64730b
    • U
      . · 34a14882
      Ulf Möller 提交于
      34a14882
    • R
      Merge the engine branch into the main trunk. All conflicts resolved. · 5270e702
      Richard Levitte 提交于
      At the same time, add VMS support for Rijndael.
      5270e702
    • G
      Add a note about the recent DSO changes in CHANGES. · 1df586be
      Geoff Thorpe 提交于
      1df586be
    • R
      On HP-UX, at least when shl_* are used, the libraries have the · 551e5990
      Richard Levitte 提交于
      extension .sl instead of .so.
      551e5990
    • R
      For the operating systems where it matters, it is sometimes good to · d9efa361
      Richard Levitte 提交于
      translate library names by only adding ".so" to them without
      prepending them with "lib".  Add the flag DSO_FLAG_NAME_TRANSLATION_EXT_ONLY
      for that purpose.
      d9efa361
    • G
      This changes the behaviour of the DSO mechanism for determining an · 51c8dc37
      Geoff Thorpe 提交于
      appropriate filename translation on the host system. Apart from this point,
      users should also note that there's a slight change in the API functions
      too. The DSO now contains its own to-be-converted filename
      ("dso->filename"), and at the time the DSO loads the "dso->loaded_filename"
      value is set to the translated form. As such, this also provides an impicit
      way of determining if the DSO is currently loaded or not. Except, perhaps,
      VMS .... :-)
      
      The various DSO_METHODs have been updated for this mechanism except VMS
      which is deliberately broken for now, Richard is going to look at how to
      fit it in (the source comments in there explain "the issue").
      
      Basically, the new callback scheme allows the filename conversion to
      (a) be turned off altogether through the use of the
          DSO_FLAG_NO_NAME_TRANSLATION flag,
      (b) be handled in the default way using the default DSO_METHOD's converter
      (c) overriden per-DSO by setting the override callback
      (d) a mix of (b) and (c) - eg. implement an override callback that;
          (i) checks if we're win32 "if(strstr(dso->meth->name, "win32"))..."
              and if so, convert "blah" into "blah32.dll" (the default is
      	otherwise to make it "blah.dll").
          (ii) default to the normal behaviour - eg. we're not on win32, so
               finish with (return dso->meth->dso_name_converter(dso,NULL)).
      (e) be retried a number of times by writing a new DSO_METHOD where the
          "dso_load()" handler will call the converter repeatedly. Then the
          custom converter could use state information in the DSO to suggest
          different conversions or paths each time it is invoked.
      51c8dc37
  8. 26 10月, 2000 1 次提交
  9. 24 10月, 2000 1 次提交
  10. 23 10月, 2000 6 次提交
  11. 22 10月, 2000 3 次提交