Home | History | Annotate | Download | only in ssl

Lines Matching refs:ERR_REASON

69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_SSL,0,reason)
298 {ERR_REASON(SSL_R_APP_DATA_IN_HANDSHAKE) ,"app data in handshake"},
299 {ERR_REASON(SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT),"attempt to reuse session in different context"},
300 {ERR_REASON(SSL_R_BAD_ALERT_RECORD) ,"bad alert record"},
301 {ERR_REASON(SSL_R_BAD_AUTHENTICATION_TYPE),"bad authentication type"},
302 {ERR_REASON(SSL_R_BAD_CHANGE_CIPHER_SPEC),"bad change cipher spec"},
303 {ERR_REASON(SSL_R_BAD_CHECKSUM) ,"bad checksum"},
304 {ERR_REASON(SSL_R_BAD_DATA_RETURNED_BY_CALLBACK),"bad data returned by callback"},
305 {ERR_REASON(SSL_R_BAD_DECOMPRESSION) ,"bad decompression"},
306 {ERR_REASON(SSL_R_BAD_DH_G_LENGTH) ,"bad dh g length"},
307 {ERR_REASON(SSL_R_BAD_DH_PUB_KEY_LENGTH) ,"bad dh pub key length"},
308 {ERR_REASON(SSL_R_BAD_DH_P_LENGTH) ,"bad dh p length"},
309 {ERR_REASON(SSL_R_BAD_DIGEST_LENGTH) ,"bad digest length"},
310 {ERR_REASON(SSL_R_BAD_DSA_SIGNATURE) ,"bad dsa signature"},
311 {ERR_REASON(SSL_R_BAD_ECC_CERT) ,"bad ecc cert"},
312 {ERR_REASON(SSL_R_BAD_ECDSA_SIGNATURE) ,"bad ecdsa signature"},
313 {ERR_REASON(SSL_R_BAD_ECPOINT) ,"bad ecpoint"},
314 {ERR_REASON(SSL_R_BAD_HANDSHAKE_LENGTH) ,"bad handshake length"},
315 {ERR_REASON(SSL_R_BAD_HELLO_REQUEST) ,"bad hello request"},
316 {ERR_REASON(SSL_R_BAD_LENGTH) ,"bad length"},
317 {ERR_REASON(SSL_R_BAD_MAC_DECODE) ,"bad mac decode"},
318 {ERR_REASON(SSL_R_BAD_MAC_LENGTH) ,"bad mac length"},
319 {ERR_REASON(SSL_R_BAD_MESSAGE_TYPE) ,"bad message type"},
320 {ERR_REASON(SSL_R_BAD_PACKET_LENGTH) ,"bad packet length"},
321 {ERR_REASON(SSL_R_BAD_PROTOCOL_VERSION_NUMBER),"bad protocol version number"},
322 {ERR_REASON(SSL_R_BAD_PSK_IDENTITY_HINT_LENGTH),"bad psk identity hint length"},
323 {ERR_REASON(SSL_R_BAD_RESPONSE_ARGUMENT) ,"bad response argument"},
324 {ERR_REASON(SSL_R_BAD_RSA_DECRYPT) ,"bad rsa decrypt"},
325 {ERR_REASON(SSL_R_BAD_RSA_ENCRYPT) ,"bad rsa encrypt"},
326 {ERR_REASON(SSL_R_BAD_RSA_E_LENGTH) ,"bad rsa e length"},
327 {ERR_REASON(SSL_R_BAD_RSA_MODULUS_LENGTH),"bad rsa modulus length"},
328 {ERR_REASON(SSL_R_BAD_RSA_SIGNATURE) ,"bad rsa signature"},
329 {ERR_REASON(SSL_R_BAD_SIGNATURE) ,"bad signature"},
330 {ERR_REASON(SSL_R_BAD_SRP_A_LENGTH) ,"bad srp a length"},
331 {ERR_REASON(SSL_R_BAD_SRP_B_LENGTH) ,"bad srp b length"},
332 {ERR_REASON(SSL_R_BAD_SRP_G_LENGTH) ,"bad srp g length"},
333 {ERR_REASON(SSL_R_BAD_SRP_N_LENGTH) ,"bad srp n length"},
334 {ERR_REASON(SSL_R_BAD_SRP_S_LENGTH) ,"bad srp s length"},
335 {ERR_REASON(SSL_R_BAD_SRTP_MKI_VALUE) ,"bad srtp mki value"},
336 {ERR_REASON(SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST),"bad srtp protection profile list"},
337 {ERR_REASON(SSL_R_BAD_SSL_FILETYPE) ,"bad ssl filetype"},
338 {ERR_REASON(SSL_R_BAD_SSL_SESSION_ID_LENGTH),"bad ssl session id length"},
339 {ERR_REASON(SSL_R_BAD_STATE) ,"bad state"},
340 {ERR_REASON(SSL_R_BAD_WRITE_RETRY) ,"bad write retry"},
341 {ERR_REASON(SSL_R_BIO_NOT_SET) ,"bio not set"},
342 {ERR_REASON(SSL_R_BLOCK_CIPHER_PAD_IS_WRONG),"block cipher pad is wrong"},
343 {ERR_REASON(SSL_R_BN_LIB) ,"bn lib"},
344 {ERR_REASON(SSL_R_CANNOT_SERIALIZE_PUBLIC_KEY),"cannot serialize public key"},
345 {ERR_REASON(SSL_R_CA_DN_LENGTH_MISMATCH) ,"ca dn length mismatch"},
346 {ERR_REASON(SSL_R_CA_DN_TOO_LONG) ,"ca dn too long"},
347 {ERR_REASON(SSL_R_CCS_RECEIVED_EARLY) ,"ccs received early"},
348 {ERR_REASON(SSL_R_CERTIFICATE_VERIFY_FAILED),"certificate verify failed"},
349 {ERR_REASON(SSL_R_CERT_LENGTH_MISMATCH) ,"cert length mismatch"},
350 {ERR_REASON(SSL_R_CHALLENGE_IS_DIFFERENT),"challenge is different"},
351 {ERR_REASON(SSL_R_CHANNEL_ID_NOT_P256) ,"channel id not p256"},
352 {ERR_REASON(SSL_R_CHANNEL_ID_SIGNATURE_INVALID),"Channel ID signature invalid"},
353 {ERR_REASON(SSL_R_CIPHER_CODE_WRONG_LENGTH),"cipher code wrong length"},
354 {ERR_REASON(SSL_R_CIPHER_OR_HASH_UNAVAILABLE),"cipher or hash unavailable"},
355 {ERR_REASON(SSL_R_CIPHER_TABLE_SRC_ERROR),"cipher table src error"},
356 {ERR_REASON(SSL_R_CLIENTHELLO_TLSEXT) ,"clienthello tlsext"},
357 {ERR_REASON(SSL_R_COMPRESSED_LENGTH_TOO_LONG),"compressed length too long"},
358 {ERR_REASON(SSL_R_COMPRESSION_DISABLED) ,"compression disabled"},
359 {ERR_REASON(SSL_R_COMPRESSION_FAILURE) ,"compression failure"},
360 {ERR_REASON(SSL_R_COMPRESSION_ID_NOT_WITHIN_PRIVATE_RANGE),"compression id not within private range"},
361 {ERR_REASON(SSL_R_COMPRESSION_LIBRARY_ERROR),"compression library error"},
362 {ERR_REASON(SSL_R_CONNECTION_ID_IS_DIFFERENT),"connection id is different"},
363 {ERR_REASON(SSL_R_CONNECTION_TYPE_NOT_SET),"connection type not set"},
364 {ERR_REASON(SSL_R_COOKIE_MISMATCH) ,"cookie mismatch"},
365 {ERR_REASON(SSL_R_D2I_ECDSA_SIG) ,"d2i ecdsa sig"},
366 {ERR_REASON(SSL_R_DATA_BETWEEN_CCS_AND_FINISHED),"data between ccs and finished"},
367 {ERR_REASON(SSL_R_DATA_LENGTH_TOO_LONG) ,"data length too long"},
368 {ERR_REASON(SSL_R_DECRYPTION_FAILED) ,"decryption failed"},
369 {ERR_REASON(SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC),"decryption failed or bad record mac"},
370 {ERR_REASON(SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG),"dh public value length is wrong"},
371 {ERR_REASON(SSL_R_DIGEST_CHECK_FAILED) ,"digest check failed"},
372 {ERR_REASON(SSL_R_DTLS_MESSAGE_TOO_BIG) ,"dtls message too big"},
373 {ERR_REASON(SSL_R_DUPLICATE_COMPRESSION_ID),"duplicate compression id"},
374 {ERR_REASON(SSL_R_ECC_CERT_NOT_FOR_KEY_AGREEMENT),"ecc cert not for key agreement"},
375 {ERR_REASON(SSL_R_ECC_CERT_NOT_FOR_SIGNING),"ecc cert not for signing"},
376 {ERR_REASON(SSL_R_ECC_CERT_SHOULD_HAVE_RSA_SIGNATURE),"ecc cert should have rsa signature"},
377 {ERR_REASON(SSL_R_ECC_CERT_SHOULD_HAVE_SHA1_SIGNATURE),"ecc cert should have sha1 signature"},
378 {ERR_REASON(SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER),"ecgroup too large for cipher"},
379 {ERR_REASON(SSL_R_EMPTY_SRTP_PROTECTION_PROFILE_LIST),"empty srtp protection profile list"},
380 {ERR_REASON(SSL_R_ENCRYPTED_LENGTH_TOO_LONG),"encrypted length too long"},
381 {ERR_REASON(SSL_R_ERROR_GENERATING_TMP_RSA_KEY),"error generating tmp rsa key"},
382 {ERR_REASON(SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST),"error in received cipher list"},
383 {ERR_REASON(SSL_R_EVP_DIGESTSIGNFINAL_FAILED),"evp digestsignfinal failed"},
384 {ERR_REASON(SSL_R_EVP_DIGESTSIGNINIT_FAILED),"evp digestsigninit failed"},
385 {ERR_REASON(SSL_R_EXCESSIVE_MESSAGE_SIZE),"excessive message size"},
386 {ERR_REASON(SSL_R_EXTRA_DATA_IN_MESSAGE) ,"extra data in message"},
387 {ERR_REASON(SSL_R_GOT_A_FIN_BEFORE_A_CCS),"got a fin before a ccs"},
388 {ERR_REASON(SSL_R_GOT_CHANNEL_ID_BEFORE_A_CCS),"got Channel ID before a ccs"},
389 {ERR_REASON(SSL_R_GOT_NEXT_PROTO_BEFORE_A_CCS),"got next proto before a ccs"},
390 {ERR_REASON(SSL_R_GOT_NEXT_PROTO_WITHOUT_EXTENSION),"got next proto without seeing extension"},
391 {ERR_REASON(SSL_R_HTTPS_PROXY_REQUEST) ,"https proxy request"},
392 {ERR_REASON(SSL_R_HTTP_REQUEST) ,"http request"},
393 {ERR_REASON(SSL_R_ILLEGAL_PADDING) ,"illegal padding"},
394 {ERR_REASON(SSL_R_INAPPROPRIATE_FALLBACK),"inappropriate fallback"},
395 {ERR_REASON(SSL_R_INCONSISTENT_COMPRESSION),"inconsistent compression"},
396 {ERR_REASON(SSL_R_INVALID_CHALLENGE_LENGTH),"invalid challenge length"},
397 {ERR_REASON(SSL_R_INVALID_COMMAND) ,"invalid command"},
398 {ERR_REASON(SSL_R_INVALID_COMPRESSION_ALGORITHM),"invalid compression algorithm"},
399 {ERR_REASON(SSL_R_INVALID_MESSAGE) ,"invalid message"},
400 {ERR_REASON(SSL_R_INVALID_PURPOSE) ,"invalid purpose"},
401 {ERR_REASON(SSL_R_INVALID_SRP_USERNAME) ,"invalid srp username"},
402 {ERR_REASON(SSL_R_INVALID_STATUS_RESPONSE),"invalid status response"},
403 {ERR_REASON(SSL_R_INVALID_TICKET_KEYS_LENGTH),"invalid ticket keys length"},
404 {ERR_REASON(SSL_R_INVALID_TRUST) ,"invalid trust"},
405 {ERR_REASON(SSL_R_KEY_ARG_TOO_LONG) ,"key arg too long"},
406 {ERR_REASON(SSL_R_KRB5) ,"krb5"},
407 {ERR_REASON(SSL_R_KRB5_C_CC_PRINC) ,"krb5 client cc principal (no tkt?)"},
408 {ERR_REASON(SSL_R_KRB5_C_GET_CRED) ,"krb5 client get cred"},
409 {ERR_REASON(SSL_R_KRB5_C_INIT) ,"krb5 client init"},
410 {ERR_REASON(SSL_R_KRB5_C_MK_REQ) ,"krb5 client mk_req (expired tkt?)"},
411 {ERR_REASON(SSL_R_KRB5_S_BAD_TICKET) ,"krb5 server bad ticket"},
412 {ERR_REASON(SSL_R_KRB5_S_INIT) ,"krb5 server init"},
413 {ERR_REASON(SSL_R_KRB5_S_RD_REQ) ,"krb5 server rd_req (keytab perms?)"},
414 {ERR_REASON(SSL_R_KRB5_S_TKT_EXPIRED) ,"krb5 server tkt expired"},
415 {ERR_REASON(SSL_R_KRB5_S_TKT_NYV) ,"krb5 server tkt not yet valid"},
416 {ERR_REASON(SSL_R_KRB5_S_TKT_SKEW) ,"krb5 server tkt skew"},
417 {ERR_REASON(SSL_R_LENGTH_MISMATCH) ,"length mismatch"},
418 {ERR_REASON(SSL_R_LENGTH_TOO_SHORT) ,"length too short"},
419 {ERR_REASON(SSL_R_LIBRARY_BUG) ,"library bug"},
420 {ERR_REASON(SSL_R_LIBRARY_HAS_NO_CIPHERS),"library has no ciphers"},
421 {ERR_REASON(SSL_R_MESSAGE_TOO_LONG) ,"message too long"},
422 {ERR_REASON(SSL_R_MISSING_DH_DSA_CERT) ,"missing dh dsa cert"},
423 {ERR_REASON(SSL_R_MISSING_DH_KEY) ,"missing dh key"},
424 {ERR_REASON(SSL_R_MISSING_DH_RSA_CERT) ,"missing dh rsa cert"},
425 {ERR_REASON(SSL_R_MISSING_DSA_SIGNING_CERT),"missing dsa signing cert"},
426 {ERR_REASON(SSL_R_MISSING_EXPORT_TMP_DH_KEY),"missing export tmp dh key"},
427 {ERR_REASON(SSL_R_MISSING_EXPORT_TMP_RSA_KEY),"missing export tmp rsa key"},
428 {ERR_REASON(SSL_R_MISSING_RSA_CERTIFICATE),"missing rsa certificate"},
429 {ERR_REASON(SSL_R_MISSING_RSA_ENCRYPTING_CERT),"missing rsa encrypting cert"},
430 {ERR_REASON(SSL_R_MISSING_RSA_SIGNING_CERT),"missing rsa signing cert"},
431 {ERR_REASON(SSL_R_MISSING_SRP_PARAM) ,"can't find SRP server param"},
432 {ERR_REASON(SSL_R_MISSING_TMP_DH_KEY) ,"missing tmp dh key"},
433 {ERR_REASON(SSL_R_MISSING_TMP_ECDH_KEY) ,"missing tmp ecdh key"},
434 {ERR_REASON(SSL_R_MISSING_TMP_RSA_KEY) ,"missing tmp rsa key"},
435 {ERR_REASON(SSL_R_MISSING_TMP_RSA_PKEY) ,"missing tmp rsa pkey"},
436 {ERR_REASON(SSL_R_MISSING_VERIFY_MESSAGE),"missing verify message"},
437 {ERR_REASON(SSL_R_MULTIPLE_SGC_RESTARTS) ,"multiple sgc restarts"},
438 {ERR_REASON(SSL_R_NON_SSLV2_INITIAL_PACKET),"non sslv2 initial packet"},
439 {ERR_REASON(SSL_R_NO_CERTIFICATES_RETURNED),"no certificates returned"},
440 {ERR_REASON(SSL_R_NO_CERTIFICATE_ASSIGNED),"no certificate assigned"},
441 {ERR_REASON(SSL_R_NO_CERTIFICATE_RETURNED),"no certificate returned"},
442 {ERR_REASON(SSL_R_NO_CERTIFICATE_SET) ,"no certificate set"},
443 {ERR_REASON(SSL_R_NO_CERTIFICATE_SPECIFIED),"no certificate specified"},
444 {ERR_REASON(SSL_R_NO_CIPHERS_AVAILABLE) ,"no ciphers available"},
445 {ERR_REASON(SSL_R_NO_CIPHERS_PASSED) ,"no ciphers passed"},
446 {ERR_REASON(SSL_R_NO_CIPHERS_SPECIFIED) ,"no ciphers specified"},
447 {ERR_REASON(SSL_R_NO_CIPHER_LIST) ,"no cipher list"},
448 {ERR_REASON(SSL_R_NO_CIPHER_MATCH) ,"no cipher match"},
449 {ERR_REASON(SSL_R_NO_CLIENT_CERT_METHOD) ,"no client cert method"},
450 {ERR_REASON(SSL_R_NO_CLIENT_CERT_RECEIVED),"no client cert received"},
451 {ERR_REASON(SSL_R_NO_COMPRESSION_SPECIFIED),"no compression specified"},
452 {ERR_REASON(SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER),"Peer haven't sent GOST certificate, required for selected ciphersuite"},
453 {ERR_REASON(SSL_R_NO_METHOD_SPECIFIED) ,"no method specified"},
454 {ERR_REASON(SSL_R_NO_P256_SUPPORT) ,"no p256 support"},
455 {ERR_REASON(SSL_R_NO_PRIVATEKEY) ,"no privatekey"},
456 {ERR_REASON(SSL_R_NO_PRIVATE_KEY_ASSIGNED),"no private key assigned"},
457 {ERR_REASON(SSL_R_NO_PROTOCOLS_AVAILABLE),"no protocols available"},
458 {ERR_REASON(SSL_R_NO_PUBLICKEY) ,"no publickey"},
459 {ERR_REASON(SSL_R_NO_RENEGOTIATION) ,"no renegotiation"},
460 {ERR_REASON(SSL_R_NO_REQUIRED_DIGEST) ,"digest requred for handshake isn't computed"},
461 {ERR_REASON(SSL_R_NO_SHARED_CIPHER) ,"no shared cipher"},
462 {ERR_REASON(SSL_R_NO_SRTP_PROFILES) ,"no srtp profiles"},
463 {ERR_REASON(SSL_R_NO_VERIFY_CALLBACK) ,"no verify callback"},
464 {ERR_REASON(SSL_R_NULL_SSL_CTX) ,"null ssl ctx"},
465 {ERR_REASON(SSL_R_NULL_SSL_METHOD_PASSED),"null ssl method passed"},
466 {ERR_REASON(SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED),"old session cipher not returned"},
467 {ERR_REASON(SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED),"old session compression algorithm not returned"},
468 {ERR_REASON(SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE),"only tls allowed in fips mode"},
469 {ERR_REASON(SSL_R_OPAQUE_PRF_INPUT_TOO_LONG),"opaque PRF input too long"},
470 {ERR_REASON(SSL_R_PACKET_LENGTH_TOO_LONG),"packet length too long"},
471 {ERR_REASON(SSL_R_PARSE_TLSEXT) ,"parse tlsext"},
472 {ERR_REASON(SSL_R_PATH_TOO_LONG) ,"path too long"},
473 {ERR_REASON(SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE),"peer did not return a certificate"},
474 {ERR_REASON(SSL_R_PEER_ERROR) ,"peer error"},
475 {ERR_REASON(SSL_R_PEER_ERROR_CERTIFICATE),"peer error certificate"},
476 {ERR_REASON(SSL_R_PEER_ERROR_NO_CERTIFICATE),"peer error no certificate"},
477 {ERR_REASON(SSL_R_PEER_ERROR_NO_CIPHER) ,"peer error no cipher"},
478 {ERR_REASON(SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE),"peer error unsupported certificate type"},
479 {ERR_REASON(SSL_R_PRE_MAC_LENGTH_TOO_LONG),"pre mac length too long"},
480 {ERR_REASON(SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS),"problems mapping cipher functions"},
481 {ERR_REASON(SSL_R_PROTOCOL_IS_SHUTDOWN) ,"protocol is shutdown"},
482 {ERR_REASON(SSL_R_PSK_IDENTITY_NOT_FOUND),"psk identity not found"},
483 {ERR_REASON(SSL_R_PSK_NO_CLIENT_CB) ,"psk no client cb"},
484 {ERR_REASON(SSL_R_PSK_NO_SERVER_CB) ,"psk no server cb"},
485 {ERR_REASON(SSL_R_PUBLIC_KEY_ENCRYPT_ERROR),"public key encrypt error"},
486 {ERR_REASON(SSL_R_PUBLIC_KEY_IS_NOT_RSA) ,"public key is not rsa"},
487 {ERR_REASON(SSL_R_PUBLIC_KEY_NOT_RSA) ,"public key not rsa"},
488 {ERR_REASON(SSL_R_READ_BIO_NOT_SET) ,"read bio not set"},
489 {ERR_REASON(SSL_R_READ_TIMEOUT_EXPIRED) ,"read timeout expired"},
490 {ERR_REASON(SSL_R_READ_WRONG_PACKET_TYPE),"read wrong packet type"},
491 {ERR_REASON(SSL_R_RECORD_LENGTH_MISMATCH),"record length mismatch"},
492 {ERR_REASON(SSL_R_RECORD_TOO_LARGE) ,"record too large"},
493 {ERR_REASON(SSL_R_RECORD_TOO_SMALL) ,"record too small"},
494 {ERR_REASON(SSL_R_RENEGOTIATE_EXT_TOO_LONG),"renegotiate ext too long"},
495 {ERR_REASON(SSL_R_RENEGOTIATION_ENCODING_ERR),"renegotiation encoding err"},
496 {ERR_REASON(SSL_R_RENEGOTIATION_MISMATCH),"renegotiation mismatch"},
497 {ERR_REASON(SSL_R_REQUIRED_CIPHER_MISSING),"required cipher missing"},
498 {ERR_REASON(SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING),"required compresssion algorithm missing"},
499 {ERR_REASON(SSL_R_REUSE_CERT_LENGTH_NOT_ZERO),"reuse cert length not zero"},
500 {ERR_REASON(SSL_R_REUSE_CERT_TYPE_NOT_ZERO),"reuse cert type not zero"},
501 {ERR_REASON(SSL_R_REUSE_CIPHER_LIST_NOT_ZERO),"reuse cipher list not zero"},
502 {ERR_REASON(SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING),"scsv received when renegotiating"},
503 {ERR_REASON(SSL_R_SERVERHELLO_TLSEXT) ,"serverhello tlsext"},
504 {ERR_REASON(SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED),"session id context uninitialized"},
505 {ERR_REASON(SSL_R_SESSION_MAY_NOT_BE_CREATED),"session may not be created"},
506 {ERR_REASON(SSL_R_SHORT_READ) ,"short read"},
507 {ERR_REASON(SSL_R_SIGNATURE_ALGORITHMS_ERROR),"signature algorithms error"},
508 {ERR_REASON(SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE),"signature for non signing certificate"},
509 {ERR_REASON(SSL_R_SRP_A_CALC) ,"error with the srp params"},
510 {ERR_REASON(SSL_R_SRTP_COULD_NOT_ALLOCATE_PROFILES),"srtp could not allocate profiles"},
511 {ERR_REASON
512 {ERR_REASON(SSL_R_SRTP_UNKNOWN_PROTECTION_PROFILE),"srtp unknown protection profile"},
513 {ERR_REASON(SSL_R_SSL23_DOING_SESSION_ID_REUSE),"ssl23 doing session id reuse"},
514 {ERR_REASON(SSL_R_SSL2_CONNECTION_ID_TOO_LONG),"ssl2 connection id too long"},
515 {ERR_REASON(SSL_R_SSL3_EXT_INVALID_ECPOINTFORMAT),"ssl3 ext invalid ecpointformat"},
516 {ERR_REASON(SSL_R_SSL3_EXT_INVALID_SERVERNAME),"ssl3 ext invalid servername"},
517 {ERR_REASON(SSL_R_SSL3_EXT_INVALID_SERVERNAME_TYPE),"ssl3 ext invalid servername type"},
518 {ERR_REASON(SSL_R_SSL3_SESSION_ID_TOO_LONG),"ssl3 session id too long"},
519 {ERR_REASON(SSL_R_SSL3_SESSION_ID_TOO_SHORT),"ssl3 session id too short"},
520 {ERR_REASON(SSL_R_SSLV3_ALERT_BAD_CERTIFICATE),"sslv3 alert bad certificate"},
521 {ERR_REASON(SSL_R_SSLV3_ALERT_BAD_RECORD_MAC),"sslv3 alert bad record mac"},
522 {ERR_REASON(SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED),"sslv3 alert certificate expired"},
523 {ERR_REASON(SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED),"sslv3 alert certificate revoked"},
524 {ERR_REASON(SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN),"sslv3 alert certificate unknown"},
525 {ERR_REASON(SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE),"sslv3 alert decompression failure"},
526 {ERR_REASON(SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE),"sslv3 alert handshake failure"},
527 {ERR_REASON(SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER),"sslv3 alert illegal parameter"},
528 {ERR_REASON(SSL_R_SSLV3_ALERT_NO_CERTIFICATE),"sslv3 alert no certificate"},
529 {ERR_REASON(SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE),"sslv3 alert unexpected message"},
530 {ERR_REASON(SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE),"sslv3 alert unsupported certificate"},
531 {ERR_REASON(SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION),"ssl ctx has no default ssl version"},
532 {ERR_REASON(SSL_R_SSL_HANDSHAKE_FAILURE) ,"ssl handshake failure"},
533 {ERR_REASON(SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS),"ssl library has no ciphers"},
534 {ERR_REASON(SSL_R_SSL_SESSION_ID_CALLBACK_FAILED),"ssl session id callback failed"},
535 {ERR_REASON(SSL_R_SSL_SESSION_ID_CONFLICT),"ssl session id conflict"},
536 {ERR_REASON(SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG),"ssl session id context too long"},
537 {ERR_REASON(SSL_R_SSL_SESSION_ID_HAS_BAD_LENGTH),"ssl session id has bad length"},
538 {ERR_REASON(SSL_R_SSL_SESSION_ID_IS_DIFFERENT),"ssl session id is different"},
539 {ERR_REASON(SSL_R_TLSV1_ALERT_ACCESS_DENIED),"tlsv1 alert access denied"},
540 {ERR_REASON(SSL_R_TLSV1_ALERT_DECODE_ERROR),"tlsv1 alert decode error"},
541 {ERR_REASON(SSL_R_TLSV1_ALERT_DECRYPTION_FAILED),"tlsv1 alert decryption failed"},
542 {ERR_REASON(SSL_R_TLSV1_ALERT_DECRYPT_ERROR),"tlsv1 alert decrypt error"},
543 {ERR_REASON(SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION),"tlsv1 alert export restriction"},
544 {ERR_REASON(SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK),"tlsv1 alert inappropriate fallback"},
545 {ERR_REASON(SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY),"tlsv1 alert insufficient security"},
546 {ERR_REASON(SSL_R_TLSV1_ALERT_INTERNAL_ERROR),"tlsv1 alert internal error"},
547 {ERR_REASON(SSL_R_TLSV1_ALERT_NO_RENEGOTIATION),"tlsv1 alert no renegotiation"},
548 {ERR_REASON(SSL_R_TLSV1_ALERT_PROTOCOL_VERSION),"tlsv1 alert protocol version"},
549 {ERR_REASON(SSL_R_TLSV1_ALERT_RECORD_OVERFLOW),"tlsv1 alert record overflow"},
550 {ERR_REASON(SSL_R_TLSV1_ALERT_UNKNOWN_CA),"tlsv1 alert unknown ca"},
551 {ERR_REASON(SSL_R_TLSV1_ALERT_USER_CANCELLED),"tlsv1 alert user cancelled"},
552 {ERR_REASON(SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE),"tlsv1 bad certificate hash value"},
553 {ERR_REASON(SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE),"tlsv1 bad certificate status response"},
554 {ERR_REASON(SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE),"tlsv1 certificate unobtainable"},
555 {ERR_REASON(SSL_R_TLSV1_UNRECOGNIZED_NAME),"tlsv1 unrecognized name"},
556 {ERR_REASON(SSL_R_TLSV1_UNSUPPORTED_EXTENSION),"tlsv1 unsupported extension"},
557 {ERR_REASON(SSL_R_TLS_CLIENT_CERT_REQ_WITH_ANON_CIPHER),"tls client cert req with anon cipher"},
558 {ERR_REASON(SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT),"peer does not accept heartbeats"},
559 {ERR_REASON(SSL_R_TLS_HEARTBEAT_PENDING) ,"heartbeat request already pending"},
560 {ERR_REASON(SSL_R_TLS_ILLEGAL_EXPORTER_LABEL),"tls illegal exporter label"},
561 {ERR_REASON(SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST),"tls invalid ecpointformat list"},
562 {ERR_REASON(SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST),"tls peer did not respond with certificate list"},
563 {ERR_REASON(SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG),"tls rsa encrypted value length is wrong"},
564 {ERR_REASON(SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER),"tried to use unsupported cipher"},
565 {ERR_REASON(SSL_R_UNABLE_TO_DECODE_DH_CERTS),"unable to decode dh certs"},
566 {ERR_REASON(SSL_R_UNABLE_TO_DECODE_ECDH_CERTS),"unable to decode ecdh certs"},
567 {ERR_REASON(SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY),"unable to extract public key"},
568 {ERR_REASON(SSL_R_UNABLE_TO_FIND_DH_PARAMETERS),"unable to find dh parameters"},
569 {ERR_REASON(SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS),"unable to find ecdh parameters"},
570 {ERR_REASON(SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS),"unable to find public key parameters"},
571 {ERR_REASON(SSL_R_UNABLE_TO_FIND_SSL_METHOD),"unable to find ssl method"},
572 {ERR_REASON(SSL_R_UNABLE_TO_LOAD_SSL2_MD5_ROUTINES),"unable to load ssl2 md5 routines"},
573 {ERR_REASON(SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES),"unable to load ssl3 md5 routines"},
574 {ERR_REASON(SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES),"unable to load ssl3 sha1 routines"},
575 {ERR_REASON(SSL_R_UNEXPECTED_MESSAGE) ,"unexpected message"},
576 {ERR_REASON(SSL_R_UNEXPECTED_RECORD) ,"unexpected record"},
577 {ERR_REASON(SSL_R_UNINITIALIZED) ,"uninitialized"},
578 {ERR_REASON(SSL_R_UNKNOWN_ALERT_TYPE) ,"unknown alert type"},
579 {ERR_REASON(SSL_R_UNKNOWN_CERTIFICATE_TYPE),"unknown certificate type"},
580 {ERR_REASON(SSL_R_UNKNOWN_CIPHER_RETURNED),"unknown cipher returned"},
581 {ERR_REASON(SSL_R_UNKNOWN_CIPHER_TYPE) ,"unknown cipher type"},
582 {ERR_REASON(SSL_R_UNKNOWN_DIGEST) ,"unknown digest"},
583 {ERR_REASON(SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE),"unknown key exchange type"},
584 {ERR_REASON(SSL_R_UNKNOWN_PKEY_TYPE) ,"unknown pkey type"},
585 {ERR_REASON(SSL_R_UNKNOWN_PROTOCOL) ,"unknown protocol"},
586 {ERR_REASON(SSL_R_UNKNOWN_REMOTE_ERROR_TYPE),"unknown remote error type"},
587 {ERR_REASON(SSL_R_UNKNOWN_SSL_VERSION) ,"unknown ssl version"},
588 {ERR_REASON(SSL_R_UNKNOWN_STATE) ,"unknown state"},
589 {ERR_REASON(SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED),"unsafe legacy renegotiation disabled"},
590 {ERR_REASON(SSL_R_UNSUPPORTED_CIPHER) ,"unsupported cipher"},
591 {ERR_REASON(SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM),"unsupported compression algorithm"},
592 {ERR_REASON(SSL_R_UNSUPPORTED_DIGEST_TYPE),"unsupported digest type"},
593 {ERR_REASON(SSL_R_UNSUPPORTED_ELLIPTIC_CURVE),"unsupported elliptic curve"},
594 {ERR_REASON(SSL_R_UNSUPPORTED_PROTOCOL) ,"unsupported protocol"},
595 {ERR_REASON(SSL_R_UNSUPPORTED_SSL_VERSION),"unsupported ssl version"},
596 {ERR_REASON(SSL_R_UNSUPPORTED_STATUS_TYPE),"unsupported status type"},
597 {ERR_REASON(SSL_R_USE_SRTP_NOT_NEGOTIATED),"use srtp not negotiated"},
598 {ERR_REASON(SSL_R_WRITE_BIO_NOT_SET) ,"write bio not set"},
599 {ERR_REASON(SSL_R_WRONG_CIPHER_RETURNED) ,"wrong cipher returned"},
600 {ERR_REASON(SSL_R_WRONG_MESSAGE_TYPE) ,"wrong message type"},
601 {ERR_REASON(SSL_R_WRONG_NUMBER_OF_KEY_BITS),"wrong number of key bits"},
602 {ERR_REASON(SSL_R_WRONG_SIGNATURE_LENGTH),"wrong signature length"},
603 {ERR_REASON(SSL_R_WRONG_SIGNATURE_SIZE) ,"wrong signature size"},
604 {ERR_REASON(SSL_R_WRONG_SIGNATURE_TYPE) ,"wrong signature type"},
605 {ERR_REASON(SSL_R_WRONG_SSL_VERSION) ,"wrong ssl version"},
606 {ERR_REASON(SSL_R_WRONG_VERSION_NUMBER) ,"wrong version number"},
607 {ERR_REASON(SSL_R_X509_LIB) ,"x509 lib"},
608 {ERR_REASON(SSL_R_X509_VERIFICATION_SETUP_PROBLEMS),"x509 verification setup problems"},