1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added script to build tests ubder Unix using FPC compiler + static assets update script More... over 4 years ago
preliminary support of OpenSSL replacement when available for AES-GCM and AES-CTR More... over 4 years ago
enhance ECDHE protocol tests to validate every Encryption Algorithms More... over 4 years ago
ensure WSAEINTR/EINTR errors stop socket waiting More... over 4 years ago
enhanced our ECDHE stream procotol More... over 4 years ago
get rid of TAesAbstract.CV in favor of IV More... over 4 years ago
refactoring of the AEAD (authenticated-encryption with associated-data) process - we had troubles including AES-GCM as implemented by OpenSSL More... over 4 years ago
enhanced the AES regression tests to include AES-GCM - includes new test vectors and validation of our crypto core against OpenSSL More... over 4 years ago
implement OpenSSL AES-GCM cypher/uncypher via TAesGcmOsl More... over 4 years ago
refactored AES-GCM process More... over 4 years ago
optimized TAesAbstract.MacAndCrypt() by allocating once the result memory at encryption More... over 4 years ago
enhanced the AES tests and associated test vectors More... over 4 years ago
optimized OpenSSL TAes* classes process - can reuse the encryption Context between calls More... over 4 years ago
fixed TAesOfb which generated improper content on AES-NI x86-64 More... over 4 years ago
fixed regression tests project More... over 4 years ago
new AES Cypher/Uncypher in various Modes using OpenSSL - our mormot.core.crypto.pas unit is faster than OpenSSL, but for AES-CTR and AES-GCM :) More... over 4 years ago
introduce TAesCtrNist and refactor the whole TAes* classes More... over 4 years ago
properly encode the Windows error messages on Delphi 7/2007 More... over 4 years ago
introducing mormot.core.crypto.openssl and the TAesPrngOpenSsl class - OpenSSL is actually up more than 50 times slower than our TAesPrng class for Random32 :) More... over 4 years ago
introducing TAesPrngAbstract for proper CSPRNG dispatching More... over 4 years ago
introducing mormot.lib.openssl11 unit - for upcoming mormot.core.crypto.openssl and mormot.net.openssl units More... over 4 years ago
setup setup mormot.lib.sspi/gssapi libray only when needed More... over 4 years ago
renamed ExeVersion/TExeVersion as Executable/TExecutable global variable More... over 4 years ago
renamed Asynch abbreviation into Async for consistency More... over 4 years ago
IsContentCompressed() was wrongly searching for TAlgoCompress buffer More... over 4 years ago
added some comments More... over 4 years ago
implement the new TRestHttpServerOptions More... over 4 years ago
enhanced TRestHttpServerDefinition to publish most TRestHttpServer features More... over 4 years ago
fixed OPENBSD compilation More... over 4 years ago
define USEHTTPSYS instead of ONLYUSEHTTPSOCKET conditional More... over 4 years ago