fffonion / fffonion/lua-resty-openssl

API change in OpenSSL 3.x

Aperta
#29 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Lua
Stelle
170
Fork
52
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.