Skip to content
  1. Jan 04, 2001
    • Dr. Stephen Henson's avatar
      Update OCSP API. · bf0d176e
      Dr. Stephen Henson authored
      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
  2. Dec 31, 2000
    • Dr. Stephen Henson's avatar
      Fix the S/MIME code so it now works again and · ec5add87
      Dr. Stephen Henson authored
      uses the new ASN1 code.
      ec5add87
    • Dr. Stephen Henson's avatar
      · ecbe0781
      Dr. Stephen Henson authored
      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
    • Richard Levitte's avatar
      Document. · a6574c21
      Richard Levitte authored
      a6574c21
  3. Dec 30, 2000
  4. Dec 29, 2000
  5. Dec 28, 2000
  6. Dec 26, 2000
  7. Dec 25, 2000
  8. Dec 24, 2000
  9. Dec 20, 2000
    • Bodo Möller's avatar
      Split a CHANGES entry so that one of the halves matches the · 1456d186
      Bodo Möller authored
      corresponding new entry in the OpenSSL_0_9_6-stable branch.
      1456d186
    • Dr. Stephen Henson's avatar
      · 5755cab4
      Dr. Stephen Henson authored
      Fixes to OCSP print code.
      
      Don't try to print request certificates if signature is not present.
      
      Remove unnecessary test for certificates being NULL.
      
      Fix typos in printed output.
      
      Tidy up output.
      
      Fix for typo in OCSP_SERVICELOC ASN1 template.
      
      Also give a bit more info in CHANGES about the ASN1 revision.
      5755cab4
  10. Dec 19, 2000
  11. Dec 18, 2000
  12. Dec 16, 2000
  13. Dec 15, 2000
  14. Dec 14, 2000
  15. Dec 13, 2000
  16. Dec 08, 2000
    • Dr. Stephen Henson's avatar
      · 9d6b1ce6
      Dr. Stephen Henson authored
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  17. Dec 07, 2000
    • Bodo Möller's avatar
      Fix some things that look like bugs. · 8dea52fa
      Bodo Möller authored
      One problem that looked like a problem in bn_recp.c at first turned
      out to be a BN_mul bug.  An example is given in bn_recp.c; finding
      the bug responsible for this is left as an exercise.
      8dea52fa
    • Bodo Möller's avatar
      Sign-related fixes (and tests). · 80d89e6a
      Bodo Möller authored
      BN_mod_exp_mont does not work properly yet if modulus m
      is negative (we want computations to be carried out
      modulo |m|).
      80d89e6a
  18. Dec 06, 2000
  19. Dec 04, 2000
  20. Dec 02, 2000
  21. Dec 01, 2000