Skip to content
  1. May 15, 2002
    • Dr. Stephen Henson's avatar
      · 544a2aea
      Dr. Stephen Henson authored
      Zero cipher_data in EVP_CIPHER_CTX_cleanup
      
      Add cleanup calls to evp_test.c
      
      Allow reuse of cipher contexts by removing
      automatic cleanup in EVP_*Final().
      544a2aea
  2. May 10, 2002
    • Dr. Stephen Henson's avatar
      · dc014d43
      Dr. Stephen Henson authored
      Fallback to normal multiply if n2 == 8 and dna or dnb is not zero
      in bn_mul_recursive.
      
      This is (hopefully) what was triggering bignum errors on 64 bit
      platforms and causing the BN_mod_mul test to fail.
      dc014d43
  3. May 08, 2002
  4. May 07, 2002
  5. May 05, 2002
  6. Apr 30, 2002
  7. Apr 26, 2002
  8. Apr 17, 2002
  9. Apr 15, 2002
  10. Apr 13, 2002
  11. Apr 12, 2002
  12. Apr 10, 2002
  13. Apr 09, 2002
  14. Apr 04, 2002
  15. Mar 26, 2002
  16. Mar 20, 2002
  17. Mar 19, 2002
  18. Mar 18, 2002
    • Bodo Möller's avatar
      Fix bugs and typos. · af28dd6c
      Bodo Möller authored
      Add some WTLS curves.
      New function EC_GROUP_check() (this will probably
      be implemented differently soon).
      
      Submitted by: Nils Larsch
      Reviewed by: Bodo Moeller
      af28dd6c
  19. Mar 15, 2002
  20. Mar 14, 2002
  21. Mar 07, 2002
  22. Mar 06, 2002
    • Dr. Stephen Henson's avatar
      · 0dc09233
      Dr. Stephen Henson authored
      ENGINE module additions.
      
      Add "init" command to control ENGINE
      initialization.
      
      Call ENGINE_finish on initialized ENGINEs on exit.
      
      Reorder shutdown in apps.c: modules should be shut
      down first.
      
      Add test private key loader to openssl ENGINE: this
      just loads a private key in PEM format.
      
      Fix print format for dh length parameter.
      0dc09233
    • Bodo Möller's avatar
      add SECG OIDs · 36c19463
      Bodo Möller authored
      Submitted by: Nils Larsch
      36c19463
    • Bodo Möller's avatar
      reference counting for EC_GROUP structures is not needed (at the · 45fb7379
      Bodo Möller authored
      moment at least), so remove it
      45fb7379
  23. Mar 05, 2002
  24. Feb 28, 2002
  25. Feb 27, 2002
  26. Feb 26, 2002
  27. Feb 23, 2002
  28. Feb 22, 2002
    • Dr. Stephen Henson's avatar
      Config code updates. · 3647bee2
      Dr. Stephen Henson authored
      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
  29. Feb 21, 2002
  30. Feb 20, 2002
  31. Feb 14, 2002
  32. Feb 13, 2002