google / jwt_verify_lib

Provide c++ library to verify JWT tokens
Apache License 2.0
41 stars 43 forks source link

Use EVP_PKEY_id instead of reaching into private structs. #67

Closed davidben closed 2 years ago

davidben commented 2 years ago

Accessing private structs in BoringSSL is unsupported and may break with BoringSSL updates. Use the supported public APIs.