summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70766 Server crashes when the OCSP fetcher attempts to fetch during sh...Shreyas Kalyan2022-11-021-0/+4
* SERVER-70187 Suppress TLS handshake log line when --quiet enabledJason Chan2022-10-311-4/+6
* SERVER-69211 Fixed unneeded copyWarren James2022-09-071-1/+1
* SERVER-68401 Log latency of requests to OCSP responder for client-side verifi...Jason Chan2022-08-311-2/+20
* SERVER-67238 Record TLS handshake information for ingress connectionsJason Chan2022-08-151-5/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-3/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-1/+2
* SERVER-62477 Cleanup the interface and comments of ReadThroughCacheKaloian Manassiev2022-01-121-1/+1
* SERVER-61900 Fix Coverity analysis defect 121221: Parse warningErwin Pe2021-12-141-1/+1
* SERVER-60310 Skip irrelevant certificates when validating OCSP responsesErwin Pe2021-12-021-59/+143
* SERVER-61445 OCSP fetcher treats responses without nextUpdate as expiredErwin Pe2021-11-251-8/+34
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-181-2/+2
* SERVER-60147 analyze result of X509_digestsergey.galtsev2021-09-301-1/+3
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-211-21/+22
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-59221 Make OCSPFetcher rapidly retry on network errorErwin Pe2021-09-071-2/+26
* SERVER-59067: fix TLS memory corruptionAndrew Shuvalov2021-08-101-4/+15
* SERVER-59067: low level stress test for OpenSSL managerAndrew Shuvalov2021-08-061-1/+9
* SERVER-57716: use common CA file for OCSP where clusterCA is presentsergey.galtsev2021-08-061-19/+60
* SERVER-57630 Support SSL_OP_NO_REGNEGOTIATION if it's available at runtimeSara Golemon2021-08-021-2/+13
* SERVER-58585 uninitialized scalar variablesergey.galtsev2021-07-211-1/+1
* Revert "SERVER-57630 Support SSL_OP_NO_REGNEGOTIATION if it's available at ru...Uladzimir Makouski2021-07-051-6/+2
* SERVER-57630 Support SSL_OP_NO_REGNEGOTIATION if it's available at runtimeSara Golemon2021-07-021-2/+6
* SERVER-57601: OCSPFetcher must verify that the SSLConnectionContext that owns...Andrew Shuvalov2021-06-181-3/+61
* SERVER-57429 Remove ON_BLOCK_EXIT for X509 objects in SSLManagerOpenSSLAdrian Gonzalez2021-06-081-15/+12
* SERVER-55119 startup warning when X.509 certificates have no Subject Alternat...Sergey Galtsev2021-03-291-3/+35
* SERVER-55122 Fix OCSP to allow intermediate certificates in tlsCertificateKey...Shreyas Kalyan2021-03-211-0/+24
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-121-15/+59
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-111-59/+15
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-111-15/+59
* SERVER-51364 Ubuntu 18.04 Server with OCSP and TLS fails to workShreyas Kalyan2021-01-061-0/+6
* SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-111-55/+118
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-201-6/+6
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-151-52/+262
* Revert "SERVER-51599: Allow creating an SSLConnectionContext from in-memory c...sviatlana_zuiko2020-11-131-261/+52
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-131-52/+261
* SERVER-49280 Investigate issues with ocspValidationRefreshPeriodSecsShreyas Kalyan2020-11-111-25/+20
* SERVER-50736 Make OpenSSL explicitly accept SNIsSpencer Jackson2020-09-111-0/+14
* SERVER-50345 Fix ref count cycle in SSLManager and OCSP code during rotateMark Benvenuto2020-08-181-0/+1
* SERVER-50065 Add OCSP tests for Certificate RotationMark Benvenuto2020-08-131-147/+227
* SERVER-50006 Move OCSPManager to ServiceContextMark Benvenuto2020-08-111-1/+2
* SERVER-49133 Implemented rotate for OpensslMina Mahmood2020-08-071-36/+59
* 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