| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: enable move construct/assign for OpenSSLDigest | Casey Bodley | 2023-03-02 | 1 | -0/+16 |
* | rgw: under fips & openssl 3.x allow md5 iusage in select rgw ops | Mark Kogan | 2023-01-03 | 1 | -2/+17 |
* | build: Silence deprecation warnings from OpenSSL 3 | Adam C. Emerson | 2022-05-19 | 1 | -0/+9 |
* | rgw: under fips, set flag to allow md5 in select rgw ops | Mark Kogan | 2021-10-14 | 1 | -0/+5 |
* | crimson:common add TOPNSPC namespace for ceph and crimson | Chunmei Liu | 2020-02-28 | 1 | -13/+16 |
* | common: introduce ceph::crypto::zeroize_for_security(). | Radoslaw Zarzynski | 2019-11-17 | 1 | -0/+8 |
* | common, crypto: give names to OpenSSL's mutexes. | Radoslaw Zarzynski | 2019-07-15 | 1 | -3/+7 |
* | common: OpenSSL's init code uses std::vector now. | Radoslaw Zarzynski | 2019-06-26 | 1 | -34/+29 |
* | build, common, crypto, rgw: drop USE_OPENSSL as OpenSSL is obligatory. | Radoslaw Zarzynski | 2019-06-26 | 1 | -26/+11 |
* | common: drop the cct param from ceph::crypto::init(). | Radoslaw Zarzynski | 2019-06-26 | 1 | -3/+1 |
* | common, crypto, build: get rid of NSS entirely. | Radoslaw Zarzynski | 2019-06-26 | 1 | -77/+5 |
* | common: add initialization code for old libcrypto versions. | Radoslaw Zarzynski | 2019-06-26 | 1 | -2/+174 |
* | common: implement HMACs on top of OpenSSL. | Radoslaw Zarzynski | 2019-03-13 | 1 | -1/+1 |
* | common: Use OpenSSL for cryptographic hashing | James P. Weaver | 2019-01-28 | 1 | -3/+39 |
* | common: Use ceph_assert for asserts | Adam C. Emerson | 2018-08-27 | 1 | -2/+2 |
* | common: add LockPolicy to md_config_t | Kefu Chai | 2018-06-27 | 1 | -0/+1 |
* | common: remove cryptopp digest impls | Casey Bodley | 2018-01-19 | 1 | -19/+1 |
* | crypto: allow PK11 module to load even if it's already initialized | Kefu Chai | 2017-06-23 | 1 | -1/+1 |
* | common: Remove redundant includes | Jos Collin | 2017-05-26 | 1 | -7/+0 |
* | common: fix building against libcryptopp | Shengjing Zhu | 2017-05-04 | 1 | -2/+2 |
* | crypto: cleanup NSPR in main thread | Kefu Chai | 2017-04-27 | 1 | -1/+5 |
* | rgw: AWS4 authentication minimal support | Javier M. Mellid | 2016-02-13 | 1 | -1/+5 |
* | crypto: fix unbalanced ceph::crypto::init/ceph::crypto:shutdown | Yan, Zheng | 2015-08-13 | 1 | -0/+1 |
* | crypto: use NSS_InitContext/NSS_ShutdownContex to avoid memory leak | Jason Dillaman | 2015-07-28 | 1 | -13/+23 |
* | crypto: fix cmake error '#elif with no expression' | Danny Al-Gaaf | 2015-05-07 | 1 | -1/+1 |
* | auth: use crypto_init_mutex to protect NSS_Shutdown() | Yan, Zheng | 2015-03-21 | 1 | -0/+2 |
* | auth: reinitialize NSS modules after fork() | Yan, Zheng | 2015-03-20 | 1 | -0/+11 |
* | Work around race condition in libnss | Sharif Olorin | 2014-03-13 | 1 | -0/+6 |
* | ceph_crypto.cc: remove unused shutdown() outside crypto ifdef's | Danny Al-Gaaf | 2013-02-06 | 1 | -1/+0 |
* | crypto: add cms utility function | Yehuda Sadeh | 2012-11-02 | 1 | -3/+9 |
* | crypto: remove old crypto globals | Sage Weil | 2012-08-17 | 1 | -21/+10 |
* | crypto: make crypto handlers non-static | Sage Weil | 2011-11-09 | 1 | -0/+5 |
* | Create a libcommon service thread | Colin Patrick McCabe | 2011-05-24 | 1 | -0/+4 |
* | common_init: don't init crypto until after fork | Colin Patrick McCabe | 2011-05-21 | 1 | -12/+0 |
* | ceph_crypto: add assert_init | Colin Patrick McCabe | 2011-05-21 | 1 | -1/+14 |
* | ceph_crypto: Fix ceph::crypto::init mutex for NSS. | Tommi Virtanen | 2011-05-05 | 1 | -2/+7 |
* | ceph::crypto::init: add PTHREAD_MUTEX_INITIALIZER | Colin Patrick McCabe | 2011-05-05 | 1 | -1/+1 |
* | crypto: fix non-reentrancy of ceph::crypto::init | Colin Patrick McCabe | 2011-05-05 | 1 | -0/+26 |
* | common, cfuse: Hook into daemonization and shutdown/init NSS. | Tommi Virtanen | 2011-04-29 | 1 | -0/+6 |
* | ceph_crypto: Assert that NSS initialization works. | Tommi Virtanen | 2011-04-29 | 1 | -1/+3 |
* | ceph_crypto: fix undefined references | Colin Patrick McCabe | 2011-03-23 | 1 | -0/+11 |
* | ceph_crypto: Implement MD5 wrapper for NSS. | Tommi Virtanen | 2011-03-11 | 1 | -0/+13 |