wget: don't notify on download begin and end if quiet
[oweals/busybox.git] / networking / tls_aesgcm.c
2018-12-08 Denys Vlasenkotls: AES-GCM: in GMULT, avoid memcpy, use one less...
2018-12-08 Denys Vlasenkotls: make RIGHTSHIFTX() in AES-GCM faster
2018-11-25 Denys Vlasenkotls: code shrink
2018-11-25 Denys Vlasenkotls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even...
2018-11-24 Denys Vlasenkotls: speed up xor'ing of aligned 16-byte buffers
2018-11-24 Denys Vlasenkotls: in AES-GCM decoding, avoid memmove
2018-11-24 Denys Vlasenkotls: fix a thinko in GHASH optimization
2018-11-23 Denys Vlasenkotls: code shrink
2018-11-23 Denys Vlasenkotls: typo fix in comment
2018-11-23 Denys Vlasenkotls: make local buffers in aesgcm_GHASH() explicitly...
2018-11-23 Denys Vlasenkotls: simplify aesgcm_GHASH()
2018-11-23 Denys Vlasenkotls: in AES-CBC code, do not set key for every record...
2018-11-23 Denys Vlasenkotls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA...