Lines Matching refs:nss
54 #include <nss.h>
132 // order to continue working on systems without up-to-date versions of NSS we
213 // This matches our behavior on Mac OS X and that of NSS. It also matches the
252 // chain, as given by the server, from an NSS socket and performs the needed
830 // Initialize the NSS SSL library in a threadsafe way. This also
831 // initializes the NSS base library.
847 // Transport connected, now hook it up to nss
862 return ERR_OUT_OF_MEMORY; // TODO(port): map NSPR/NSS error code.
902 // This will fail if the specified cipher is not implemented by NSS, but
915 #error "You need to install NSS-3.12 or later to build chromium"
1010 // Tell NSS who we're connected to
1079 // NSS 3.12.x doesn't have version macros for TLS 1.1 and 1.2 (because NSS
1100 // SSL_HandshakeNegotiatedExtension was added in NSS 3.12.6.
1439 LOG(ERROR) << "handshake failed; NSS error code " << prerr
1579 // We used to remember the intermediate CA certs in the NSS database
1580 // persistently. However, NSS opens a connection to the SQLite database
1581 // during NSS initialization and doesn't close the connection until NSS
1584 // recover when the file system comes back. Until this NSS or SQLite bug
1585 // is fixed, we need to avoid using the NSS database for non-essential
1871 // NSS calls this if an incoming certificate needs to be verified.
1926 // Tell NSS to not verify the certificate.
1932 // NSS calls this if a client certificate is needed.
1961 // duplicate the existing handle, since NSS will free it when no
1971 // TODO(rsleevi): Error checking for NSS allocation errors.
2089 // Tell NSS to suspend the client authentication. We will then abort the
2108 // TODO(rsleevi): Error checking for NSS allocation errors.
2174 // Tell NSS to suspend the client authentication. We will then abort the
2185 // NSS calls this if a client certificate is needed.
2234 // an appropriate NSS function or add one if needbe.
2246 // Tell NSS to suspend the client authentication. We will then abort the
2253 // NSS calls this when handshake is completed.