summaryrefslogtreecommitdiffstats
path: root/src/msg/async/crypto_onwire.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* msg/async/crypto_onwire: implement msgr2.1 nonce formatIlya Dryomov2020-06-171-0/+1
* msg/async/crypto_onwire: perform decryption in placeIlya Dryomov2020-06-121-7/+2
* msg/async/crypto_onwire: remove TxHandler::calculate_segment_size()Ilya Dryomov2020-05-141-2/+0
* msg/async/crypto_onwire: allow dynamic reset_tx_handler() sequencesIlya Dryomov2020-05-141-2/+11
* msg/async/ProtocolV2: avoid AES-GCM nonce reuse vulnerabilitiesIlya Dryomov2020-05-061-0/+5
* msg/async, v2: handle msg authentication failures.Radoslaw Zarzynski2019-02-211-1/+6
* msg/async, v2: drop reserve() from onwire crypto's TxHandler.Radoslaw Zarzynski2019-02-211-4/+0
* msg/async, v2: bring back the no-encryption ability.Radoslaw Zarzynski2019-02-211-0/+5
* auth: implement ceph::crypto::onwire with OpenSSL EVP.Radoslaw Zarzynski2019-02-211-5/+10
* auth: introduce ceph::crypto::onwire interfaces.Radoslaw Zarzynski2019-02-211-0/+111