aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-05Do not depend on internals of the SSL state machine.HEADandroid-n-mr2-preview-2android-n-iot-release-smart-display-r2android-n-iot-release-smart-displayandroid-n-iot-release-polk-at1android-n-iot-release-lg-thinq-wk7android-n-iot-release-ihome-igv1android-n-iot-preview-4nougat-iot-releasen-iot-preview-4mastermainDavid Benjamin
2016-09-23Don't reach into BoringSSL structs.android-n-mr1-preview-2android-n-mr1-preview-1David Benjamin
2015-12-18Fix mips64 build.android-wear-n-preview-3android-wear-n-preview-2android-wear-n-preview-1android-wear-7.1.1_r1android-n-preview-5android-n-preview-4android-n-preview-3android-n-preview-2android-n-preview-1android-n-iot-preview-2nougat-mr1-wear-releasen-iot-preview-2brillo-m9-releasebrillo-m9-devbrillo-m10-releasebrillo-m10-devElliott Hughes
2015-12-14Add MIPS little endian architectures and fix preprocessor indentationChris Dearman
2015-09-04Make tlsdated persist and load last set time.Gilad Arnold
2015-09-01Relocate a function to fix a build failure.Gilad Arnold
2015-09-01Free memory for supplementary groups as soon as possible.Gilad Arnold
2015-09-01Support for dropping privileges with supplementary groups.Gilad Arnold
2015-08-31Check whether DBus is initialized before attempting platform init.Gilad Arnold
2015-08-29Do not open a BIO on stdout.Gilad Arnold
2015-08-29Better handling of EVP_PKEY types.Gilad Arnold
2015-08-28Stop using SSL BIO.Gilad Arnold
2015-08-27More signed/unsigned comparison and function pointer fixes.Gilad Arnold
2015-08-27Eliminate GNU old-style field initialization.Gilad Arnold
2015-08-26Properly handle legacy/new syscalls.Gilad Arnold
2015-08-26Handle absence of BIO_CTRL_DUP.Gilad Arnold
2015-08-26Change an argument type to compile against BoringSSL headers.Gilad Arnold
2015-08-26Build tlsdate and tlsdated in AOSP (resubmitted).Gilad Arnold
2015-08-26Remove an unused #ifdef.Gilad Arnold
2015-08-26Use correct AUDIT_ARCH_ constants for mips32/64 and arm64.Gilad Arnold
2015-08-26Fix another signed/unsigned comparison.Gilad Arnold
2015-08-26Remove unused variables.Gilad Arnold
2015-08-26Revert "Build tlsdate and tlsdated in AOSP."Bart Sears
2015-08-25Build tlsdate and tlsdated in AOSP.Gilad Arnold
2015-08-25Remove an accidental semicolon and fix a typo.Gilad Arnold
2015-08-25Stop using preadv/pwritev.Gilad Arnold
2015-08-25Stop comparing signed and unsigned integers.Gilad Arnold
2015-08-25Remove src/common/android.{h,c}.Gilad Arnold
2015-04-29Switch from www.ptb.de which is sending a randomised time to google.com.david
2014-10-22actually fix output of --showtimeJacob Appelbaum
2014-10-20cosmetic printing refactorJacob Appelbaum
2014-10-13disable seccomp in tlsdate-helperJacob Appelbaum
2014-10-13add sys_getuidJacob Appelbaum
2014-10-13seccomp updateJacob Appelbaum
2014-10-13more verbose outputJacob Appelbaum
2014-10-13reformat seccomp tlsdate-helperJacob Appelbaum
2014-10-13add HAVE_SECCOMP_FILTER to unit testJacob Appelbaum
2014-10-13add seccomp to helper if we need/want itJacob Appelbaum
2014-10-13PR_SET_NAME and add intJacob Appelbaum
2014-10-13try to seccomp tlsdate-helperJacob Appelbaum
2014-10-13sanitize subjectAltNameJacob Appelbaum
2014-10-13change verb and die useJacob Appelbaum
2014-10-13write out \n by defaultJacob Appelbaum
2014-10-13add verb_no_syslog()Jacob Appelbaum
2014-10-13add no_new_privs()Jacob Appelbaum
2014-10-13make verbose option work againJacob Appelbaum
2014-10-13attempt seat of pants define for critical security feature (what could go wro...Jacob Appelbaum
2014-10-13ensure we have not already set PR_SET_NO_NEW_PRIVSJacob Appelbaum
2014-10-13define PR_SET_NO_NEW_PRIVSJacob Appelbaum
2014-10-13#include <sys/prctl.h>Jacob Appelbaum