1. 05 Mar, 1999 2 commits
  2. 04 Mar, 1999 4 commits
  3. 03 Mar, 1999 1 commit
  4. 28 Feb, 1999 2 commits
  5. 27 Feb, 1999 1 commit
  6. 26 Feb, 1999 1 commit
  7. 25 Feb, 1999 6 commits
  8. 24 Feb, 1999 1 commit
    • 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. 23 Feb, 1999 2 commits
  10. 22 Feb, 1999 1 commit
  11. 21 Feb, 1999 3 commits
  12. 20 Feb, 1999 1 commit
  13. 19 Feb, 1999 1 commit
  14. 17 Feb, 1999 2 commits
  15. 16 Feb, 1999 1 commit
    • 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. 15 Feb, 1999 1 commit
  17. 14 Feb, 1999 3 commits
  18. 13 Feb, 1999 5 commits
  19. 11 Feb, 1999 1 commit
  20. 10 Feb, 1999 1 commit
    • 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