1. 24 Jan, 2011 1 commit
    • Dr. Stephen Henson's avatar
      PR: 1612 · 2668c589
      Dr. Stephen Henson authored
      Submitted by: Robert Jackson <robert@rjsweb.net>
      Reviewed by: steve
      
      Fix EC_POINT_cmp function for case where b but not a is the point at infinity.
      2668c589
  2. 13 Jan, 2011 1 commit
  3. 10 Jan, 2011 2 commits
  4. 06 Jan, 2011 1 commit
    • Richard Levitte's avatar
      PR: 2407 · 2adf6327
      Richard Levitte authored
      Fix fault include.
      Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
      2adf6327
  5. 04 Jan, 2011 1 commit
  6. 03 Jan, 2011 7 commits
  7. 14 Dec, 2010 2 commits
  8. 11 Dec, 2010 1 commit
  9. 03 Dec, 2010 1 commit
  10. 02 Dec, 2010 7 commits
  11. 30 Nov, 2010 3 commits
  12. 29 Nov, 2010 3 commits
  13. 27 Nov, 2010 1 commit
  14. 25 Nov, 2010 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2240 · 1684846f
      Dr. Stephen Henson authored
      Submitted by: Jack Lloyd <lloyd@randombit.net>, "Mounir IDRASSI" <mounir.idrassi@idrix.net>, steve
      Reviewed by: steve
      
      As required by RFC4492 an absent supported points format by a server is
      not an error: it should be treated as equivalent to an extension only
      containing uncompressed.
      1684846f
  15. 24 Nov, 2010 2 commits
  16. 23 Nov, 2010 5 commits
  17. 22 Nov, 2010 1 commit
    • Richard Levitte's avatar
      * tests.com: Add the symbol openssl_conf, so the openssl application · 1cf7bbce
      Richard Levitte authored
        stops complaining about a missing configuration file.  Define the logical
        name PERL_ENV_TABLES with values to Perl considers the DCL symbol table
        as part of the environment (see 'man perlvms' for details), so cms-test.pl
        can get the value of EXE_DIR from tests.com, among others.
      * cms-test.pl: Make changes to have it work on VMS as well.  Upper or mixed
        case options need to be quoted and the openssl command needs a VMS-specific
        treatment.  It all should work properly on Unix, I hope it does on Windows
        as well...
      1cf7bbce