1. 23 2月, 2001 1 次提交
  2. 22 2月, 2001 4 次提交
  3. 20 2月, 2001 6 次提交
  4. 16 2月, 2001 1 次提交
  5. 10 2月, 2001 2 次提交
    • D
      · ccb08f98
      Dr. Stephen Henson 提交于
      Fix CRL printing to correctly show when there are no revoked certificates.
      
      Make ca.c correctly initialize the revocation date.
      
      Make ASN1_UTCTIME_set_string() and ASN1_GENERALIZEDTIME_set_string() set the
      string type: so they can initialize ASN1_TIME structures properly.
      ccb08f98
    • D
      Various Win32 related fixed. Make no-krb5 work in mkdef.pl . · c063f2c5
      Dr. Stephen Henson 提交于
      Fix warning in apps/engine.c
      
      Remove definitions of deleted functions.
      
      Add missing definition of X509_VAL.
      c063f2c5
  6. 05 2月, 2001 3 次提交
  7. 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
  8. 02 2月, 2001 1 次提交
  9. 25 1月, 2001 1 次提交
  10. 19 1月, 2001 1 次提交
  11. 12 1月, 2001 1 次提交
    • D
      Fix typo in OCSP ASN1 module, this caused · adf87b2d
      Dr. Stephen Henson 提交于
      invalid format in OCSP request signatures.
      
      Add spaces to OCSP HTTP header.
      
      Change X509_NAME_set() there's no reason
      why it should return an error if the
      destination points to NULL... though it
      should if the destination is NULL.
      adf87b2d
  12. 05 1月, 2001 1 次提交
    • D
      Fix typo in OCSP nonce extension. · a8312c0e
      Dr. Stephen Henson 提交于
      Set correct type in ASN1_STRING for
      INTEGER and ENUMERATED types.
      
      Make ASN1_INTEGER_get() and ASN1_ENUMERATED_get()
      return -1 for invalid type rather than 0 (which is
      often valid). -1 may also be valid but this is less
      likely.
      
      Load OCSP error strings in ERR_load_crypto_strings().
      a8312c0e
  13. 04 1月, 2001 1 次提交
    • D
      Update OCSP API. · bf0d176e
      Dr. Stephen Henson 提交于
      Remove extensions argument from various functions
      because it is not needed with the new extension
      code.
      
      New function OCSP_cert_to_id() to convert a pair
      of certificates into an OCSP_CERTID.
      
      New simple OCSP HTTP function. This is rather primitive
      but just about adequate to send OCSP requests and
      parse the response.
      
      Fix typo in CRL distribution points extension.
      
      Fix ASN1 code so it adds a final null to constructed
      strings.
      bf0d176e
  14. 31 12月, 2000 3 次提交
    • R
      Since asn1.h gets included recursively from many places, the easiest · e102a3dc
      Richard Levitte 提交于
      is to have asn1.h include e_os.h and e_os2.h.  Of course, this makes
      the unofficial "non-export" status of e_os.h a bit delicate...
      e102a3dc
    • D
      · ecbe0781
      Dr. Stephen Henson 提交于
      Rewrite PKCS#12 code and remove some of the old
      horrible macros.
      
      Fix two evil ASN1 bugs. Attempt to use 'ctx' when
      NULL if input is indefinite length constructed
      in asn1_check_tlen() and invalid pointer to ASN1_TYPE
      when reusing existing structure (this took *ages* to
      find because the new PKCS#12 code triggered it).
      ecbe0781
    • R
      If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcrypto · 26da3e65
      Richard Levitte 提交于
      objects) or OPENSSL_BUILD_SHLIBSSL (for files that end up as libssl
      objects) is defined, redefine OPENSSL_EXTERN to be OPENSSL_EXPORT.
      This is actually only important on Win32, and can safely be ignored in
      all other cases, at least for now.
      26da3e65
  15. 30 12月, 2000 1 次提交
  16. 29 12月, 2000 3 次提交
  17. 21 12月, 2000 1 次提交
    • D
      Various Win32 related fixes. Doesn't compile yet on · 3c07b4c2
      Dr. Stephen Henson 提交于
      Win32 but it is getting there...
      
      Update mkdef.pl to handle ASN1_ANY and fix headers.
      
      Stop various VC++ warnings.
      
      Include some fixes from "Peter 'Luna' Runestig"
      <peter@runestig.com>
      
      Remove external declaration for des_set_weak_key_flag:
      it doesn't exist.
      3c07b4c2
  18. 15 12月, 2000 1 次提交
  19. 14 12月, 2000 3 次提交
  20. 09 12月, 2000 1 次提交
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  21. 19 11月, 2000 1 次提交
  22. 13 11月, 2000 1 次提交