aboutsummaryrefslogtreecommitdiff
path: root/networking/tls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2026-03-111-369/+1205
|\
| * tls: code shrinkDenys Vlasenko2026-02-211-14/+13
| * tls: server: fix incorrect key_block assignments - now works against openssl ...Denys Vlasenko2026-02-151-80/+137
| * tls: make ECDHE_RSA work against our client (openssl s_client not yet)Denys Vlasenko2026-02-151-56/+222
| * tls: fix cipher-id selection in server modeDenys Vlasenko2026-02-151-211/+396
| * tls: eliminate unnecessary ENCRYPT_ON_WRITE, merge tls_get_zeroed_outbuf() wi...Denys Vlasenko2026-02-151-37/+23
| * tls: fix up debug printouts wrt newlinesDenys Vlasenko2026-02-151-88/+90
| * tls: implement server codeDenys Vlasenko2026-02-151-123/+545
| * ssl_server: new applet, not functional yetDenys Vlasenko2026-02-151-0/+19
* | libbb: refactor CNG hashing implementationrfl8902026-01-271-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2026-01-221-1/+4
|\|
| * tls: better error message when TLS record is truncatedDenys Vlasenko2025-11-251-1/+4
* | Further mingw-w64/gcc build tweaksRon Yorston2025-10-021-0/+7
* | Allow building with older mingw-w64/gccRon Yorston2025-10-011-0/+3
* | tls: rewrite Schannel codeRFL8902025-08-281-248/+263
* | tls: various schannel fixesRFL8902025-08-181-135/+61
* | Post-merge fixesRon Yorston2025-08-121-4/+8
* | Merge branch 'busybox' into mergeRon Yorston2025-08-121-239/+38
|\|
| * libbb: introduce and use block-XOR functionsDenys Vlasenko2025-07-091-31/+8
| * libbb/yescrypt: remove redundant SHA256 HMAC implementationDenys Vlasenko2025-07-071-4/+4
| * libbb: factor out HMAC code from TLSDenys Vlasenko2025-07-071-131/+30
* | tls: whitespace fixesRon Yorston2025-08-081-4/+4
* | tls: fix schannel handshake on older WindowsRFL8902025-08-081-1/+1
* | tls: add Schannel implementationrfl8902025-08-071-10/+560
* | Call BCryptDestroyHash before freeing memory handleRFL8902025-07-301-0/+1
* | win32: deduplicate die_if_error()Ron Yorston2025-07-111-14/+5
* | remove comments from old implementationRFL8902025-07-111-4/+0
* | patch tls.c to work with CNG implementationRFL8902025-07-111-3/+89
* | Merge branch 'busybox' into mergeRon Yorston2022-10-121-34/+79
|\|
| * tls: move definitions around, no code changesDenys Vlasenko2022-09-081-22/+12
| * tls: include signature_algorithms extension in client hello messageDenys Vlasenko2022-09-081-18/+73
* | Merge busybox into mergeRon Yorston2021-12-271-1/+2
|\|
| * tls: tweak debug printoutDenys Vlasenko2021-11-271-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-56/+93
|\|
| * tls: replace "26-bit" P256 code with 32-bit one.Denys Vlasenko2021-10-051-8/+7
| * tls: fix the case of sp_256_mont_tpl_10() leaving striay high bitsDenys Vlasenko2021-10-051-0/+42
| * tls: "server cert is not RSA" is a fatal errorDenys Vlasenko2021-10-011-1/+1
| * tls: add scaffolding to selectively disable ciphers. no code changesDenys Vlasenko2021-10-011-55/+51
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-50/+70
|\|
| * tls: make x25519 key generation code more similar to P256Denys Vlasenko2021-04-261-36/+25
| * tls: implement secp256r1 elliptic curve (aka P256)Denys Vlasenko2021-04-261-35/+66
| * tls: "server did not provide EC key" is fatalDenys Vlasenko2021-04-241-1/+1
| * tls: make constant basepoint9[32] array 8-byte alignedDenys Vlasenko2021-04-221-1/+1
* | tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-251-1/+1
* | tls: avoid unnecessary changes to POSIX buildRon Yorston2021-01-241-6/+0
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-1/+1
|\|
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-08-231-2/+0
|\|
| * ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko2020-07-201-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-7/+7
|\|