1. 22 1月, 2001 1 次提交
  2. 20 1月, 2001 1 次提交
  3. 19 1月, 2001 3 次提交
  4. 18 1月, 2001 1 次提交
  5. 17 1月, 2001 2 次提交
  6. 15 1月, 2001 1 次提交
  7. 14 1月, 2001 1 次提交
  8. 13 1月, 2001 1 次提交
    • D
      · 5782ceb2
      Dr. Stephen Henson 提交于
      New OCSP utility. This can generate, parse and print
      OCSP requests. It can also query reponders and parse or
      print out responses.
      
      Still needs some more work: OCSP response checks and
      of course documentation.
      5782ceb2
  9. 12 1月, 2001 1 次提交
  10. 11 1月, 2001 4 次提交
  11. 10 1月, 2001 6 次提交
  12. 09 1月, 2001 1 次提交
  13. 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
  14. 05 1月, 2001 1 次提交
  15. 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
  16. 01 1月, 2001 1 次提交
  17. 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
  18. 30 12月, 2000 2 次提交
  19. 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
  20. 28 12月, 2000 1 次提交
  21. 26 12月, 2000 2 次提交
  22. 25 12月, 2000 1 次提交
  23. 20 12月, 2000 1 次提交