1. 04 9月, 2000 1 次提交
  2. 05 7月, 2000 1 次提交
  3. 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
  4. 09 6月, 2000 1 次提交
    • R
      Using checks of the existence of HEADER_{foo}_H in other header files · ef33b970
      Richard Levitte 提交于
      was a really bad idea.  For example, the following:
      
      	#include <x509.h>
      	#include <bio.h>
      	#include <asn1.h>
      
      would make sure that things like ASN1_UTCTIME_print() wasn't defined
      unless you moved the inclusion of bio.h to above the inclusion of
      x509.h.  The reason is that x509.h includes asn1.h, and the
      declaration of ASN1_UTCTIME_print() depended on the definition of
      HEADER_BIO_H.  That's what I call an obscure bug.
      
      Instead, this change makes sure that whatever header files are needed
      for the correct process of one header file are included automagically,
      and that the definitions of, for example, BIO-related things are
      dependent on the absence of the NO_{foo} macros.  This is also
      consistent with the way parts of OpenSSL can be excluded at will.
      ef33b970
  5. 01 6月, 2000 1 次提交
  6. 02 5月, 2000 1 次提交
  7. 14 3月, 2000 1 次提交
  8. 06 3月, 2000 1 次提交
  9. 26 2月, 2000 1 次提交
  10. 25 2月, 2000 1 次提交
  11. 24 2月, 2000 2 次提交
  12. 23 2月, 2000 1 次提交
    • D
      · 3142c86d
      Dr. Stephen Henson 提交于
      Allow ADH to be used but not present in the default cipher
      list.
      
      Allow CERTIFICATE to be used in PEM headers for PKCS#7 structures:
      some CAs do this.
      3142c86d
  13. 21 2月, 2000 2 次提交
  14. 04 2月, 2000 2 次提交
  15. 31 1月, 2000 1 次提交
  16. 27 1月, 2000 1 次提交
  17. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  18. 22 1月, 2000 1 次提交
  19. 21 1月, 2000 1 次提交
  20. 17 1月, 2000 1 次提交
  21. 14 1月, 2000 1 次提交
  22. 11 1月, 2000 1 次提交
  23. 06 1月, 2000 1 次提交
  24. 30 11月, 1999 1 次提交
  25. 29 11月, 1999 1 次提交
    • D
      Add part of chain verify SSL support code: not complete or doing anything · 13938ace
      Dr. Stephen Henson 提交于
      yet.
      
      Add a function X509_STORE_CTX_purpose_inherit() which implements the logic
      of "inheriting" purpose and trust from a parent structure and using a default:
      this will be used in the SSL code and possibly future S/MIME.
      
      Partial documentation of the 'verify' utility. Still need to document how all
      the extension checking works and the various error messages.
      13938ace
  26. 17 11月, 1999 1 次提交
  27. 14 9月, 1999 1 次提交
  28. 19 8月, 1999 1 次提交
    • B
      Fix horrible (and hard to track down) bug in ssl23_get_client_hello: · de1915e4
      Bodo Möller 提交于
      In case of a restart, v[0] and v[1] were incorrectly initialised.
      This was interpreted by ssl3_get_client_key_exchange as an RSA decryption
      failure (don't ask me why) and caused it to create a _random_ master key
      instead (even weirder), which obviously led to incorrect input to
      ssl3_generate_master_secret and thus caused "block cipher pad is
      wrong" error messages from ssl3_enc for the client's Finished message.
      Arrgh.
      de1915e4
  29. 08 8月, 1999 2 次提交
  30. 29 7月, 1999 1 次提交
    • U
      VMS updates. · 8c197cc5
      Ulf Möller 提交于
      Submitted by: Richard Levitte <levitte@stacken.kth.se>
      8c197cc5
  31. 22 7月, 1999 1 次提交
  32. 02 7月, 1999 1 次提交
  33. 28 6月, 1999 1 次提交
  34. 14 6月, 1999 1 次提交
  35. 10 6月, 1999 1 次提交
  36. 30 5月, 1999 1 次提交