본문 바로가기

mbedtls 사용시에 mbedtls_x509_crt_parse() 함수 호출 시에 

ret = mbedtls_x509_crt_parse(&cacert, (const unsigned char *)mbedtls_m2mqtt_srv_crt, mbedtls_m2mqtt_srv_crt_len );
...
And I get an error -9774.
Could you help me to understand why the first certificate works, and the other doesn’t?
Thank you,
Mattia

https://forums.mbed.com/t/error-using-mbedtls-x509-crt-parse/4164

 

Error using mbedtls_x509_crt_parse

Hello, I’m starting to use the mbedTLS library. I have some problem in the mbedtls_x509_crt_parse function. I use this calling ret = mbedtls_x509_crt_parse(&cacert, (const unsigned char *)mbedtls_m2mqtt_srv_crt, mbedtls_m2mqtt_srv_crt_len ); If I use thi

forums.mbed.com

리턴값이 -9774 가 오는 경우가 있다. 이게 먼가 싶다가

여기 답변을 보면 Mbedtls 옵션을 좀 더 많이 주면 될 듯하다. 

너무 딱 쓰는 것만 넣었더니 암호 복호에 문제가 있었나 보다.

 

 

BJ.

인증 오류, 신뢰사회에서 인증없는 사회를 만들 수 없나?

Markus Spiske 님의 사진, 출처: Pexels

 

B로그0간

개발 관련 글과 유용한 정보를 공유하는 공간입니다.