Commit graph

16 commits

Author SHA1 Message Date
İsmail Yılmaz
5ada079401
Core/SSL: Secure random and nonce generator with SecureBuffer support (#270) 2026-04-25 09:52:33 +02:00
Mirek Fidler
b277c8ee98 Core: CPU_Cores refactored to support >64, Ignoring leaks in new OpenSSL, Stream::Put(const char *s) now allows and ignores nullptr 2025-10-07 16:48:58 +02:00
İsmail Yılmaz
7a8de0b662
Core/SSL: AES module, SSL 1.1 compatibility. (#296)
* Core/SSL: AES module, SSL 1.1 compatibility.

* Conditional compilation def is removed
2025-09-30 11:23:10 +02:00
Mirek Fidler
500ccc11a4 Core/SSL: Conditional compilation of AES - temporary fix 2025-07-16 08:50:20 -04:00
Mirek Fidler
d927fe46a0 Core/SSL: Removed openssl/engine.h include (no more supported in fedora), added openssl/rand.h (was include by engine.h); RichEdit: Diagram improvements 2025-07-02 09:56:59 +02:00
İsmail Yılmaz
7fb2d67521
Core/SSL: Added SecureBuffer and SecureZero (#272) 2025-06-10 11:56:05 +02:00
İsmail Yılmaz
cb1f954d4f
Core/SSL: MSVC aes warning fix (#268)
* Core/SSL: Aes256Gcm: Method name corrected (Chunksize to ChunkSize).

* Core/SSL: MSVC warning supressed.

* Core/SSL: Cosmetics
2025-05-10 10:39:10 +02:00
İsmail Yılmaz
218ee862ef
Core/SSL: AES-256-GCM encryption and decryption (#266) 2025-05-05 14:31:58 +02:00
zouqinglei
f7010adc6a
Add CA certificate authentication to TcpSocket and SSL class (#197) 2024-04-21 10:02:17 +02:00
cxl
504c1d13cc RichText: Fixed to achieve compatibility with older CLANG
git-svn-id: svn://ultimatepp.org/upp/trunk@10928 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-09 11:43:56 +00:00
cxl
cb93eab610 Core/SSL: SSL 1.1 support
git-svn-id: svn://ultimatepp.org/upp/trunk@10927 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-09 10:45:36 +00:00
cxl
7710948f88 uppsrc: .icpp files replaced by INITIALIZE/INITIALIZER
git-svn-id: svn://ultimatepp.org/upp/trunk@10424 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-13 09:24:24 +00:00
cxl
8ebdcbb0d5 uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-26 17:15:30 +00:00
cxl
eef7c20270 Core: SSL support for Socket, finishing touches...
git-svn-id: svn://ultimatepp.org/upp/trunk@4785 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-15 11:20:50 +00:00
cxl
1b29afcae2 Core: TcpSocket, Thread::AtExit
git-svn-id: svn://ultimatepp.org/upp/trunk@4761 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-09 13:51:08 +00:00
cxl
8f1f87645e Core: Refactored Stream interface (dword->int), fixed LauchWebBrowser for certaion situations (thanks Koldo)
git-svn-id: svn://ultimatepp.org/upp/trunk@4759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-08 14:44:03 +00:00