summaryrefslogtreecommitdiff
path: root/ssl/record/tls_pad.c
Commit message (Expand)AuthorAgeFilesLines
* Move tls_pad.c into ssl/record/methodsMatt Caswell2022-11-141-325/+0
* Fix leakage when the cacheline is 32-bytes in CBC_MAC_ROTATE_IN_PLACEbasavesh2022-05-091-3/+11
* RAND_bytes_ex: fix return checkPeiwei Hu2021-11-161-1/+1
* Replace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.cBernd Edlinger2021-10-061-2/+0
* Update copyright yearMatt Caswell2021-06-171-1/+1
* ssl: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-6/+6
* Remove SSL dependencies from tls_pad.cMatt Caswell2020-07-061-64/+101
* Split the padding/mac removal functions out into a separate fileMatt Caswell2020-07-061-0/+282