summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34923 PeriodicRunnerASIO -> ImplJason Carey2018-05-1010-581/+463
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-092-9/+19
* SERVER-33874 Unifiy hostname resolution in TransportLayerASIOJonathan Reams2018-05-082-2/+2
* SERVER-31400 Record netstat metrics in ftdcBruce Lucas2018-05-083-0/+245
* SERVER-34872 Disable `DecorableTest::ThrowingConstructor` on s390x.ADAM David Alan Martin2018-05-071-0/+4
* SERVER-34831 Add support for emailAddress in subject nameMark Benvenuto2018-05-072-6/+7
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-0516-2367/+322
* SERVER-34506 TLASIO test for isJustForContinuationJason Carey2018-05-041-0/+22
* SERVER-33329: Make server and shell emit TLS protocol_version alertsSpencer Jackson2018-05-011-8/+10
* SERVER-34734 Make Secure Transport error messages more human readableSara Golemon2018-04-302-23/+19
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-0/+23
* SERVER-34364 add test coverage for dassert macror3.7.9Benety Goh2018-04-261-1/+26
* SERVER-34636 enable opportunistic writes with sslr3.7.8Jason Carey2018-04-263-3/+12
* SERVER-34364 remove invariantOK and dassertOKBenety Goh2018-04-262-18/+0
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-1/+1
* SERVER-34364 qualify names from std namespaceBenety Goh2018-04-231-29/+28
* SERVER-34364 add Status and StatusWith support to invariant()Benety Goh2018-04-234-25/+130
* Replace LOKI_ preprocessor macros with mongo equivalents..Billy Donahue2018-04-201-9/+6
* SERVER-34545 Handle empty RDNs in Certificate subject namesMark Benvenuto2018-04-191-0/+4
* SERVER-34396 Fail to compile if io manipulators like std::hex are passed to S...Mathias Stearn2018-04-181-0/+8
* SERVER-34468 Disable TLS 1.0 by default on AppleMark Benvenuto2018-04-181-4/+3
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-187-1407/+0
* SERVER-34477 Do not mix iterators from different mapsSara Golemon2018-04-171-9/+11
* SERVER-34413 Converting Certificate Subject Names to strings need to obey RFC...Mark Benvenuto2018-04-177-38/+169
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-0/+23
* SERVER-32487 Embedded CAPI takes a yaml config string instead of argc and argv.Henrik Edin2018-04-102-14/+65
* SERVER-34344 Fix Windows SChannel Certificate ValidationMark Benvenuto2018-04-061-3/+3
* SERVER-33833 Switch OSX builds to native TLS and enable OpenSSL legacy builderSara Golemon2018-04-061-15/+54
* SERVER-34300 log status in SharedStateBase::setError in dassertBenety Goh2018-04-061-1/+1
* SERVER-34300 fixed typo in Future commentsBenety Goh2018-04-061-1/+1
* SERVER-34237 Allow disabling TLS versions in the shell and disable TLS 1.0 by...Sara Golemon2018-04-051-34/+87
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-053-2/+48
* SERVER-33821 TL changes for NITLJason Carey2018-04-051-1/+6
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-053-48/+2
* SERVER-34301 make Notification<T> bool operation constBenety Goh2018-04-041-3/+3
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-043-2/+48
* comment fixBilly Donahue2018-04-031-1/+1
* SERVER-32981 Disable TLS 1.0 by defaultSara Golemon2018-04-032-2/+29
* SERVER-34139 Add certificate selector for Apple for SecureTransportSara Golemon2018-04-023-95/+258
* SERVER-33889 Strip out commands and libraries from embeddedAndrew Morrow2018-04-021-0/+1
* SERVER-34186 add Future::isReady()Mathias Stearn2018-03-302-0/+100
* SERVER-33832 SChannel and Test FixesMark Benvenuto2018-03-292-47/+66
* SERVER-33941 Add SNI support for all ASIO SSL enginesMark Benvenuto2018-03-2912-41/+59
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-292-0/+205
* SERVER-34151 Support roles in client certs for Secure TransportSara Golemon2018-03-281-7/+64
* SERVER-32979 Certificate selector - remove serial and tweaksMark Benvenuto2018-03-273-15/+14
* SERVER-33988 Use memory_order_acquire in Future wait loopMathias Stearn2018-03-262-2/+10
* SERVER-34106 Remove all uses of `std::auto_ptr`.ADAM David Alan Martin2018-03-231-1/+1
* SERVER-32979 Fix LintMark Benvenuto2018-03-231-1/+2