SSL_AlertUnexpectedMsg = 10,
SSL_AlertBadRecordMac = 20,
SSL_AlertDecryptionFail = 21, /* TLS */
- SSL_AlertRecordOverflow = 22, /* TLS */
+ SSL_AlertRecordOverflow = 22, /* TLS */
SSL_AlertDecompressFail = 30,
SSL_AlertHandshakeFail = 40,
SSL_AlertNoCert = 41,
- SSL_AlertBadCert = 42, /* SSLv3 only */
+ SSL_AlertBadCert = 42, /* SSLv3 only */
SSL_AlertUnsupportedCert = 43,
SSL_AlertCertRevoked = 44,
SSL_AlertCertExpired = 45,
AlertLevel level,
AlertDescription desc,
SSLContext *ctx);
-OSStatus SSLEncodeAlert(
- SSLRecord &rec,
- AlertLevel level,
- AlertDescription desc,
- SSLContext *ctx);
OSStatus SSLFatalSessionAlert(
AlertDescription desc,
SSLContext *ctx);