1. 16 8月, 2002 1 次提交
  2. 12 8月, 2002 1 次提交
  3. 09 8月, 2002 1 次提交
    • B
      Add ECDH support. · e172d60d
      Bodo Möller 提交于
      Additional changes:
       - use EC_GROUP_get_degree() in apps/req.c
       - add ECDSA and ECDH to apps/speed.c
       - adds support for EC curves over binary fields to ECDSA
       - new function EC_KEY_up_ref() in crypto/ec/ec_key.c
       - reorganize crypto/ecdsa/ecdsatest.c
       - add engine support for ECDH
       - fix a few bugs in ECDSA engine support
      
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      e172d60d
  4. 07 8月, 2002 1 次提交
  5. 02 8月, 2002 1 次提交
  6. 15 7月, 2002 1 次提交
    • B
      Replace 'ecdsaparam' commandline utility by 'ecparam' · 5dbd3efc
      Bodo Möller 提交于
      (the same keys can be used for ECC schemes other than ECDSA)
      and add some new options.
      
      Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS"
      in 'PEM' format.
      
      Fix ec_asn1.c (take into account the desired conversion form).
      
      'make update'.
      
      Submitted by: Nils Larsch
      5dbd3efc
  7. 20 5月, 2002 1 次提交
    • D
      · eee6c81a
      Dr. Stephen Henson 提交于
      Reorganise -subj option code, fix buffer overrun.
      eee6c81a
  8. 30 4月, 2002 1 次提交
  9. 17 4月, 2002 1 次提交
  10. 23 2月, 2002 1 次提交
    • D
      · 032c49b8
      Dr. Stephen Henson 提交于
      non-Monolith fixes.
      
      Submitted by Andrew W. Gray <agray@iconsinc.com>
      032c49b8
  11. 22 2月, 2002 1 次提交
    • D
      Config code updates. · 3647bee2
      Dr. Stephen Henson 提交于
      CONF_modules_unload() now calls CONF_modules_finish()
      automatically.
      
      Default use of section openssl_conf moved to
      CONF_modules_load()
      
      Load config file in several openssl utilities.
      
      Most utilities now load modules from the config file,
      though in a few (such as version) this isn't done
      because it couldn't be used for anything.
      
      In the case of ca and req the config file used is
      the same as the utility itself: that is the -config
      command line option can be used to specify an
      alternative file.
      3647bee2
  12. 14 2月, 2002 1 次提交
  13. 02 12月, 2001 1 次提交
  14. 02 11月, 2001 1 次提交
  15. 26 10月, 2001 1 次提交
  16. 21 10月, 2001 1 次提交
    • D
      · 6ca48799
      Dr. Stephen Henson 提交于
      Stop spurious "unable to load config info" errors in req
      6ca48799
  17. 11 10月, 2001 1 次提交
  18. 12 9月, 2001 1 次提交
  19. 24 8月, 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. 25 6月, 2001 1 次提交
  23. 18 6月, 2001 1 次提交
  24. 30 5月, 2001 1 次提交
    • R
      Extend all the loading functions to take an engine pointer, a pass · 30b4c272
      Richard Levitte 提交于
      string (some engines may have certificates protected by a PIN!) and
      a description to put into error messages.
      
      Also, have our own password callback that we can send both a password
      and some prompt info to.  The default password callback in EVP assumes
      that the passed parameter is a password, which isn't always the right
      thing, and the ENGINE code (at least the nCipher one) makes other
      assumptions...
      
      Also, in spite of having the functions to load keys, some utilities
      did the loading all by themselves...  That's changed too.
      30b4c272
  25. 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
  26. 05 3月, 2001 1 次提交
  27. 20 2月, 2001 2 次提交
    • R
      Use new-style system-id macros everywhere possible. I hope I haven't · bc36ee62
      Richard Levitte 提交于
      missed any.
      
      This compiles and runs on Linux, and external applications have no
      problems with it.  The definite test will be to build this on VMS.
      bc36ee62
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  28. 19 2月, 2001 1 次提交
  29. 06 2月, 2001 1 次提交
  30. 16 12月, 2000 1 次提交
  31. 09 12月, 2000 2 次提交
  32. 29 10月, 2000 1 次提交
  33. 27 10月, 2000 1 次提交
  34. 04 10月, 2000 1 次提交
  35. 20 9月, 2000 1 次提交
    • R
      On VMS, stdout may very well lead to a file that is written to in a · 645749ef
      Richard Levitte 提交于
      record-oriented fashion.  That means that every write() will write a
      separate record, which will be read separately by the programs trying
      to read from it.  This can be very confusing.
      
      The solution is to put a BIO filter in the way that will buffer text
      until a linefeed is reached, and then write everything a line at a
      time, so every record written will be an actual line, not chunks of
      lines and not (usually doesn't happen, but I've seen it once) several
      lines in one record.  Voila, BIO_f_linebuffer() is born.
      
      Since we're so close to release time, I'm making this VMS-only for
      now, just to make sure no code is needlessly broken by this.  After
      the release, this BIO method will be enabled on all other platforms as
      well.
      645749ef
  36. 10 9月, 2000 1 次提交
  37. 13 7月, 2000 1 次提交
    • D
      · fd13f0ee
      Dr. Stephen Henson 提交于
      Make req seed the PRNG if signing with
      an already existing DSA key.
      
      Document the new smime options.
      fd13f0ee
  38. 29 6月, 2000 1 次提交