Age | Commit message (Expand) | Author |
2017-05-07 | Fix stage transition from the initial one to DROPPING | Mike Belopuhov |
2017-05-07 | Backout previous as it's causing problems on architectures that align | Mike Belopuhov |
2017-05-07 | Basic implementation of the roff(7) .ta (define tab stops) request. | Ingo Schwarze |
2017-05-07 | Don't allow a negative process group ID, it would turn into a | Todd C. Miller |
2017-05-07 | Program hardware address in dwc_gmac_init() instead of dwc_gmac_attach() | Mark Kettenis |
2017-05-07 | Refactor this code to support the GMAC found on the Rockchip RK3399 alongside | Mark Kettenis |
2017-05-07 | Increase the offset from the start of the disk to the FAT filesystem | Jonathan Gray |
2017-05-07 | Sync FDT code with arm64. | Mark Kettenis |
2017-05-07 | Pass the address of the EFI system table and the EFI memory map through | Mark Kettenis |
2017-05-07 | Add arm64 support. | Mark Kettenis |
2017-05-07 | Change test from [] to [[]] and simplify pattern. | Robert Peichaer |
2017-05-07 | Replace hardcoded script name with ${0##*/} | Robert Peichaer |
2017-05-07 | sync | Jonathan Gray |
2017-05-07 | Instead of starting a 'zero-sized' CBB at the size of the first addition | Joel Sing |
2017-05-07 | Move state from ssl->internal to the handshake structure. | Bob Beck |
2017-05-07 | Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoid | Jonathan Gray |
2017-05-07 | Ensure that a client context has been connected before attempting to | Joel Sing |
2017-05-07 | Add a (currently failing) call to tls_handshake() on a client context that | Joel Sing |
2017-05-07 | Also test calling tls_handshake() on a server connection context that has | Joel Sing |
2017-05-07 | Return an error if tls_handshake() is called on a TLS context that has | Joel Sing |
2017-05-07 | Add a test that calls tls_handshake() on a connection that has already | Joel Sing |
2017-05-07 | An an initial sequencing/ordering test for libtls. | Joel Sing |
2017-05-06 | Split TLS client/server handshake and close code into separate functions | Joel Sing |
2017-05-06 | Move info about group handling via a negative pid into the list | Todd C. Miller |
2017-05-06 | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | Bob Beck |
2017-05-06 | Move TLS test code into a function that is called from main, making it | Joel Sing |
2017-05-06 | Free tls_configs earlier now that we have refcounting. | Joel Sing |
2017-05-06 | Use freezero() for the tls_load_file() failure case, since we're | Joel Sing |
2017-05-06 | BIO_free_all() and EVP_PKEY_free() can be called with NULL. | Joel Sing |
2017-05-06 | Add more functions. | Joel Sing |
2017-05-06 | Sort/group functions. | Joel Sing |
2017-05-06 | Not much point using a failed variable here. | Joel Sing |
2017-05-06 | Be explicit about when it is safe to call tls_config_free(). | Joel Sing |
2017-05-06 | Document tls_unload_file(). | Joel Sing |
2017-05-06 | Perform reference counting for tls_config. This allows tls_config_free() to | Joel Sing |
2017-05-06 | Provide a tls_unload_file() function, that frees the memory returned from | Joel Sing |
2017-05-06 | sync | Theo Buehler |
2017-05-06 | Bring in HKDF, from BoringSSL, with regress tests modified to be | Bob Beck |
2017-05-06 | Add regress coverage for SSL{,_CTX}_set_{min,max}_proto_version(). | Joel Sing |
2017-05-06 | Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. | Joel Sing |
2017-05-06 | Convert explicit_bzero() + free() to freezero(). | Frederic Cambus |
2017-05-06 | Add rkgpio(4), a driver to handle GPIOs on Rockchip SoCs. | Mark Kettenis |
2017-05-06 | Do not export the protocol PCB pointer from kernel to non-root users | Alexander Bluhm |
2017-05-06 | space needed between macro arg and punctuation; | Jason McIntyre |
2017-05-06 | Bump minors for symbol addition in libcrypto | Bob Beck |
2017-05-06 | Add ASN1_TIME_set_to to exported symbols | Bob Beck |
2017-05-06 | Add ASN1_TIME_set_tm to set an asn1 from a struct tm * | Bob Beck |
2017-05-06 | Remove unused local variable such that this actually compiles. | Mark Kettenis |
2017-05-06 | Checking for IPv4 mapped addreses and dropping the packet is done | Alexander Bluhm |
2017-05-06 | Add a few GMAC related clocks and implement reset logic. | Mark Kettenis |