summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [list] Add list_for_each_entry_continue() and _continue_reverse()Michael Brown2012-05-042-14/+103
* [test] Fix memory leak in settings self-testsMichael Brown2012-05-041-1/+2
* [malloc] Discard all cached data on shutdownMichael Brown2012-05-041-0/+25
* [menu] Add "--default" option to "choose" commandMichael Brown2012-04-293-7/+16
* [realtek] Support RTL8139 cards within generic Realtek driverMichael Brown2012-04-283-649/+400Star
* [http] Fix typo in memory allocationKevin Tran2012-04-271-1/+1
* [myson] Replace driver for Myson Technology NICsMichael Brown2012-04-274-1022/+869Star
* [natsemi] Fix test for addresses below 4GBMichael Brown2012-04-271-2/+2
* [natsemi] Replace driver for National Semicondutor NICsMichael Brown2012-04-264-1682/+1108Star
* [crypto] Do not allow build-time cryptography settings to be overriddenMichael Brown2012-04-242-63/+101
* [crypto] Allow client certificate to be changed without a rebuildMichael Brown2012-04-242-9/+98
* [build] Use $(xxx_DEPS) for additional dependency informationMichael Brown2012-04-241-95/+95
* [util] Remove obsolete Makefile rule for util/prototester.cMarin Hannache2012-04-241-8/+2Star
* [image] Remove non-working image loadersMarin Hannache2012-04-246-813/+0Star
* [intel] Replace driver for Intel Gigabit NICsMichael Brown2012-04-2465-47324/+1199Star
* [http] Avoid using stack-allocated memory in http_step()Michael Brown2012-04-241-14/+32