1. 07 3月, 1999 2 次提交
    • D
      Added support for adding extensions to CRLs, also fix a memory leak and · 1756d405
      Dr. Stephen Henson 提交于
      make 'req' check the config file syntax before it adds extensions. Added
      info in the documentation as well.
      1756d405
    • R
      Add a useful kludge to allow package maintainers to specify compiler and other · 116e3153
      Ralf S. Engelschall 提交于
      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
  2. 06 3月, 1999 7 次提交
  3. 05 3月, 1999 3 次提交
  4. 04 3月, 1999 3 次提交
  5. 03 3月, 1999 1 次提交
  6. 01 3月, 1999 1 次提交
  7. 28 2月, 1999 1 次提交
  8. 27 2月, 1999 1 次提交
  9. 26 2月, 1999 1 次提交
  10. 25 2月, 1999 7 次提交
  11. 24 2月, 1999 1 次提交
  12. 23 2月, 1999 2 次提交
  13. 22 2月, 1999 3 次提交
  14. 20 2月, 1999 1 次提交
  15. 19 2月, 1999 1 次提交
  16. 18 2月, 1999 2 次提交
  17. 16 2月, 1999 2 次提交
    • M
      Updates to the new SSL compression code · 413c4f45
      Mark J. Cox 提交于
           [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
    • D
      Fix various memory leaks in SSL, apps and DSA · a8236c8c
      Dr. Stephen Henson 提交于
      a8236c8c
  18. 15 2月, 1999 1 次提交