4166 次程式碼提交 (10501351597c09c70f7ec0b158eb7b1fbfa2a4d6)
 

作者 SHA1 備註 提交日期
  Michael Brown 1050135159 [contrib] Update bochsrc.txt to latest version of bochs 12 年之前
  Michael Brown 734de43585 [build] Merge i386 and x86_64 versions of errfile.h 12 年之前
  Michael Brown 5af9ad51c8 [crypto] Fix unused-but-set variable warning 12 年之前
  Michael Brown 658c25aa82 [http] Add support for Digest authentication 12 年之前
  Michael Brown 5f2226aa36 [http] Provide credentials only when requested by server 12 年之前
  Michael Brown 8f5d44b5c6 [http] Split construction of Authorization header out of http_step() 12 年之前
  Michael Brown 46df5c92a8 [http] Defer processing response code until after receiving all headers 12 年之前
  Michael Brown 8a5ba6733d [http] Reopen connections when server does not keep connection alive 12 年之前
  Michael Brown 4fa1a2b4fe [crypto] Rename KEY= to PRIVKEY= and "key" to "privkey" 12 年之前
  Michael Brown 7fa1f41f7d [crypto] Require OCSP check if certificate provides an OCSP URI 12 年之前
  Michael Brown 073331c2ee [crypto] Automatically perform OCSP checks when applicable 12 年之前
  Michael Brown 071171e807 [image] Allow "imgtrust" to automatically download cross-signed certificates 12 年之前
  Michael Brown 89a354d553 [monojob] Allow monojob to be completely silent 12 年之前
  Michael Brown 944e023def [crypto] Construct OCSP check URI 12 年之前
  Michael Brown 57de8b6272 [crypto] Fix margin of error for OCSP checks 12 年之前
  Michael Brown b278094902 [crypto] Return a NULL OCSP check if construction fails 12 年之前
  Michael Brown c923d57663 [crypto] Return a NULL X.509 certificate if construction fails 12 年之前
  Michael Brown f20c3742e7 [crypto] Accept UTCTime/GeneralizedTime with no "seconds" field 12 年之前
  Michael Brown f4c88d55bd [test] Add self-tests for base64 12 年之前
  Michael Brown 40e68e1119 [base64] Avoid overrunning input data buffer 12 年之前
  Michael Brown 1af9284225 [efi] Work around platforms which choke on EFI_PCI_DEVICE_ENABLE 12 年之前
  Michael Brown 73b21174b2 [iscsi] Report SCSI response only when applicable 12 年之前
  Michael Brown a33298dcda [test] Add self-tests for OCSP 12 年之前
  Michael Brown 39ac285a8a [crypto] Add framework for OCSP 12 年之前
  Michael Brown deac4ea1ba [crypto] Add functions for constructing ASN.1 objects 12 年之前
  Michael Brown e01af7367d [crypto] Parse OCSPSigning key purpose, if present 12 年之前
  Michael Brown 4aad46ac70 [crypto] Generalise x509_parse_bit_string() to asn1_bit_string() 12 年之前
  Michael Brown 7deb610881 [crypto] Generalise asn1_{digest,pubkey,signature}_algorithm() 12 年之前
  Michael Brown 88c09b36cf [crypto] Generalise x509_parse_time() to asn1_generalized_time() 12 年之前
  Michael Brown e5858c1938 [crypto] Parse X.509 raw public key bit string 12 年之前
  Michael Brown 4855e86d95 [crypto] Include "?subject=" in cross-signed certificate URI 12 年之前
  Michael Brown 0e4ee60a75 [crypto] Reduce standard debugging output 12 年之前
  Michael Brown c124f21f56 [image] Avoid potential NULL pointer dereference 12 年之前
  Michael Brown 3e6e0078e0 [crypto] Automatically download cross-signed certificates 12 年之前
  Michael Brown 2e4be01690 [xferbuf] Add generic data-transfer buffer 12 年之前
  Michael Brown f19565f58f [tls] Use asynchronous certificate validator 12 年之前
  Michael Brown 29dcb0631b [crypto] Add asynchronous certificate validator 12 年之前
  Michael Brown 1a5f025ad8 [crypto] Add x509_auto_append() 12 年之前
  Michael Brown 99c798d87a [crypto] Add x509_append_raw() 12 年之前
  Michael Brown 6c8fcd4bb3 [crypto] Check that common name contains no NUL characters 12 年之前
  Michael Brown 0ad8b601dd [crypto] Allow for X.509 certificates with no common name 12 年之前
  Michael Brown 6ba7fb7c5c [list] Add list_last_entry() 12 年之前
  Michael Brown 8a0331c29b [tcp] Discard all TCP connections on shutdown 12 年之前
  Michael Brown 52dd4bacad [tcp] Fix potential NULL pointer dereference 12 年之前
  Michael Brown e844297ef6 [test] Add self-tests for crc32_le() 12 年之前
  Michael Brown 6a4b128191 [test] Fix compiler warning on older gcc versions 12 年之前
  Michael Brown 557f467bab [crypto] Allow certificate chains to be long-lived data structures 12 年之前
  Michael Brown 6ed905aba2 [time] Add Linux time source using gettimeofday() 12 年之前
  Michael Brown 6f3e7e90fc [malloc] Allow Valgrind to be used when all assertions are enabled 12 年之前
  Michael Brown 793b8b0893 [crypto] Fix memory leak in cms_verify_digest() 12 年之前