1. 05 Jan, 2001 1 commit
  2. 04 Jan, 2001 2 commits
    • Dr. Stephen Henson's avatar
      Fix typo in OCSP nonce extension. · a8312c0e
      Dr. Stephen Henson authored
      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
    • 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
  3. 31 Dec, 2000 13 commits
  4. 30 Dec, 2000 2 commits
  5. 29 Dec, 2000 5 commits
  6. 28 Dec, 2000 5 commits
  7. 27 Dec, 2000 3 commits
  8. 26 Dec, 2000 1 commit
  9. 25 Dec, 2000 1 commit
  10. 24 Dec, 2000 1 commit
  11. 21 Dec, 2000 2 commits
  12. 20 Dec, 2000 4 commits
    • Geoff Thorpe's avatar
      This adds support to 'tunala' for supplying DH parameters (without which it · 1cc0b0a6
      Geoff Thorpe authored
      will not support EDH cipher suites). The parameters can either be loaded
      from a file (via "-dh_file"), generated by the application on start-up
      ("-dh_special generate"), or be standard DH parameters (as used in
      s_server, etc).
      1cc0b0a6
    • Geoff Thorpe's avatar
      Some minor changes to the "tunala" demo. · beb23252
      Geoff Thorpe authored
      * Seal off some buffer functions so that only the higher-level IO functions
        are exposed.
      
      * Using the above change to buffer, add support to tunala for displaying
        traffic totals when a tunnel closes. Useful in debugging and analysis -
        you get to see the total encrypted traffic versus the total tunneled
        traffic. This shows not only how much expansion your data suffers from
        SSL (a lot if you send/receive a few bytes at a time), but also the
        overhead of SSL handshaking relative to the payload sent through the
        tunnel. This is controlled by the "-out_totals" switch to tunala.
      
      * Fix and tweak some bits in the README.
      
      Eg. sample output of "-out_totals" from a tunnel client when tunneling a brief
      "telnet" session.
      
      Tunnel closing, traffic stats follow
          SSL (network) traffic to/from server;     7305 bytes in,     3475 bytes out
          tunnelled data to/from server;            4295 bytes in,      186 bytes out
      beb23252
    • Ulf Möller's avatar
      branches have been merged. · 3ba25ee8
      Ulf Möller authored
      3ba25ee8
    • Ulf Möller's avatar
      Stop build when an error occurs. · 0be35f5c
      Ulf Möller authored
      "Peter 'Luna' Runestig" <peter+openssl-dev@runestig.com>
      0be35f5c