summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [script] Avoid using stack-allocated memory in process_line()Michael Brown2012-04-231-14/+15
* [xfer] Avoid using stack-allocated memory in xfer_printf()Michael Brown2012-04-231-7/+19
* [realtek] Update link state when device is openedMichael Brown2012-04-231-0/+3
* [netdevice] Allow network device to update link state before checkingMichael Brown2012-04-211-0/+3
* [skel] Add skeleton network driverMichael Brown2012-04-213-0/+332
* [efi] Fix compiler warning in elf2efi.cMichael Brown2012-04-211-0/+4
* [efi] Update link state in SNP device mode dataMichael Brown2012-04-191-2/+15
* [crypto] Allow trusted root certificate to be changed without a rebuildMichael Brown2012-04-193-2/+69