1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 17 8月, 2016 1 次提交
  6. 04 8月, 2016 1 次提交
  7. 03 8月, 2016 1 次提交
  8. 08 7月, 2016 1 次提交
  9. 02 7月, 2016 1 次提交
    • R
      VMS: Add installation verification procedure · 3426de22
      Richard Levitte 提交于
      On VMS, it's customary to have a procedure to check that the software
      was installed correctly and can run as advertised.
      
      The procedure added here is fairly simple, it checks that all
      libraries are in place, that the header crypto.h is in place, and that
      the command 'openssl version -a' runs without trouble.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      3426de22