aboutsummaryrefslogtreecommitdiff
path: root/networking/tls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-7/+7
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-3/+3
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2019-05-211-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-17/+62
|\|
| * tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curveDenys Vlasenko2019-01-081-0/+8
| * tls: prepare for ECDH_anon ciphersDenys Vlasenko2018-12-101-7/+14
| * tls: fix a potential (currently "disabled" by a macro) SHA1-related bugDenys Vlasenko2018-12-101-1/+1
| * tls: if !ENABLE_FEATURE_TLS_SHA1, tls->MAC_size is always SHA256_OUTSIZE for ...Denys Vlasenko2018-12-101-6/+12
| * tls: introduce FEATURE_TLS_SHA1 to make SHA1 code optionalDenys Vlasenko2018-12-101-6/+30