1. 14 2月, 2002 1 次提交
  2. 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
  3. 10 2月, 2001 1 次提交
  4. 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
  5. 15 11月, 1999 1 次提交
  6. 22 7月, 1999 1 次提交
  7. 11 6月, 1999 1 次提交
  8. 14 5月, 1999 1 次提交
  9. 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
  10. 24 4月, 1999 1 次提交
  11. 20 4月, 1999 1 次提交
  12. 18 4月, 1999 1 次提交
  13. 21 12月, 1998 2 次提交