1. 12 9月, 2001 1 次提交
  2. 11 9月, 2001 7 次提交
  3. 10 9月, 2001 1 次提交
    • B
      Fix apps/openssl.c and ssl/ssltest.c so that they use · 384eff87
      Bodo Möller 提交于
      CRYPTO_set_mem_debug_options() instead of CRYPTO_dbg_set_options(),
      which is the default implementation of the former and should usually
      not be directly used by applications (at least if we assume that the
      options accepted by the default implementation will also be meaningful
      to any other implementations).
      
      Also fix apps/openssl.c and ssl/ssltest such that environment variable
      setting 'OPENSSL_DEBUG_MEMORY=off' actively disables the compiled-in
      library defaults (i.e. such that CRYPTO_MDEBUG is ignored in this
      case).
      384eff87
  4. 07 9月, 2001 1 次提交
  5. 05 9月, 2001 1 次提交
  6. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  7. 01 9月, 2001 1 次提交
  8. 24 8月, 2001 2 次提交
  9. 18 8月, 2001 1 次提交
  10. 17 8月, 2001 2 次提交
    • D
      · b65f8513
      Dr. Stephen Henson 提交于
      Make -passin -passout etc work again.
      
      Fix leak in ca.c when using -passin.
      b65f8513
    • D
      · 35bf3541
      Dr. Stephen Henson 提交于
      Add CRL utility functions to allow CRLs to be
      built up without accessing structures directly.
      
      Update ca.c to use new functions.
      
      Fix ca.c so it now build CRLs correctly again.
      35bf3541
  11. 06 8月, 2001 1 次提交
  12. 03 8月, 2001 1 次提交
  13. 31 7月, 2001 2 次提交
  14. 13 7月, 2001 2 次提交
    • D
      · 534a1ed0
      Dr. Stephen Henson 提交于
      Allow OCSP server to handle multiple requests.
      
      Document new OCSP options.
      534a1ed0
    • D
      · ee306a13
      Dr. Stephen Henson 提交于
      Initial OCSP server support, using index.txt format.
      
      This can process internal requests or behave like a
      mini responder.
      
      Todo: documentation, update usage info.
      ee306a13
  15. 12 7月, 2001 1 次提交
  16. 11 7月, 2001 1 次提交
  17. 10 7月, 2001 1 次提交
    • R
      Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 in · 2a1ef754
      Richard Levitte 提交于
      SSL according to RFC 2712.  His comment is:
      
      This is a patch to openssl-SNAP-20010702 to support Kerberized SSL
      authentication.  I'm expecting to have the full kssl-0.5 kit up on
      sourceforge by the end of the week.  The full kit includes patches
      for mod-ssl, apache, and a few text clients.  The sourceforge URL
      is http://sourceforge.net/projects/kssl/ .
      
      Thanks to a note from Simon Wilkinson I've replaced my KRB5 AP_REQ
      message with a real KerberosWrapper struct.  I think this is fully
      RFC 2712 compliant now, including support for the optional
      authenticator field.  I also added openssl-style ASN.1 macros for
      a few Kerberos structs; see crypto/krb5/ if you're interested.
      2a1ef754
  18. 08 7月, 2001 2 次提交
  19. 03 7月, 2001 1 次提交
  20. 02 7月, 2001 1 次提交
  21. 28 6月, 2001 1 次提交
    • D
      · b7a26e6d
      Dr. Stephen Henson 提交于
      Modify apps to use NCONF code instead of old CONF code.
      
      Add new extension functions which work with NCONF.
      
      Tidy up extension config routines and remove redundant code.
      
      Fix NCONF_get_number().
      
      Todo: more testing of apps to see they still work...
      b7a26e6d
  22. 27 6月, 2001 1 次提交
  23. 25 6月, 2001 3 次提交
  24. 24 6月, 2001 4 次提交