Anton Sviridenko

Results 18 issues of Anton Sviridenko

Like "Echo Test" in skype and add to contacts by default

enhancement

I tried to add and build wpantund package in Buildroot environment and it failed, complaining about standard C library string functions not declared (strlen(), strcasecmp() and others). I'm not sure...

Fixes #1726 Using latest commit from the master branch is recommended by Google.

## Description Google Test version downloaded by rnp build scripts fails to build with GCC 11 ``` [ 11%] Building CXX object src/lib/CMakeFiles/librnp-obj.dir/__/librepgp/stream-write.cpp.o In file included from /home/odsk/Ribose/rnp/build/_deps/googletest-src/googletest/src/gtest-all.cc:42: /home/odsk/Ribose/rnp/build/_deps/googletest-src/googletest/src/gtest-death-test.cc: In...

bug
testing

## Description Looks like this basic & important feature was discussed and planned to be implemented long time ago (like here https://github.com/rnpgp/rnp/issues/323) but is not implemented yet. ## Steps to...

enhancement
cli

## Description Many FFI functions receive arguments in JSON format and/or return results in JSON. Like `rnp_generate_key_json()` `rnp_signature_packet_to_json()` and others having `*_json` in their name. The format of these input/output...

documentation

## Description I've just realized that RNP does not have digital signatures and checksums published with each release. It is a standard and expected thing for every software project, especially...

enhancement
discussion
high-prio

## Description Inspired by #1431. I can create Gentoo ebuild package for RNP and try to push it into the main Gentoo package repository or put it into the 3rd...

enhancement
portability

Partially addresses #1281. Other possible weak algorithms (symmetric encryption, public key, etc) should be added later. This PR adds new API function `rnp_is_weak_hash()` and prevents CLI from creating new keys,...