fffonion / fffonion/lua-resty-openssl

API change in OpenSSL 3.x

Abierto
#29 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Lua
Estrellas
170
Forks
52
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

https://www.openssl.org/docs/manmaster/man7/migration_guide.html

- [x] Library context (for non-global provider)

- [ ] EVP_PKEY_get_x_params to replace TYPE_get0_PRARM, EVP_PKEY_fromdata to replace TYPE_set0_x (pkey:get_parameters/pkey:set_parameters)
- [ ] RSA_get0_x, RSA_set0_x
- [ ] DH_get0_x
- [ ] EC_KEY_get0_x, EC_KEY_set0_x
- [x] EVP_PKEY_new to replace TYPE_new (load_jwk)
- [x] RSA_new
- [x] EC_KEY_new
- [x] DH_new_by_id
- [x] EVP_PKEY_from_data to replace EVP_PKEY_assign (load_jwk)
- [x] BN_check_prime to replace BN_is_prime_ex
- [x] EC_POINT_bn2point, EC_POINT_point2bn were not particularly useful, since EC point serialization formats are not individual big-endian integers. (load_jwk)
- [ ] EC_POINT_get_affine_coordinates to replace EC_POINT_get_affine_coordinates_x (dump_jwk)
- [x] ERR_get_error_line, ERR_peek_last_error_line?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.