summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/ssl_manager_apple.cpp
Commit message (Expand)AuthorAgeFilesLines
* updates to some codeSERVER-36895Shreyas Kalyan2018-09-171-1/+1
* SERVER-36895 added CIDR importShreyas Kalyan2018-09-131-1/+1
* SERVER-36895 updated SAN recognition for IP addresses on Mac and OpenSSLShreyas Kalyan2018-09-131-6/+32
* SERVER-36452 Avoid compile failures on OS X if system headers add more SSLPro...Geert Bosch2018-08-301-0/+1
* SERVER-36942 Differentiate invalid hostname from invalid certificateSara Golemon2018-08-301-3/+4
* SERVER-35418 Allow specifying CAs for incoming and outgoing connections separ...Sara Golemon2018-08-291-7/+34
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-231-0/+35
* SERVER-35781 Fix BF related to log message in OSX SSL managerAdam Cooper2018-07-021-10/+17
* SERVER-27264 Allow disabling no client certificate warningAdam Cooper2018-06-111-4/+9
* SERVER-35016 Adding commmon log for client/server certificate with LOG(1)Kashish Garg2018-06-051-9/+0
* SERVER-35170 Add misc fixes to enable building in -std=c++17 modeAndrew Morrow2018-05-231-12/+28
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-60/+74
* SERVER-34831 Add support for emailAddress in subject nameMark Benvenuto2018-05-071-3/+4
* SERVER-34545 Handle empty RDNs in Certificate subject namesMark Benvenuto2018-04-191-0/+4
* SERVER-34413 Converting Certificate Subject Names to strings need to obey RFC...Mark Benvenuto2018-04-171-1/+1
* SERVER-33833 Switch OSX builds to native TLS and enable OpenSSL legacy builderSara Golemon2018-04-061-15/+54
* SERVER-34139 Add certificate selector for Apple for SecureTransportSara Golemon2018-04-021-94/+254
* SERVER-34151 Support roles in client certs for Secure TransportSara Golemon2018-03-281-7/+64
* SERVER-22412 Implement a secure transport ASIO backendSara Golemon2018-03-171-0/+1171