summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39202 Improve deterministic calculation of key container namesMark Benvenuto2019-01-301-2/+6
* SERVER-38738 collapse all getSSLManager() to one implementation and remove mutexIsabella Siu2019-01-091-11/+2
* SERVER-38427 Log warning when client connects with server's own TLS certificateIsabella Siu2019-01-071-0/+7
* SERVER-37835 Support rolling over X509 cluster auth certificatesJonathan Reams2019-01-031-1/+2
* SERVER-37834 Implement RFC 4514 X509 DN parserJonathan Reams2018-12-171-2/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36895 updated SAN recognition for IP addresses on Mac and OpenSSLShreyas Kalyan2018-10-081-4/+37
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-09-171-20/+19
* SERVER-36919 Add server setParameter tlsSuppressClientCertificateSara Golemon2018-09-101-1/+1
* SERVER-35418 Allow specifying CAs for incoming and outgoing connections separ...Sara Golemon2018-08-291-21/+48
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-231-3/+41
* SERVER-35541 Support PKCS#8 PrivateKeyInfo in SChannel ProviderMark Benvenuto2018-06-111-31/+62
* SERVER-27264 Allow disabling no client certificate warningAdam Cooper2018-06-111-4/+8
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-53/+13
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-091-9/+18
* SERVER-34831 Add support for emailAddress in subject nameMark Benvenuto2018-05-071-3/+3
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+0
* SERVER-34413 Converting Certificate Subject Names to strings need to obey RFC...Mark Benvenuto2018-04-171-35/+92
* SERVER-34344 Fix Windows SChannel Certificate ValidationMark Benvenuto2018-04-061-3/+3
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-32981 Disable TLS 1.0 by defaultSara Golemon2018-04-031-0/+4
* SERVER-33832 SChannel and Test FixesMark Benvenuto2018-03-291-3/+5
* SERVER-33941 Add SNI support for all ASIO SSL enginesMark Benvenuto2018-03-291-4/+2
* SERVER-32979 Fix LintMark Benvenuto2018-03-231-1/+2
* SERVER-32979 Windows Certificate SelectorsMark Benvenuto2018-03-231-1/+157
* SERVER-22411 SChannel Certificate Validation and FixesMark Benvenuto2018-03-221-7/+414
* SERVER-22411 SChannel CA and CRL supportMark Benvenuto2018-03-161-3/+197
* SERVER-22411 Schannel FIPS supportMark Benvenuto2018-03-121-0/+9
* SERVER-22411 Refactor Windows Certificate PEM file loadingMark Benvenuto2018-03-081-108/+176
* SERVER-22411 ASIO SChannel stream implementationMark Benvenuto2018-02-271-26/+628
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-151-0/+209
* Revert "SERVER-22411 Add stub implementation of ASIO SChannel integration"Mark Benvenuto2018-02-071-209/+0
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-071-0/+209