1. 20 2月, 2001 2 次提交
    • R
      Use the new-style system-identity macros. · 74cd365b
      Richard Levitte 提交于
      74cd365b
    • 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
  2. 19 2月, 2001 5 次提交
  3. 16 2月, 2001 1 次提交
  4. 14 2月, 2001 2 次提交
  5. 13 2月, 2001 2 次提交
  6. 12 2月, 2001 1 次提交
  7. 10 2月, 2001 4 次提交
  8. 09 2月, 2001 3 次提交
  9. 08 2月, 2001 8 次提交
  10. 06 2月, 2001 4 次提交
  11. 05 2月, 2001 6 次提交
  12. 04 2月, 2001 2 次提交
    • D
      · 2b916952
      Dr. Stephen Henson 提交于
      Fix ASN1_TIME_to_generlizedtime().
      
      Add protoype for OCSP_response_create().
      
      Add OCSP_request_sign() and OCSP_basic_sign()
      private key and certificate checks and make
      OCSP_NOCERTS consistent with PKCS7_NOCERTS
      2b916952
    • D
      · 02e4fbed
      Dr. Stephen Henson 提交于
      Various OCSP responder utility functions.
      
      Delete obsolete OCSP functions.
      
      Largely untested at present...
      02e4fbed