MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / ~SSL_SESSION

Method ~SSL_SESSION

extra/yassl/src/yassl_int.cpp:1690–1696  ·  view source on GitHub ↗

clean up secret data

Source from the content-addressed store, hash-verified

1688
1689// clean up secret data
1690SSL_SESSION::~SSL_SESSION()
1691{
1692 volatile opaque* p = master_secret_;
1693 clean(p, SECRET_LEN, random_);
1694
1695 ysDelete(peerX509_);
1696}
1697
1698
1699static Sessions* sessionsInstance = 0;

Callers

nothing calls this directly

Calls 2

cleanFunction · 0.85
ysDeleteFunction · 0.85

Tested by

no test coverage detected