1. 31 Dec, 2000 1 commit
  2. 30 Dec, 2000 1 commit
  3. 29 Dec, 2000 2 commits
    • Dr. Stephen Henson's avatar
      Replace the old ASN1_dup() with ASN1_item_dup() and · 78d3b819
      Dr. Stephen Henson authored
      zap some evil function pointers casts along the way...
      78d3b819
    • Richard Levitte's avatar
      Enhancements to mkdef.pl: · 3f07fe09
      Richard Levitte authored
      * detect "unknown" algorithms (any C macro starting with NO_ that is
        not explicitely mentioned in mkdef.pl as a known algorithm) and
        report.
      * add a number of algorithms that can be deselected.
      * look in ssl/kssl.h as well.
      * accept multiple whitespace (not just one SPC) in preprocessor lines.
      3f07fe09
  4. 28 Dec, 2000 3 commits
  5. 26 Dec, 2000 1 commit
  6. 25 Dec, 2000 1 commit
  7. 24 Dec, 2000 1 commit
  8. 20 Dec, 2000 2 commits
    • 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
  9. 19 Dec, 2000 1 commit
  10. 18 Dec, 2000 2 commits
  11. 16 Dec, 2000 1 commit
  12. 15 Dec, 2000 2 commits
  13. 14 Dec, 2000 4 commits
  14. 13 Dec, 2000 3 commits
    • Dr. Stephen Henson's avatar
      Change the PKCS7 structure to use SEQUENCE OF for the · 06db4253
      Dr. Stephen Henson authored
      authenticated attributes: this is used to retain the
      original encoding and not break signatures.
      
      Support for a SET OF which reorders the STACK when
      encoding a structure. This will be used with the
      PKCS7 code.
      06db4253
    • Dr. Stephen Henson's avatar
      36f554d4
    • Dr. Stephen Henson's avatar
      · 2aff7727
      Dr. Stephen Henson authored
      Rewrite the extension code to use an ASN1_ITEM structure
      for its ASN1 operations as well as the old style function
      pointers (i2d, d2i, new, free). Change standard extensions
      to support this.
      
      Fix a warning in BN_mul(), bn_mul.c about uninitialised 'j'.
      2aff7727
  15. 08 Dec, 2000 1 commit
    • 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
  16. 07 Dec, 2000 2 commits
    • 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
  17. 06 Dec, 2000 2 commits
  18. 04 Dec, 2000 2 commits
  19. 02 Dec, 2000 1 commit
  20. 01 Dec, 2000 4 commits
  21. 30 Nov, 2000 3 commits