Sergei Ianovich

Results 13 issues of Sergei Ianovich

Failing tests are in https://github.com/yanovich/double.js/tree/exp2 e0e618e6730a8a4c9a086ec97d2c491a6bc18121 Is there any available documentation for these algos?

If any executable loads `gost.so`, the executable already either has `libcrypto.so` loaded or is statically linked against `libcrypto.a`. Anyway it already has all libcrypto (and libssl) symbols present. Without this...

If any executable loads `gost.so`, the executable already either has `libcrypto.so` loaded or is statically linked against `libcrypto.a`. Anyway it already has all libcrypto (and libssl) symbols present. Without this...

``` 160 const paginator = 161 pageCount > 1 ? ( 162 163 gotoPage(0)} disabled={!canPreviousPage}> 164 {''} 171 {' '} 172 gotoPage(pageCount - 1)} disabled={!canNextPage}> 173 {'>>'} 174 {' '}...

Great job done, first of all! I would like to suggest an improvement. If **k** is close to 1.0, elliptic functions become difficult to calculate. It seems that **K(k)** is...

Fixes #17508 If any executable loads an engine, the executable already either has `libcrypto.so` loaded or is statically linked against `libcrypto.a.` Anyway it already has all `libcrypto` symbols present. Without...

triaged: feature

OpenSSL PKCS12 module sets all-zeros initial vector on encryption and doesn't change it on decryption. This patch addresses `kuznyechik-ctr-acpkm-omac` behavior differences in two places: 1. in `gost2015_acpkm_omac_init()` IV is initialized...

Huge whitespace-only change.

Есть предложение добавить файл настроек для `clang-format`. Это позволит установить стандарт для форматирования. Сейчас единого подхода в коде нет, поэтому приходится код руками форматировать, от чего я отвык уже )...