1. 27 6月, 2002 1 次提交
  2. 18 12月, 2001 1 次提交
  3. 15 11月, 2001 1 次提交
  4. 11 6月, 2001 1 次提交
  5. 09 3月, 2001 1 次提交
    • D
      · 13588350
      Dr. Stephen Henson 提交于
      Change the EVP_somecipher() and EVP_somedigest()
      functions to return constant EVP_MD and EVP_CIPHER
      pointers.
      
      Update docs.
      13588350
  6. 14 1月, 2001 1 次提交
  7. 31 12月, 2000 1 次提交
    • D
      · ecbe0781
      Dr. Stephen Henson 提交于
      Rewrite PKCS#12 code and remove some of the old
      horrible macros.
      
      Fix two evil ASN1 bugs. Attempt to use 'ctx' when
      NULL if input is indefinite length constructed
      in asn1_check_tlen() and invalid pointer to ASN1_TYPE
      when reusing existing structure (this took *ages* to
      find because the new PKCS#12 code triggered it).
      ecbe0781
  8. 09 12月, 2000 1 次提交
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  9. 21 6月, 2000 2 次提交
    • D
      · 13083215
      Dr. Stephen Henson 提交于
      Fixes for Win32 build.
      
      This is mostly a work around for the old VC++ problem
      that it treats func() as func(void).
      
      Various prototypes had been added to 'compare' function
      pointers that triggered this. This could be fixed by removing
      the prototype, adding function pointer casts to every call or
      changing the passed function to use the expected arguments.
      I mostly did the latter.
      
      The mkdef.pl script was modified to remove the typesafe
      functions which no longer exist.
      
      Oh and some functions called OPENSSL_freeLibrary() were
      changed back to FreeLibrary(), wonder how that happened :-)
      13083215
    • D
      · 7ef82068
      Dr. Stephen Henson 提交于
      Handle ASN1_SET_OF and PKCS12_STACK_OF using function
      casts in the same way as STACK_OF.
      7ef82068
  10. 17 6月, 2000 1 次提交
    • D
      Safe stack reorganisation in terms of function casts. · 3aceb94b
      Dr. Stephen Henson 提交于
      After some messing around this seems to work but needs
      a few more tests. Working out the syntax for sk_set_cmp_func()
      (cast it to a function that itself returns a function pointer)
      was painful :-(
      
      Needs some testing to see what other compilers think of this
      syntax.
      
      Also needs similar stuff for ASN1_SET_OF etc etc.
      3aceb94b
  11. 01 6月, 2000 1 次提交
  12. 17 5月, 2000 2 次提交
  13. 02 5月, 2000 1 次提交
  14. 22 3月, 2000 1 次提交
  15. 03 12月, 1999 1 次提交
  16. 17 8月, 1999 1 次提交
  17. 11 6月, 1999 1 次提交
  18. 08 6月, 1999 1 次提交
  19. 07 6月, 1999 1 次提交
  20. 06 6月, 1999 1 次提交
  21. 05 6月, 1999 2 次提交
  22. 19 5月, 1999 1 次提交
  23. 27 4月, 1999 1 次提交
  24. 26 4月, 1999 1 次提交
  25. 24 4月, 1999 3 次提交
  26. 23 4月, 1999 1 次提交
  27. 20 4月, 1999 1 次提交
  28. 18 4月, 1999 1 次提交
  29. 30 3月, 1999 1 次提交
  30. 29 3月, 1999 2 次提交