Dozen Hidden Flaws Found in OpenSSL
Researchers uncovered 12 previously unknown OpenSSL vulnerabilities, some buried in decades-old code, all fixed in a coordinated January release.
Source: AISLE
Read more: CyberSecBrief
seen from United States
seen from China
seen from United States

seen from United Kingdom
seen from China
seen from United States
seen from United States
seen from Germany

seen from United States
seen from Malaysia
seen from China

seen from Malaysia
seen from Türkiye
seen from Germany
seen from Malaysia

seen from Malaysia
seen from Germany

seen from Sweden
seen from United Kingdom
seen from United States
Dozen Hidden Flaws Found in OpenSSL
Researchers uncovered 12 previously unknown OpenSSL vulnerabilities, some buried in decades-old code, all fixed in a coordinated January release.
Source: AISLE
Read more: CyberSecBrief
Want to check TLS/SSL certificate expiration date from #Linux, macOS or UNIX command line? Try:
DOM="your-www-domain-name-here" PORT="443" echo | openssl s_client -servername "$DOM" -connect "$DOM:$PORT" | openssl x509 -noout -dates
-> See: How to check TLS/SSL certificate expiration date from command-line
OpenSSL + GOST-engine
Debian 9:
echo “deb http://deb.debian.org/debian unstable main“ >> /etc/apt/sources.list
apt update
apt-get install openssl libssl-dev -t unstable -y
git clone https://github.com/gost-engine/engine
cd engine/
cmake . -DOPENSSL_ENGINES_DIR=`openssl version -e | awk '{print $2}' | sed 's/\"//g'`
make && make install
apt install curl
I'm going to have to sink my teeth into openssl. Not only do I need the hash algorithms, I also need TLS and certificate handling for when I get to the peering protocol that my BBS will use for federation.
After what notcurses has put me through, I actually look forward to working with something written and maintained somewhat competently, with real documentation.
The question is, do I dare consider using QUIC for the peering protocol?
iT4iNT SERVER ThreatsDay Bulletin: OpenSSL RCE, Foxit 0-Days, Copilot Leak, AI Password Flaws & 20+ Stories http://dlvr.it/TR36Tx VDS VPS Cloud
Learn what causes the SSL Handshake Failed error and how we fix it using verified OpenSSL commands, TLS checks, and certificate validation.
More Computer Viruses
With the advent of the 21st century came more seemingly efficient means of transmitting software and data between users than the soon to be obsolete magnetic tapes and floppy disks. The introduction of reliable and speedy broadband networks were certainly a boon to users but also offered a new route for the malicious to introduce viruses and to do it more quickly and impacting a wider audience.…
View On WordPress