Corregir el número de serie en mayúsculas y mantenimiento (versión 1.2.2) #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Se corrigió el problema de no crear correctamente el número de serie cuando incluía caracteres en mayúsculas.
Anteriormente, se hacía una conversión a minúsculas, ahora se expresa en mayúsculas.
Se agrega el método
SerialNumber::bytesArePrintable(): boolpara identificar que el número de serie de un certificadocontiene solamente caracteres imprimibles en su representación como bytes, como en el caso de los números de serie
utilizados por el SAT.
Se refactorizan los métodos
SerialNumber::createFromBytes()ySerialNumber::bytes()para usar las funcionesde PHP
bin2hexyhex2binrespectivamente.Se agrega documentación en el archivo
README.mdexplicando la interpretación del número de serie como hexadecimal,decimal y bytes. Así como el uso específico del SAT.
Se actualiza el año de licencia a 2024.
Se garantiza la compatibilidad con PHP 8.3.
Adicionalmente, se hacen los siguientes cambios internos:
test/_filesde la detección de lenguaje de GitHub.php-cs-fixerse remueve la variable de entornoPHP_CS_FIXER_IGNORE_ENV..php-cs-fixer.dist.phpsustituyendofunction_typehint_spaceportype_declaration_spaces.