summaryrefslogtreecommitdiffstats
path: root/lib/private/Security/CertificateManager.php
Commit message (Expand)AuthorAgeFilesLines
* log failures to read certificates during listingRobin Appelman2023-07-101-1/+7
* Merge pull request #35092 from Messj1/bugfix/type-error-cert-manager-cache-pathJohn Molakvoæ2023-05-041-5/+12
|\
| * [BUGFIX] throw exception instead of error if unable to create file handler (o...Jan Messer2023-04-061-0/+4
| * [BUGFIX] check return value and improve error handlingJan Messer2023-04-061-5/+8
* | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-2/+2
|/
* Fix return type of methods returning false on errorCôme Chilliet2023-04-031-20/+10
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-13/+5
* cache the path of the certificate bundleRobin Appelman2022-03-171-7/+15
* return default bundle when there is an error getting the bundleRobin Appelman2022-03-141-7/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Make Security module strictJ0WI2021-04-191-9/+13
* Always return the default path if we canRoeland Jago Douma2020-11-031-0/+28
* Improve CertificateManager to not be user context dependentMorris Jobke2020-11-031-51/+15
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Update license headersChristoph Wurst2019-12-051-1/+1
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-3/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* null is a valid parameterLukas Reschke2017-08-011-2/+2
* Write cert bundle to tmp file firstRoeland Jago Douma2017-07-121-3/+16
* Do not write and read rootcerts.crt at the same timeRoeland Jago Douma2017-05-091-2/+3
* dont write a certificate bundle if the shipped ca bundle is emptyRobin Appelman2017-01-091-3/+17
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+4
* add test for needsRebundling() checkBjoern Schiessle2016-07-111-1/+11
* always check the mtime of the system bundle and additionally the user specifi...Bjoern Schiessle2016-07-081-1/+2
* Update license headersLukas Reschke2016-05-261-2/+2
* Move \OC\Security to PSR-4Roeland Jago Douma2016-04-141-0/+250