1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 15, 2024 — Aug 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tests: new PBKDF2 reference vectors for most SHA algorithms More... about 2 months ago
crypt: new TSynSigner.Pbkdf2 overload with any output length - as defined by the RFC 2898 official algorithm - as used e.g. by Kerberos More... about 2 months ago
crypt: SHA-224 support for TSynSigner More... about 2 months ago
crypt: new 'HS224' (HMAC SHA-224) JWT algorithm More... about 2 months ago
crypt: slight optimized HMAC process More... about 2 months ago
core: defined TKerberosKeyEntry.EncType constants More... about 2 months ago
crypt: fixed THmacSha256 with SHA-224 algorithm More... about 2 months ago
tests: cover BufferIsKeyTab() new function More... about 2 months ago
core: moved FileIsKeyTab() to mormot.core.os.security - to use the full-featured TKeryberosKeyTab instead of weak wild guess of the header More... about 2 months ago
core: rewritten TKerberosKeyTab.SaveToBinary - for better code generation - and to use the new TSynTempAdder methods More... about 2 months ago
core: allow TKerberosKeyTab.LoadFromBinary() to be called with self = nil More... about 2 months ago
core: enhanced TSynTempAdder process - especially with the new TSynTempAdder.Add16BigEndian and TSynTempAdder.Add32BigEndian methods - also relaxed the Done() output variable to be either a RawUtf8 or a RawByteString More... about 2 months ago
core: fixed TKerberosKeyTab.LoadFromBuffer with old version 0x501 More... about 2 months ago
core: optimized TSynAnsiConvert.Utf8ToAnsi for Delphi 7/2007 - no copy is needed for a pure ASCII string with no code page - still won't introduce back the previous regression, I hope ;) More... about 2 months ago
core: some dynamic array process refactoring - with no functional change - include some comment precision More... about 2 months ago
core: fixed regression in TSynAnsiConvert.Utf8ToAnsi More... about 2 months ago
tests: enhanced TKerberosKeyTab coverage - especially the new TKerberosKeyTab.Delete method More... about 2 months ago
core: new TKerberosKeyTab.Delete method More... about 2 months ago
core: refactored TKerberosKeyTab.SaveToBinary More... about 2 months ago
tests: cover TKerberosKeyTab.SaveToBinary More... about 2 months ago
core: TKerberosKeyTab binary persistence - in the standard keytab file format :) More... about 2 months ago
core: renamed TKerberosKeyTab.LoadFromBinary method More... about 2 months ago
tests: cover the TKerberosKeyTab class More... about 2 months ago
core: introducing Kerberos KeyTab File Support - currently support loading, searching, merging - cross-platform and without any dependency More... about 2 months ago
lib: optimized TServerSspiKeyTab.SetKeyTab More... about 2 months ago
net: rewritten THttpServerSocketGeneric.SetKeyTab - to check for GSSAPI availability - to add more pertinent information in the logs More... about 2 months ago
lib: introducing FileIsKeyTab() function More... about 2 months ago
net: new THttpServerSocketGeneric.KeyTab property More... about 2 months ago
lib: introducing TServerSspiKeyTab to track keytab files on server More... about 2 months ago
core: optimized TSynAnsiConvert.Utf8ToAnsi and enhanced some regression tests More... about 2 months ago