Skip to content
Snippets Groups Projects
  1. Sep 27, 2007
  2. Aug 01, 2007
  3. Jan 05, 2007
  4. Nov 11, 2006
  5. Apr 07, 2005
    • Daniel Stenberg's avatar
      GnuTLS support added. There's now a "generic" SSL layer that we use all over · 6e619393
      Daniel Stenberg authored
      internally, with code provided by sslgen.c. All SSL-layer-specific code is
      then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS).
      
      As far as possible, internals should not need to know what SSL layer that is
      in use. Building with GnuTLS currently makes two test cases fail.
      
      TODO.gnutls contains a few known outstanding issues for the GnuTLS support.
      
      GnuTLS support is enabled with configure --with-gnutls
      6e619393
  6. Mar 31, 2005
  7. Mar 16, 2005
    • Daniel Stenberg's avatar
      - Tru64 and some IRIX boxes seem to not like test 237 as it is. Their · 61133545
      Daniel Stenberg authored
        inet_addr() functions seems to use &255 on all numericals in a ipv4 dotted
        address which makes a different failure... Now I've modified the ipv4
        resolve code to use inet_pton() instead in an attempt to make these systems
        better detect this as a bad IP address rather than creating a toally bogus
        address that is then passed on and used.
      61133545
  8. Jan 07, 2004
  9. Oct 08, 2003
  10. Oct 07, 2003
    • Daniel Stenberg's avatar
      Neil Dunbar provided a patch that now makes libcurl check SSL · 6494889e
      Daniel Stenberg authored
        subjectAltNames when matching certs. This is apparently detailed in RFC2818
        as the right thing to do. I had to add configure checks for inet_pton() and
        our own (strictly speaking, code from BIND written by Paul Vixie) provided
        code for the function for platforms that miss it.
      6494889e
  11. Jan 16, 2003
  12. Sep 03, 2002
  13. Mar 19, 2002
  14. May 31, 2001
  15. May 30, 2001
  16. May 29, 2001
  17. Jan 05, 2001
  18. Jan 03, 2001
  19. Oct 17, 2000
  20. Jun 20, 2000
  21. May 22, 2000
  22. Dec 29, 1999
Loading