1. 09 1月, 2001 1 次提交
  2. 08 1月, 2001 2 次提交
    • R
      Change RAND_poll for Unix to try a number of devices and only read · 0c61e299
      Richard Levitte 提交于
      them for a short period of time (actually, poll them with select(),
      then read() whatever is there), which is about 10ms (hard-coded value)
      each.
      
      Separate Windows and Unixly code, and start on a VMS variant that
      currently just returns 0.
      0c61e299
    • D
      · 0b33bc65
      Dr. Stephen Henson 提交于
      Add set of OCSP client functions. All experimental
      and subject to addition, modifcation or deletion.
      
      Add two OCSP nonce utility functions.
      
      Fix typo in status code name.
      0b33bc65
  3. 05 1月, 2001 1 次提交
  4. 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
  5. 01 1月, 2001 1 次提交
  6. 31 12月, 2000 2 次提交
    • 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
      Document. · a6574c21
      Richard Levitte 提交于
      a6574c21
  7. 30 12月, 2000 2 次提交
  8. 29 12月, 2000 3 次提交
    • R
      Enhancements to mkdef.pl: · 3f07fe09
      Richard Levitte 提交于
      * 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
    • D
      Add NO_ASN1_OLD to remove some old style functions: · 73e92de5
      Dr. Stephen Henson 提交于
      currently OpenSSL itself wont compile with this set
      because some old style stuff remains.
      
      Change old functions X509_sign(), X509_verify() etc
      to use new item based functions.
      
      Replace OCSP function declarations with DECLARE macros.
      73e92de5
    • D
      ASN1_ITEM versions of sign, verify, pack and unpack. · 09ab755c
      Dr. Stephen Henson 提交于
      The old function pointer versions will eventually go
      away.
      09ab755c
  9. 28 12月, 2000 1 次提交
  10. 26 12月, 2000 2 次提交
  11. 25 12月, 2000 1 次提交
  12. 20 12月, 2000 2 次提交
    • B
      Split a CHANGES entry so that one of the halves matches the · 1456d186
      Bodo Möller 提交于
      corresponding new entry in the OpenSSL_0_9_6-stable branch.
      1456d186
    • D
      · 5755cab4
      Dr. Stephen Henson 提交于
      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
  13. 19 12月, 2000 1 次提交
  14. 18 12月, 2000 2 次提交
  15. 16 12月, 2000 2 次提交
  16. 15 12月, 2000 4 次提交
  17. 14 12月, 2000 3 次提交
  18. 13 12月, 2000 1 次提交
    • D
      · 2aff7727
      Dr. Stephen Henson 提交于
      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
  19. 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
  20. 08 12月, 2000 1 次提交
    • B
      Fix some things that look like bugs. · 8dea52fa
      Bodo Möller 提交于
      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
  21. 07 12月, 2000 2 次提交
  22. 06 12月, 2000 1 次提交
  23. 05 12月, 2000 1 次提交
  24. 04 12月, 2000 1 次提交
  25. 02 12月, 2000 1 次提交