summary refs log tree commit diff
path: root/crypto/src/security/JksStore.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for modified UTF-8 in JKSAlexander Scheel2024-06-211-19/+125
| | | | | | | | | | | When parsing JKS entries, BC C# previously failed to parse entries with UTF-8 entries. This is because Java encodes them using a modified UTF-8 wherein NULL bytes and 4-byte extended values do not appear. Add support for both reading and writing this modified method of UTF-8 within the JKS parsing code. Signed-off-by: Alexander Scheel <alexander.scheel@keyfactor.com>
* Span-based alternatives to char[]Peter Dettman2022-12-211-51/+292
|
* Use FixedTimeEqualsPeter Dettman2022-11-231-2/+2
|
* Resolve some FIXMEsPeter Dettman2022-11-051-3/+2
|
* DateTimeUtilities improvements:Peter Dettman2022-10-271-4/+2
| | | | | - DateTimeToUnixMs converts to UTC - UnixMsToDateTime checks input range
* Complete SecureRandom refactoringPeter Dettman2022-10-231-1/+1
|
* JksStore endianness safetyPeter Dettman2022-10-201-55/+44
|
* Add basic support for JKS keystoresPeter Dettman2022-09-121-0/+610