1. 16 5月, 2005 1 次提交
  2. 15 5月, 2005 1 次提交
  3. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  4. 13 4月, 2005 1 次提交
  5. 11 4月, 2005 1 次提交
  6. 30 3月, 2005 1 次提交
  7. 05 12月, 2004 1 次提交
  8. 24 11月, 2004 1 次提交
  9. 03 11月, 2004 1 次提交
  10. 18 5月, 2004 2 次提交
  11. 20 4月, 2004 1 次提交
  12. 16 3月, 2004 1 次提交
  13. 27 12月, 2003 1 次提交
  14. 20 3月, 2003 1 次提交
  15. 29 12月, 2002 1 次提交
  16. 28 11月, 2002 1 次提交
  17. 09 10月, 2002 1 次提交
  18. 04 10月, 2002 1 次提交
    • D
      · 9a48b07e
      Dr. Stephen Henson 提交于
      Various enhancements to PKCS#12 code, new
      medium level API, improved PKCS12_create
      and additional functionality in pkcs12
      utility.
      9a48b07e
  19. 08 9月, 2002 1 次提交
    • D
      · f8049301
      Dr. Stephen Henson 提交于
      Fix typos in PKCS#12 ASN1 code.
      
      Make PKCS7_set_detached work again.
      f8049301
  20. 09 8月, 2002 1 次提交
  21. 30 7月, 2002 1 次提交
  22. 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
  23. 28 6月, 2002 1 次提交
  24. 27 6月, 2002 1 次提交
  25. 15 3月, 2002 1 次提交
    • D
      · de941e28
      Dr. Stephen Henson 提交于
      Initialize cipher context in KRB5
      ("D. Russell" <russelld@aol.net>)
      
      Allow HMAC functions to use an alternative ENGINE.
      de941e28
  26. 14 2月, 2002 1 次提交
  27. 18 12月, 2001 1 次提交
  28. 10 12月, 2001 1 次提交
  29. 15 11月, 2001 1 次提交
  30. 06 11月, 2001 1 次提交
  31. 17 10月, 2001 1 次提交
  32. 16 10月, 2001 1 次提交
    • D
      · 20d2186c
      Dr. Stephen Henson 提交于
      Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
      with existing code.
      
      Modify library to use digest *_ex() functions.
      20d2186c
  33. 04 10月, 2001 1 次提交
  34. 06 8月, 2001 1 次提交
  35. 01 8月, 2001 1 次提交
  36. 31 7月, 2001 1 次提交
  37. 27 7月, 2001 2 次提交
    • D
      · 1241126a
      Dr. Stephen Henson 提交于
      More linker bloat reorganisation:
      
      Split private key PEM and normal PEM handling. Private key
      handling needs to link in stuff like PKCS#8.
      
      Relocate the ASN1 *_dup() functions, to the relevant ASN1
      modules using new macro IMPLEMENT_ASN1_DUP_FUNCTION. Previously
      these were all in crypto/x509/x_all.c along with every ASN1
      BIO/fp function which linked in *every* ASN1 function if
      a single dup was used.
      
      Move the authority key id ASN1 structure to a separate file.
      This is used in the X509 routines and its previous location
      linked in all the v3 extension code.
      
      Also move ASN1_tag2bit to avoid linking in a_bytes.c which
      is now largely obsolete.
      
      So far under Linux stripped binary with single PEM_read_X509
      is now 238K compared to 380K before these changes.
      1241126a
    • D
      · 19da1300
      Dr. Stephen Henson 提交于
      First of several reorganisations to
      reduce linker bloat. For example the
      single line:
      
      PEM_read_X509()
      
      results in a binary of around 400K in Linux!
      
      This first step separates some of the PEM functions and
      avoids linking in some PKCS#7 and PKCS#12 code.
      19da1300
  38. 20 6月, 2001 1 次提交
    • D
      · 323f289c
      Dr. Stephen Henson 提交于
      Change all calls to low level digest routines in the library and
      applications to use EVP. Add missing calls to HMAC_cleanup() and
      don't assume HMAC_CTX can be copied using memcpy().
      
      Note: this is almost identical to the patch submitted to openssl-dev
      by Verdon Walker <VWalker@novell.com> except some redundant
      EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
      made to avoid compiler warnings.
      323f289c