Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | msg/async/crypto_onwire: implement msgr2.1 nonce format | Ilya Dryomov | 2020-06-17 | 1 | -0/+1 |
* | msg/async/crypto_onwire: perform decryption in place | Ilya Dryomov | 2020-06-12 | 1 | -7/+2 |
* | msg/async/crypto_onwire: remove TxHandler::calculate_segment_size() | Ilya Dryomov | 2020-05-14 | 1 | -2/+0 |
* | msg/async/crypto_onwire: allow dynamic reset_tx_handler() sequences | Ilya Dryomov | 2020-05-14 | 1 | -2/+11 |
* | msg/async/ProtocolV2: avoid AES-GCM nonce reuse vulnerabilities | Ilya Dryomov | 2020-05-06 | 1 | -0/+5 |
* | msg/async, v2: handle msg authentication failures. | Radoslaw Zarzynski | 2019-02-21 | 1 | -1/+6 |
* | msg/async, v2: drop reserve() from onwire crypto's TxHandler. | Radoslaw Zarzynski | 2019-02-21 | 1 | -4/+0 |
* | msg/async, v2: bring back the no-encryption ability. | Radoslaw Zarzynski | 2019-02-21 | 1 | -0/+5 |
* | auth: implement ceph::crypto::onwire with OpenSSL EVP. | Radoslaw Zarzynski | 2019-02-21 | 1 | -5/+10 |
* | auth: introduce ceph::crypto::onwire interfaces. | Radoslaw Zarzynski | 2019-02-21 | 1 | -0/+111 |