Skip to content
  1. Mar 08, 1999
    • Ralf S. Engelschall's avatar
      Fix Win32 symbol export lists for BIO functions: Added BIO_get_ex_new_index, · c0e538e1
      Ralf S. Engelschall authored
      BIO_get_ex_num, BIO_get_ex_data and BIO_set_ex_data to ms/libeay{16,32}.def.
      I'm not a Win32 hacker, but I think I've done it correctly.
      
      Steve or Ben: can you confirm that it's correct?
                    I don't want to break any Win32 stuff.
      c0e538e1
    • Ralf S. Engelschall's avatar
      Second round of fixing the OpenSSL perl/ stuff. It now at least compiled fine · 84107e6c
      Ralf S. Engelschall authored
      under Unix and passes some trivial tests I've now added. But the whole stuff
      is horribly incomplete, so a README.1ST with a disclaimer was added to make
      sure no one expects that this stuff really works in the OpenSSL 0.9.2 release.
      Additionally I've started to clean the XS sources up and fixed a few little
      bugs and inconsistencies in OpenSSL.{pm,xs} and openssl_bio.xs.
      
      PS: I'm still not convinces whether we should try to make this
          finally running or kick it out and replace it with some
          other module....
      84107e6c
  2. Mar 07, 1999
  3. Mar 06, 1999
  4. Mar 05, 1999
  5. Mar 04, 1999
  6. Mar 03, 1999
  7. Feb 28, 1999
  8. Feb 27, 1999
  9. Feb 26, 1999
  10. Feb 25, 1999
  11. 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
  12. Feb 23, 1999
  13. Feb 22, 1999
  14. Feb 21, 1999
  15. Feb 20, 1999