1
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
small TCrtSocket.Close refactoring More... over 4 years ago
several fixes to HTTP client processing More... over 4 years ago
disabled debug console output More... over 4 years ago
new TLS / HTTPS client Encryption Layer using OpenSSL for mormot.net.sock / TCrtSocket More... over 4 years ago
the SChannel client follows the new INetTLS - but we discovered some random problems during the handshake with no possibility to fix it properly - any feedback is welcome! More... over 4 years ago
enhanced INetTLS for more options and connection information More... over 4 years ago
new TrimLeftLines() function More... over 4 years ago
fixed THttpClientSocket.Request to actually recreate a connection when the server closed it (e.g. after KeepAlive timeout or too many connections) More... over 4 years ago
fixed Delphi compilation More... over 4 years ago
new AnsiBufferToTempUtf8() function More... over 4 years ago
inlined OpenSslIsAvailable function More... over 4 years ago
some painless refactoring More... over 4 years ago
renamed ECIES encryption algorithms - and several other ECC fixes and enhancements More... over 4 years ago
JWT Implementation using any OpenSSL Algorithm - including associated regression tests More... over 4 years ago
full coverage of OpenSSL asymetric crypto More... over 4 years ago
fixed and proven asymetric cryptography using OpenSSL More... over 4 years ago
use OpenSSL Asymetric Cryptography for mormot.core.ecc - much faster! More... over 4 years ago
enhanced TSynHasher More... over 4 years ago
redirect Ecc256r1Verify to OpenSSL - more than 8 times faster than our statically linked C code More... over 4 years ago
include tests for TOpenSslHmac/TOpenSslHash More... over 4 years ago
abstract ECC process from our mormot.core.ecc256r1 unit via Ecc256r1*() global functions - prepare for OpenSSL replacement More... over 4 years ago
fixed DER serialization of a ECC signature More... over 4 years ago
introducing Hashers and Signers OpenSSL Wrappers - still need to be tested/validated More... over 4 years ago
painless refactoring we hope More... over 4 years ago
some cleanup for the 1000th commit of mORMot 2! cheers! More... over 4 years ago
enabled some tests which were disabled during debugging More... over 4 years ago
small refactoring with no functional change More... over 4 years ago
optimized aesnihash asm for smallest sizes More... over 4 years ago
aggressive regression tests for 32/64/128-bit hashers More... over 4 years ago
introducing new, secure and very fast AesNiHash32/64/128 hashers using AES-NI and SSE4.1 opcodes on x86_64 and i386 - it is faster than the fastest SSE4.1 crc32c and with a much higher stability - logic extracted from the Go Runtime, and optimized for Delphi/FPC More... over 4 years ago