libdime icon indicating copy to clipboard operation
libdime copied to clipboard

The DIME resolver library and command line utilities.

Results 12 libdime issues
Sort by recently updated
recently updated
newest added

``` LC_ALL=en_US.utf8 make VERBOSE=yes all /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8) /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8) /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8) TARGET...

[log.txt](https://github.com/lavabit/libdime/files/1202046/log.txt) some of the sub-modules fail to build as they don't get ./configure make passed. **2017-03-22-raspberry-pi-3-stretch-PREVIEW.img** @ https://wiki.debian.org/RaspberryPi3 also dosent build on [**Gentoo rpi3 64-bit**](thub.com/sakaki-/gentoo-on-rpi3-64bit) some of the subs will...

The main README.md references quickstart.md, which in turn references a nonexistent directory “deps”. These two files also mention CentOS 7 as a supported environment, which at least for me doesn’t...

The code looks like this: ``` if (result_length == NULL) goto error; error: *result_length = 0; ```

Re-implementing ed25519 interface to use libsodium instead of donna.

It is difficult for a new developer to grasp why so many `stringer_t` types exist and what they are for. Therefore the API should either be trimmed down to the...

enhancement

Just realized that the alternative encryption scheme for dmessage is now part of the official spec. Going to get on this, although I may need something new from openssl in...

This project has been submitted to Coverity Scan, a static analyzer. It has found many bugs, most of which have already been fixed. The remaining ones should be fixed as...

bug

the following lines leak 'ocsp'(I'm not going to put the "ands", because there are so many) 892 return 1; 833 return 0; 830 RET_ERROR_INT(ERR_UNSPEC, "OCSP validity check failed"); 799 return...

bug