1. 16 5月, 1999 5 次提交
    • B
      Change type of various DES function arguments from des_cblock · edf0bfb5
      Bodo Möller 提交于
      (meaning pointer to char) to des_cblock * (meaning pointer to
      array with 8 char elements), which allows the compiler to
      do more typechecking.  (The changed argument types were of type
      des_cblock * back in SSLeay, and a lot of ugly casts were
      used then to turn them into pointers to elements; but it can be
      done without those casts.)
      
      Introduce new type const_des_cblock -- before, the pointers rather
      than the elements pointed to were declared const, and for
      some reason gcc did not complain about this (but some other
      compilers did).
      edf0bfb5
    • B
      Convert void *. · e1a228fb
      Ben Laurie 提交于
      e1a228fb
    • D
      Fix some obvious bugs in the PKCS#7 library handling. It didn't try to · 84fa704c
      Dr. Stephen Henson 提交于
      find the right RecipientInfo based on the recipient certificate (so would
      fail a lot of the time) and fixup cipher structures to correctly (maybe)
      modify the AlgorithmIdentifiers.  Largely untested at present... this will be
      fixed in due course. Well the stuff was broken to begin with so if its broken
      now then you haven't lost anything :-)
      84fa704c
    • D
      Various Win32 fixes. Change args in do_ms.bat to put platform last. Fix · a74c55cd
      Dr. Stephen Henson 提交于
      unsigned/signed cmp error in asn1parse. Change various pem_all.c args to
      use pem_password_cb.
      a74c55cd
    • B
      Get rid of casts. · ac7d0785
      Ben Laurie 提交于
      ac7d0785
  2. 15 5月, 1999 12 次提交
  3. 14 5月, 1999 8 次提交
  4. 13 5月, 1999 7 次提交
  5. 12 5月, 1999 3 次提交
  6. 11 5月, 1999 1 次提交
  7. 10 5月, 1999 4 次提交