summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49826 Enable OCSP stapling on OpenSSL 1.0.1Spencer Jackson2020-08-041-7/+22
* SERVER-50012 Use PeriodicRunner for the certificate expiration monitorGabriel Marks2020-08-031-1/+1
* SERVER-49130 Logging certificate information on startup for LinuxMina Mahmood2020-08-031-37/+178
* SERVER-49189 pass current cachedValue (and time, if causally consistent) to R...Kevin Pulo2020-07-231-1/+3
* SERVER-49115 Moved OCSP's global state into SSLManagerOpenSSLMina Mahmood2020-07-171-27/+48
* SERVER-49511 Enable support for no nextUpdate fieldShreyas Kalyan2020-07-151-7/+11
* SERVER-48774 setting cipher list does not work for TLSv1.3 only (if TLS1_0, T...Adam Cooper2020-07-141-0/+22
* SERVER-49114 Replace getSSLManager() with SSLManagerCoordinatorGabriel Marks2020-07-141-3/+3
* SERVER-49113 Rewrote CertificateExpirationMonitor classMina Mahmood2020-07-091-2/+2
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+1
* SERVER-49339 Rename ocspValidationRefreshPeriodSecs to ocspStaplingRefreshPer...Shreyas Kalyan2020-07-081-4/+4
* SERVER-49129 Add getSSLInformationToLog skeletonGabriel Marks2020-07-021-0/+7
* SERVER-48006 Fix default for opensslCipherConfigGabriel Marks2020-06-261-14/+4
* SERVER-47376 Delete TODOGabriel Marks2020-06-171-1/+0
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-2/+2
* SERVER-46154 Pull the InProgressLookup outside of ReadThroughCacheKaloian Manassiev2020-05-171-6/+5
* SERVER-47375 Complete TODO listed in SERVER-45798Shreyas Kalyan2020-05-111-1/+0
* SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan2020-05-081-6/+12
* Revert "SERVER-47934 Create a setParameter to control the OCSP HTTP client ti...Marcos José Grillo Ramírez2020-05-081-12/+6
* SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan2020-05-081-6/+12
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-071-3/+3
* SERVER-47811 Search the intermediate certificates for the issuer of the peer ...Shreyas Kalyan2020-05-051-11/+36
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47051 Investigate OCSP failures on 4.3.4 and on 4.5.0Shreyas Kalyan2020-04-031-18/+37
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-04-011-39/+60
* Revert "SERVER-46950 Add message-strings for TLS"Spencer Jackson2020-03-271-60/+39
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-03-251-39/+60
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-46526 Review and Convert LogV2 statements in TLSShreyas Kalyan2020-03-171-51/+64
* SERVER-46604 Fix destruction order of ThreadPool in OCSPCacheKaloian Manassiev2020-03-041-84/+77
* SERVER-46539 Fix issue with stapling and a down responderShreyas Kalyan2020-03-021-2/+2
* SERVER-45797 Implement support for MustStaple in the ServerAdam Cooper2020-02-281-1/+55
* SERVER-46336 Remove Expired Stapled OCSP ResponseShreyas Kalyan2020-02-271-14/+52
* SERVER-42939 Add new setParameter for `ocspValidationRefreshPeriodSecs`Adam Cooper2020-02-271-4/+20
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-271-472/+644
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-4/+3
* SERVER-42936 Implement support for Client connections without OCSPShreyas Kalyan2020-02-201-1/+8
* SERVER-46174 Free peer certificate in SSL_get0_verified_chain polyfillSara Golemon2020-02-141-4/+4
* SERVER-42938 Implement Infrastructure for Provisioning and Refreshing OCSP Re...Shreyas Kalyan2020-02-131-130/+198
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-56/+108
* SERVER-44905 Futurize the retrieval of OCSP ResponsesShreyas Kalyan2020-02-041-104/+147
* SERVER-45929 Fix issue with OCSP_basic_verifyShreyas Kalyan2020-02-031-1/+1
* SERVER-44435 Allow selective whitelisting of X509 based role authorizationsSara Golemon2020-01-171-0/+65
* SERVER-44325 Provide SSL_get0_verified_chain() polyfill for OpenSSL < 1.1.0Sara Golemon2020-01-161-11/+43
* SERVER-42937 Implement Support for OCSP Stapling for OpenSSLShreyas Kalyan2020-01-061-339/+615
* SERVER-45156 SockAddr constructor should take sockaddr, not sockaddr_storageMark Benvenuto2019-12-181-1/+2
* SERVER-44674 Dead Code Removal: macOS/Windows support in OpenSSLSara Golemon2019-11-221-155/+1
* SERVER-44048 Fix OCSP Mock ResponderShreyas Kalyan2019-11-151-4/+5
* SERVER-42934 Implement and test OCSP Client ValidationShreyas Kalyan2019-11-071-0/+378
* SERVER-41045 Add SNI support for windows SSLShreyas Kalyan2019-10-311-21/+14