Skip to content
  1. Mar 05, 1999
  2. Mar 04, 1999
  3. Mar 03, 1999
  4. Feb 28, 1999
  5. Feb 27, 1999
  6. Feb 26, 1999
  7. Feb 25, 1999
  8. Feb 24, 1999
    • Ralf S. Engelschall's avatar
      Make `openssl x509 -noout -modulus' functional also for DSA certificates (in · 7be304ac
      Ralf S. Engelschall authored
      addition to RSA certificates) to match the behaviour of `openssl dsa -noout
      -modulus' as it's already the case for `openssl rsa -noout -modulus'.  For RSA
      the -modulus is the real "modulus" while for DSA currently the public key is
      printed (a decision which was already done by `openssl dsa -modulus' in the
      past) which serves a similar purpose.  Additionally the NO_RSA no longer
      completely removes the whole -modulus option; it now only avoids using the RSA
      stuff. Same applies to NO_DSA now, too.
      7be304ac
  9. Feb 23, 1999
  10. Feb 22, 1999
  11. Feb 21, 1999
  12. Feb 20, 1999
  13. Feb 19, 1999
  14. Feb 17, 1999
  15. Feb 16, 1999
    • Mark J. Cox's avatar
      Updates to the new SSL compression code · 413c4f45
      Mark J. Cox authored
           [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
      
      Fix so that the version number in the master secret, when passed
           via RSA, checks that if TLS was proposed, but we roll back to SSLv3
           (because the server will not accept higher), that the version number
           is 0x03,0x01, not 0x03,0x00
           [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
      
      Submitted by:
      Reviewed by:
      PR:
      413c4f45
  16. Feb 15, 1999
  17. Feb 14, 1999
  18. Feb 13, 1999
  19. Feb 11, 1999
  20. Feb 10, 1999
    • Ralf S. Engelschall's avatar
      Overhauled the Perl interface (perl/*): · 8073036d
      Ralf S. Engelschall authored
      - ported BN stuff to OpenSSL's different BN library
      
      - made the perl/ source tree CVS-aware
      
      - renamed the package from SSLeay to OpenSSL (the files still contain
        their history because I've copied them in the repository)
      
      - removed obsolete files (the test scripts will be replaced
        by better Test::Harness variants in the future)
      8073036d