ER3(SSL_ERROR_TOKEN_SLOT_NOT_FOUND , (SSL_ERROR_BASE + 84),
00314 "No PKCS#11 token could be found to do a required operation.")
00315
00316 ER3(SSL_ERROR_NO_COMPRESSION_OVERLAP , (SSL_ERROR_BASE + 85),
00317 "Cannot communicate securely with peer: no common compression algorithm(s).")
00318
00319 ER3(SSL_ERROR_HANDSHAKE_NOT_COMPLETED , (SSL_ERROR_BASE + 86),
00320 "Cannot initiate another SSL handshake until current handshake is complete.")
00321
00322 ER3(SSL_ERROR_BAD_HANDSHAKE_HASH_VALUE , (SSL_ERROR_BASE + 87),
00323 "Received incorrect handshakes hash values from peer.")
00324
00325 ER3(SSL_ERROR_CERT_KEA_MISMATCH , (SSL_ERROR_BASE + 88),
00326 "The certificate provided cannot be used with the selected key exchange algorithm.")
00327
00328 ER3(SSL_ERROR_NO_TRUSTED_SSL_CLIENT_CA , (SSL_ERROR_BASE + 89),
00329 "No certificate authority is trusted for SSL client authentication.")
00330
00331 ER3(SSL_ERROR_SESSION_NOT_FOUND , (SSL_ERROR_BASE + 90),
00332 "Client's SSL session ID not found in server's session cache.")
00333
00334 ER3(SSL_ERROR_DECRYPTION_FAILED_ALERT , (SSL_ERROR_BASE + 91),
00335 "Peer was unable to decrypt an SSL record it received.")
00336
00337 ER3(SSL_ERROR_RECORD_OVERFLOW_ALERT , (SSL_ERROR_BASE + 92),
00338 "Peer received an SSL record that was longer than is permitted.")
00339
00340 ER3(SSL_ERROR_UNKNOWN_CA_ALERT , (SSL_ERROR_BASE + 93),
00341 "Peer does not recognize and trust the CA that issued your certificate.")
00342
00343 ER3(SSL_ERROR_ACCESS_DENIED_ALERT , (SSL_ERROR_BASE + 94),
00344 "Peer received a valid certificate, but access was denied.")
00345
00346 ER3(SSL_ERROR_DECODE_ERROR_ALERT , (SSL_ERROR_BASE + 95),
00347 "Peer could not decode an SSL handshake message.")
00348
00349 ER3(SSL_ERROR_DECRYPT_ERROR_ALERT , (SSL_ERROR_BASE + 96),
00350 "Peer reports failure of signature verification or key exchange.")
00351
00352 ER3(SSL_ERROR_EXPORT_RESTRICTION_ALERT , (SSL_ERROR_BASE + 97),
00353 "Peer reports negotiation not in compliance with export regulations.")
00354
00355 ER3(SSL_ERROR_PROTOCOL_VERSION_ALERT , (SSL_ERROR_BASE + 98),
00356 "Peer reports incompatible or unsupported protocol version.")
00357
00358 ER3(SSL_ERROR_INSUFFICIENT_SECURITY_ALERT , (SSL_ERROR_BASE + 99),
00359 "Server requires ciphers more secure than those supported by client.")
00360
00361 ER3(SSL_ERROR_INTERNAL_ERROR_ALERT , (SSL_ERROR_BASE + 100),
00362 "Peer reports it experienced an internal error.")
00363
00364 ER3(SSL_ERROR_USER_CANCELED_ALERT , (SSL_ERROR_BASE + 101),
00365 "Peer user canceled handshake.")
00366
00367 ER3(SSL_ERROR_NO_RENEGOTIATION_ALERT , (SSL_ERROR_BASE + 102),
00368 "Peer does not permit renegotiation of SSL security parameters.")
00369
00370 ER3(SSL_ERROR_SERVER_CACHE_NOT_CONFIGURED , (SSL_ERROR_BASE + 103),
00371 "SSL server cache not configured and not disabled for this socket.")