]> git.ipfire.org Git - thirdparty/cups.git/commit
Final bits of STR #1313 - fixes for CDSA.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sun, 9 Oct 2005 21:15:06 +0000 (21:15 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sun, 9 Oct 2005 21:15:06 +0000 (21:15 +0000)
commitfe3f3c8c00fc7c0b1bbc1cb9e58485b35da4c649
tree47dd55cde4c62387446787983f2a0725d0aaf3f6
parent4914bf03bf57ebcedf9f7c3454f4aa194e3a8789
Final bits of STR #1313 - fixes for CDSA.

cups/http.c:
    - Rename http_read_cdsa() and http_write_cdsa() to
      _httpReadCDSA() and _httpWriteCDSA() so they are accessible
      by the scheduler.

cups/http-private.h:
    - Add prototypes for _httpReadCDSA() and _httpWriteCDSA().

scheduler/client.c:
    - Add get_cdsa_server_certs().
    - Remove CDSAReadFunc() and CDSAWriteFunc().
    - cupsdCloseClient(): Ignore SSLClose() return value.
    - cupsdEncryptClient(): Use _httpReadCDSA() and
      _httpWriteCDSA(), initialize ServerCertificatesArray as
      needed.

scheduler/conf.c:
    - Remove CDSAGetServerCerts().

scheduler/server.c:
    - cupsdStartServer(): Remove CDSA certificate load.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@4764 7a7537e8-13f0-0310-91df-b6672ffda945
cups/Makefile
cups/http-private.h
cups/http.c
scheduler/client.c
scheduler/conf.c
scheduler/server.c