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