Commit 151457ab authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

Handle headings uniformly to allow automatic processing.

parent dde3e831
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@
      o SSL/TLS: allow more precise control of renegotiations and sessions.
      o SSL/TLS: add callback to retrieve SSL/TLS messages.

  Changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
  Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:

      o Various SSL/TLS library bugfixes.
      o Fix DH parameter generation for 'non-standard' generators.

  Changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c:
  Major changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c:

      o Various SSL/TLS library bugfixes.
      o BIGNUM library fixes.
@@ -57,7 +57,7 @@
        Broadcom and Cryptographic Appliance's keyserver
        [in 0.9.6c-engine release].

  Changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b:
  Major changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b:

      o Security fix: PRNG improvements.
      o Security fix: RSA OAEP check.