summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [build] Merge i386 and x86_64 versions of errfile.hMichael Brown2012-06-062-11/+0Star
* [crypto] Fix unused-but-set variable warningMichael Brown2012-05-241-2/+0Star
* [http] Add support for Digest authenticationMichael Brown2012-05-231-0/+173
* [http] Provide credentials only when requested by serverMichael Brown2012-05-231-16/+128
* [http] Split construction of Authorization header out of http_step()Michael Brown2012-05-231-57/+96
* [http] Defer processing response code until after receiving all headersMichael Brown2012-05-221-6/+10
* [http] Reopen connections when server does not keep connection aliveMichael Brown2012-05-221-31/+118
* [crypto] Rename KEY= to PRIVKEY= and "key" to "privkey"Michael Brown2012-05-222-18/+21
* [crypto] Require OCSP check if certificate provides an OCSP URIMichael Brown2012-05-221-0/+12
* [crypto] Automatically perform OCSP checks when applicableMichael Brown2012-05-221-68/+195
* [image] Allow "imgtrust" to automatically download cross-signed certificatesMichael Brown2012-05-221-0/+13
* [monojob] Allow monojob to be completely silentMichael Brown2012-05-221-7/+11
* [crypto] Construct OCSP check URIMichael Brown2012-05-223-83/+84
* [crypto] Fix margin of error for OCSP checksMichael Brown2012-05-221-2/+2
* [crypto] Return a NULL OCSP check if construction failsMichael Brown2012-05-221-0/+1
* [crypto] Return a NULL X.509 certificate if construction failsMichael Brown2012-05-221-0/+1
* [crypto] Accept UTCTime/GeneralizedTime with no "seconds" fieldMichael Brown2012-05-221-0/+6
* [test] Add self-tests for base64Michael Brown2012-05-202-0/+125
* [base64] Avoid overrunning input data bufferMichael Brown2012-05-201-2/+7
* [efi] Work around platforms which choke on EFI_PCI_DEVICE_ENABLEMichael Brown2012-05-161-10/+12
* [iscsi] Report SCSI response only when applicableMichael Brown2012-05-161-1/+2
* [test] Add self-tests for OCSPMichael Brown2012-05-152-0/+1526
* [crypto] Add framework for OCSPMichael Brown2012-05-156-3/+877
* [crypto] Add functions for constructing ASN.1 objectsMichael Brown2012-05-142-0/+172
* [crypto] Parse OCSPSigning key purpose, if presentMichael Brown2012-05-143-0/+16
* [crypto] Generalise x509_parse_bit_string() to asn1_bit_string()Michael Brown2012-05-145-126/+119Star
* [crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()Michael Brown2012-05-144-108/+137
* [crypto] Generalise x509_parse_time() to asn1_generalized_time()Michael Brown2012-05-143-116/+126
* [crypto] Parse X.509 raw public key bit stringMichael Brown2012-05-142-3/+11
* [crypto] Include "?subject=" in cross-signed certificate URIMichael Brown2012-05-091-3/+3
* [crypto] Reduce standard debugging outputMichael Brown2012-05-092-51/+53
* [image] Avoid potential NULL pointer dereferenceMichael Brown2012-05-081-3/+5
* [crypto] Automatically download cross-signed certificatesMichael Brown2012-05-082-11/+287
* [xferbuf] Add generic data-transfer bufferMichael Brown2012-05-083-0/+140
* [tls] Use asynchronous certificate validatorMichael Brown2012-05-082-48/+120
* [crypto] Add asynchronous certificate validatorMichael Brown2012-05-083-0/+196
* [crypto] Add x509_auto_append()Michael Brown2012-05-083-41/+81
* [crypto] Add x509_append_raw()Michael Brown2012-05-084-39/+59
* [crypto] Check that common name contains no NUL charactersMichael Brown2012-05-081-0/+9
* [crypto] Allow for X.509 certificates with no common nameMichael Brown2012-05-083-5/+7
* [list] Add list_last_entry()Michael Brown2012-05-082-1/+26
* [tcp] Discard all TCP connections on shutdownMichael Brown2012-05-081-0/+22
* [tcp] Fix potential NULL pointer dereferenceMichael Brown2012-05-081-1/+1
* [test] Add self-tests for crc32_le()Michael Brown2012-05-072-0/+117
* [test] Fix compiler warning on older gcc versionsMichael Brown2012-05-041-2/+2
* [crypto] Allow certificate chains to be long-lived data structuresMichael Brown2012-05-049-463/+1075
* [time] Add Linux time source using gettimeofday()Michael Brown2012-05-045-2/+65
* [malloc] Allow Valgrind to be used when all assertions are enabledMichael Brown2012-05-041-11/+67
* [crypto] Fix memory leak in cms_verify_digest()Michael Brown2012-05-041-1/+2
* [crypto] Parse OCSP responder URI from X.509 certificateMichael Brown2012-05-044-11/+194