libdssl icon indicating copy to clipboard operation
libdssl copied to clipboard

DSSL library: network capture and SSL decryption toolkit

Results 8 libdssl issues
Sort by recently updated
recently updated
newest added

Hey everybody, making the latest code, having some errors on `struct ip_addr' seems some files are missing on my system (Linux Ubuntu 20.04) or some package need to be installed...

If the following error is encountered during ./configure: configure: error: cannot find install-sh, install.sh, or shtool in build "."/build Run the commands: (Ubuntu) sudo apt-get install automake autoconf libtool Then...

session.c:39:38: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] session.c: In function 'IpAddressToString': session.c:45:13: error: dereferencing pointer to incomplete...

libtool: compile: gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"dssl\" -DVERSION=\"2.1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ARPA_INET_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_TIME_H=1 -I....

In file included from decoder_stack.c:24:0: ssl_session.h:74:15: error: field 'handshake_digest_sha' has incomplete type EVP_MD_CTX handshake_digest_sha; ^ ssl_session.h:75:15: error: field 'handshake_digest_md5' has incomplete type EVP_MD_CTX handshake_digest_md5; ^

Hi , i've posted on viewssld also. Really would like tls 1.1 support for this project if at all possible, or advice on what needs doing :)

can this be used on android?

In the even that the following error is seen during the make all stage of the install: libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1ubuntu1, but the libtool: definition...