1. 12 1月, 2016 2 次提交
  2. 10 11月, 2015 1 次提交
  3. 14 5月, 2015 1 次提交
  4. 01 5月, 2015 2 次提交
  5. 22 1月, 2015 1 次提交
  6. 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
  7. 06 8月, 2013 1 次提交
  8. 12 11月, 2008 1 次提交
  9. 02 11月, 2008 1 次提交
  10. 06 4月, 2007 1 次提交
  11. 24 5月, 2006 1 次提交
  12. 15 5月, 2006 1 次提交
  13. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  14. 16 5月, 2005 1 次提交
    • N
      ecc api cleanup; summary: · 9dd84053
      Nils Larsch 提交于
      - hide the EC_KEY structure definition in ec_lcl.c + add
        some functions to use/access the EC_KEY fields
      - change the way how method specific data (ecdsa/ecdh) is
        attached to a EC_KEY
      - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with
        additional parameters for pre-computed values
      - rebuild libeay.num from 0.9.7
      9dd84053
  15. 21 4月, 2005 1 次提交
  16. 19 4月, 2005 1 次提交
  17. 31 3月, 2005 2 次提交
  18. 20 4月, 2004 1 次提交
  19. 28 11月, 2002 1 次提交
  20. 13 11月, 2002 1 次提交
  21. 07 8月, 2002 1 次提交
  22. 26 7月, 2002 1 次提交
  23. 23 4月, 2002 1 次提交
  24. 28 2月, 2002 1 次提交
  25. 21 2月, 2002 1 次提交
  26. 14 2月, 2002 1 次提交
  27. 20 2月, 2001 1 次提交
    • 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. 10 2月, 2001 1 次提交
  29. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  30. 15 11月, 1999 1 次提交
  31. 22 7月, 1999 1 次提交
  32. 11 6月, 1999 1 次提交
  33. 14 5月, 1999 1 次提交
  34. 04 5月, 1999 1 次提交
    • R
      Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO). · 20b85fdd
      Ralf S. Engelschall 提交于
      PS: Feel free to move the IMPLEMENT_STACK_OF(X509_INFO) from
          crypto/asn1/x_info.c to any other place where you think it fits better.
          X509_INFO is a structure slightly spreaded over ASN.1, X509 and PEM code,
          so I found no definitive location for IMPLEMENT_STACK_OF(X509_INFO).  In
          crypto/asn1/x_info.c it's at least now bundled with X509_INFO_new() and
          friends.
      20b85fdd
  35. 24 4月, 1999 1 次提交
  36. 20 4月, 1999 1 次提交
  37. 18 4月, 1999 1 次提交