1. 23 3月, 2015 3 次提交
  2. 12 3月, 2015 1 次提交
  3. 09 3月, 2015 1 次提交
  4. 09 2月, 2015 1 次提交
  5. 28 1月, 2015 1 次提交
  6. 27 1月, 2015 1 次提交
    • R
      OPENSSL_NO_xxx cleanup: many removals · a00ae6c4
      Rich Salz 提交于
      The following compile options (#ifdef's) are removed:
          OPENSSL_NO_BIO OPENSSL_NO_BUFFER OPENSSL_NO_CHAIN_VERIFY
          OPENSSL_NO_EVP OPENSSL_NO_FIPS_ERR OPENSSL_NO_HASH_COMP
          OPENSSL_NO_LHASH OPENSSL_NO_OBJECT OPENSSL_NO_SPEED OPENSSL_NO_STACK
          OPENSSL_NO_X509 OPENSSL_NO_X509_VERIFY
      
      This diff is big because of updating the indents on preprocessor lines.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      a00ae6c4
  7. 22 1月, 2015 1 次提交
  8. 15 1月, 2015 1 次提交
    • R
      Cleanup OPENSSL_NO_xxx, part 1 · 4b618848
      Rich Salz 提交于
      OPENSSL_NO_RIPEMD160, OPENSSL_NO_RIPEMD merged into OPENSSL_NO_RMD160
      OPENSSL_NO_FP_API merged into OPENSSL_NO_STDIO
      Two typo's on #endif comments fixed:
      	OPENSSL_NO_ECB fixed to OPENSSL_NO_OCB
      	OPENSSL_NO_HW_SureWare fixed to OPENSSL_NO_HW_SUREWARE
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      4b618848
  9. 05 1月, 2015 1 次提交
  10. 31 12月, 2014 1 次提交
  11. 19 12月, 2014 1 次提交
  12. 18 12月, 2014 1 次提交
  13. 17 12月, 2014 1 次提交
  14. 18 8月, 2014 1 次提交
  15. 12 8月, 2014 3 次提交
  16. 05 8月, 2013 1 次提交
    • D
      Add KDF for DH. · dc1ce3bc
      Dr. Stephen Henson 提交于
      Add X9.42 DH KDF. Move sharedinfo generation code to CMS library as the
      same structure is used by DH and ECDH.
      
      Move ASN1_OBJECT typedef to ossl_typ.h so it can be picked up by dh headers
      without the need to use ASN1.
      dc1ce3bc
  17. 20 11月, 2012 1 次提交
  18. 19 11月, 2012 1 次提交
  19. 22 10月, 2012 1 次提交
  20. 03 2月, 2011 1 次提交
  21. 25 1月, 2011 1 次提交
    • D
      PR: 2433 · 7d05edd1
      Dr. Stephen Henson 提交于
      Submitted by: Chris Wilson <chris@qwirx.com>
      Reviewed by: steve
      
      Constify ASN1_STRING_set_default_mask_asc().
      7d05edd1
  22. 14 12月, 2010 1 次提交
  23. 03 5月, 2010 1 次提交
  24. 11 3月, 2010 1 次提交
  25. 09 3月, 2010 1 次提交
  26. 07 3月, 2010 1 次提交
    • D
      Add algorithm specific signature printing. An individual ASN1 method can · fa1ba589
      Dr. Stephen Henson 提交于
      now print out signatures instead of the standard hex dump.
      
      More complex signatures (e.g. PSS) can print out more meaningful information.
      
      Sample DSA version included that prints out the signature parameters r, s.
      
      [Note EVP_PKEY_ASN1_METHOD is an application opaque structure so adding
       new fields in the middle has no compatibility issues]
      fa1ba589
  27. 26 11月, 2009 1 次提交
  28. 06 9月, 2009 1 次提交
    • D
      PR: 1644 · f4274da1
      Dr. Stephen Henson 提交于
      Submitted by: steve@openssl.org
      
      Fix to make DHparams_dup() et al work in C++.
      
      For 1.0 fix the final argument to ASN1_dup() so it is void *. Replace some
      *_dup macros with functions.
      f4274da1
  29. 02 9月, 2009 1 次提交
    • D
      PR: 2013 · 17b5326b
      Dr. Stephen Henson 提交于
      Submitted by: steve@openssl.org
      
      Include a flag ASN1_STRING_FLAG_MSTRING when a multi string type is created.
      This makes it possible to tell if the underlying type is UTCTime,
      GeneralizedTime or Time when the structure is reused and X509_time_adj_ex()
      can handle each case in an appropriate manner.
      
      Add error checking to CRL generation in ca utility when nextUpdate is being
      set.
      17b5326b
  30. 07 8月, 2009 1 次提交
  31. 28 7月, 2009 1 次提交
  32. 06 4月, 2009 1 次提交
  33. 03 4月, 2009 1 次提交
  34. 25 3月, 2009 1 次提交
  35. 09 3月, 2009 1 次提交
    • D
      PR: 1854 · 33ab2e31
      Dr. Stephen Henson 提交于
      Submitted by: Oliver Martin <oliver@volatilevoid.net>
      Reviewed by: steve@openssl.org
      
      Support GeneralizedTime in ca utility.
      33ab2e31
  36. 28 1月, 2009 1 次提交