Skip to content
  1. Apr 08, 1999
  2. Apr 01, 1999
  3. Mar 31, 1999
  4. Mar 29, 1999
  5. Mar 28, 1999
  6. Mar 27, 1999
  7. Mar 25, 1999
  8. Mar 24, 1999
  9. Mar 22, 1999
  10. Mar 20, 1999
  11. Mar 14, 1999
  12. Mar 12, 1999
  13. Mar 11, 1999
  14. Mar 10, 1999
  15. Mar 09, 1999
  16. Mar 08, 1999
  17. Mar 07, 1999
  18. Mar 06, 1999
    • Dr. Stephen Henson's avatar
      Added support for adding extensions to CRLs, also fix a memory leak and · 1756d405
      Dr. Stephen Henson authored
      make 'req' check the config file syntax before it adds extensions. Added
      info in the documentation as well.
      1756d405
    • Ralf S. Engelschall's avatar
      Add a useful kludge to allow package maintainers to specify compiler and other · 116e3153
      Ralf S. Engelschall authored
      platforms details on the command line without having to patch the Configure
      script everytime: One now can use ``perl Configure <id>:<details>'', i.e.
      platform ids are allowed to have details appended to them (seperated by
      colons). This is treated as there would be a static pre-configured entry in
      Configure's %table under key <id> with value <details> and ``perl Configure
      <id>'' is called.  So, when you want to perform a quick test-compile under
      FreeBSD 3.1 with pgcc and without assembler stuff you can use ``perl Configure
      "FreeBSD-elf:pgcc:-O6:::"'' now, which overrides the FreeBSD-elf entry
      on-the-fly.
      
      (PS: Notice that the same effect _cannot_ be achieved by using
           ``make CC=pgcc ..'' etc, because you cannot override all
           things from there.)
      116e3153
    • Ben Laurie's avatar
      Disable new TLS1 ciphersuites. · bc348244
      Ben Laurie authored
      bc348244