1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new DateTimeToFileTime() function More... about 1 year ago
fixed hungry comment More... about 1 year ago
deep refactoring of GetSystemStoreAsPem function - separated GetOneSystemStoreAsPem function - made all functions thread safe - new OnlySystemStore optional parameter - reset GetSystemStoreAsPemLocalFile to '' by default now - refactored code for maintainibility (e.g. specific caches) - fixed cache and scope process More... about 1 year ago
new SetSystemPath() function - and refactored cross-platform GetSystemPath() implementation More... about 1 year ago
fixed regression on AARCH64 ECC computation More... about 1 year ago
optimized ECC computation - mormot.crypt.core.asmx64.inc has its own shrd-based version of _rshift1 More... about 1 year ago
new TCryptCertAlgoPkcs11.LoadingConfigRetrieved property - could be used e.g. to wait from a GUI app More... about 1 year ago
proper ECC-256 support for mormot.crypt.pkcs11 More... about 1 year ago
new AsnDecOctStr() function More... about 1 year ago
fixed AsnDecLen() function More... about 1 year ago
allow CKM_ECDSA for PKCS#11 digest More... about 1 year ago
fixed ICryptCertPkcs11.Sign method More... about 1 year ago
hardened ASN.1 length decoding More... about 1 year ago
publish low-level RSASSA-PKCS1-v1_5 signature scheme encoding More... about 1 year ago
fixed TCryptCertPkcs11.OpenPrivateKey/SetPin More... about 1 year ago
fixed CK_ATTRIBUTES setup for PKCS#11 More... about 1 year ago
introducing TCryptCertAlgoPkcs11.FindByID - and refined documentation about StorageID field More... about 1 year ago
let ICryptCertPkcs11.SetPin validate the PIN code More... about 1 year ago
let TCryptCertAlgoPkcs11 sort Cert[] list by storage identifier More... about 1 year ago
introducing ICryptCertPkcs11.Storage method More... about 1 year ago
fixed LDAP search by distinguishedName - as reported by https://synopse.info/forum/viewtopic.php?pid=40666#p40666 More... about 1 year ago
fixed win7zip wrapper documentation More... about 1 year ago
new LdapValidDistinguishedName/LdapIsValidDistinguishedName() functions More... about 1 year ago
no retry on THttpClientSocket timeout More... about 1 year ago
let TCrtSocket.SockReceivePending intercept socket errors More... about 1 year ago
new ToText() overloads More... about 1 year ago
let TNetSocketWrap.WaitFor handle neError scope - as used e.g. by TNetAddr.SocketConnect() More... about 1 year ago
fixed TServiceController.CheckParameters error on Windows More... about 1 year ago
Delphi 12 is just released and officially named "Athens" :) More... about 1 year ago
slightly optimized THttpRequestContext.GetTrimmed More... about 1 year ago