aboutsummaryrefslogtreecommitdiff
path: root/networking/tls.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2026-03-111-0/+18
|\
| * tls: server: fix incorrect key_block assignments - now works against openssl ...Denys Vlasenko2026-02-151-0/+2
| * tls: make ECDHE_RSA work against our client (openssl s_client not yet)Denys Vlasenko2026-02-151-0/+16
* | Merge branch 'busybox' into mergeRon Yorston2026-02-121-9/+9
|\|
| * tls: document PSTM_64BIT + PSTM_X86_64 optimizations betterDenys Vlasenko2026-02-081-9/+9
* | Merge branch 'busybox' into mergeRon Yorston2025-08-121-3/+2
|\|
| * libbb: introduce and use block-XOR functionsDenys Vlasenko2025-07-091-3/+2
* | tls: whitespace fixesRon Yorston2025-08-081-0/+1
* | tls: add Schannel implementationrfl8902025-08-071-1/+2
|/
* tls: remove unused tls_symmetric.h (was used by old "big" AES code)Denys Vlasenko2021-10-111-1/+0
* tls: fix the case of sp_256_mont_tpl_10() leaving striay high bitsDenys Vlasenko2021-10-051-0/+4
* tls: simplify sp_256_ecc_gen_k_10, cosmetic changesDenys Vlasenko2021-04-261-3/+3
* tls: make x25519 key generation code more similar to P256Denys Vlasenko2021-04-261-1/+4
* tls: implement secp256r1 elliptic curve (aka P256)Denys Vlasenko2021-04-261-0/+8
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* tls: speed up xor'ing of aligned 16-byte buffersDenys Vlasenko2018-11-241-0/+4
* tls: in AES-GCM decoding, avoid memmoveDenys Vlasenko2018-11-241-0/+1
* tls: make tls_get_random() FAST_FUNCDenys Vlasenko2018-11-231-1/+1
* tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipherDenys Vlasenko2018-11-231-0/+3
* tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curveDenys Vlasenko2018-11-131-1/+2
* tls: fix pstm asm constraint problemDenys Vlasenko2017-07-151-3/+1
* tls: fix build problem on non-static i386Denys Vlasenko2017-07-151-1/+3
* tls: tested PSTM_X86_64, not enabling it - too largeDenys Vlasenko2017-01-191-1/+3
* tls: commented out psPool_t useDenys Vlasenko2017-01-191-2/+1
* tls: added AES code and made it compile. not used yetDenys Vlasenko2017-01-181-8/+33
* tls: add sha256 hmac and prf codeDenys Vlasenko2017-01-161-1/+1
* tls: format and send CLIENT_KEY_EXCHANGEDenys Vlasenko2017-01-151-0/+73