Age | Commit message (Expand) | Author |
2015-02-07 | userland gets static on functions only used within a file. | David Gwynne |
2015-02-07 | argc is passed as a long by the kernel, define it as such to match what | Miod Vallat |
2015-02-07 | Only call free in CBB_init(). | Doug Hogan |
2015-02-07 | Attempt to implement the OpenSSL error dance so that TLS read/write | Joel Sing |
2015-02-07 | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | Joel Sing |
2015-02-07 | Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds. | Joel Sing |
2015-02-07 | Combine c_allc.c and c_alld.c into c_all.c - there is not much point having | Joel Sing |
2015-02-07 | Fix typo and ASN.1 tag number range comment in bytestring.h. | Doug Hogan |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller |
2015-02-06 | KNF bytestring files. | Doug Hogan |
2015-02-06 | Remove accidental, commented out code. | Doug Hogan |
2015-02-06 | Unifdef NETSCAPE_HANG_BUG. | Joel Sing |
2015-02-06 | Add additional checks to ssl3_send_client_key_exchange() that ensures | Joel Sing |
2015-02-06 | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | Doug Hogan |
2015-02-06 | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | Joel Sing |
2015-02-06 | Add support for stravis() to vis.3 and Makefile.inc. | Doug Hogan |
2015-02-06 | Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem(). | Reyk Floeter |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2015-02-05 | macro fixes from Kaspars at Bankovskis dot net; | Ingo Schwarze |
2015-02-05 | Declare the x509_(mem|file|dir)_lookup symbols as static because they | Reyk Floeter |
2015-02-04 | Replace realloc() with reallocarray() in libkeynote. Do not free | Alexander Bluhm |
2015-02-04 | Return the correct report ID when hitting a "collection" item. | Martin Pieuchot |
2015-01-31 | fix macro usage; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-30 | fix a possible NULL-deref when trying to deref ifa->ifa_addr | Gilles Chehade |
2015-01-30 | Make the TLS connect and accept error messages consistent. | Alexander Bluhm |
2015-01-30 | Rework vis.3 so it has standard sections. | Doug Hogan |
2015-01-29 | Use .Rv where appropriate, and move it to RETURN VALUES; | Ingo Schwarze |
2015-01-28 | dial the time back to about 0.1s, closer to the original targets and | Ted Unangst |
2015-01-28 | Fix a number of issues relating to algorithms in signatures, Mostly | Bob Beck |
2015-01-26 | Place the remainder of e_os2.h under #ifndef LIBRESSL_INTERNAL until we can | Joel Sing |
2015-01-26 | Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers | Joel Sing |
2015-01-25 | mention that the kern.global_ptrace sysctl also affects PT_ATTACH | Ted Unangst |
2015-01-24 | Add back <sys/param.h>; it's needed for MACHINE_STACK_GROWS_UP. | Mark Kettenis |
2015-01-23 | More missing $OpenBSD$. | Kenneth R Westerback |
2015-01-23 | Ensure that a ServerKeyExchange message is received if the selected cipher | Joel Sing |
2015-01-22 | Fix logic botch causing warnings with Clang. Reported by dhill, matches | Miod Vallat |
2015-01-22 | Possibly uninitialized variable. From Clang via dhill. | Miod Vallat |
2015-01-22 | Document that changes made to the directory hierarchy of the chroot | Todd C. Miller |
2015-01-22 | Use field names in struct initialisers. | Joel Sing |
2015-01-22 | last entry in NAME should not have a trailing comma; | Jason McIntyre |
2015-01-22 | Add MLINK for tls_config_set_ca_mem() | Reyk Floeter |
2015-01-22 | Allow to to load the CA chain directly from memory instead of | Reyk Floeter |
2015-01-22 | Support CA verification in chroot'ed processes without direct file | Reyk Floeter |
2015-01-22 | Add X509_STORE_load_mem() to load certificates from a memory buffer | Reyk Floeter |
2015-01-22 | Assume that the size of a pointer will not change at runtime. | Brent Cook |
2015-01-22 | Do not need to include <sys/cdefs.h> when headers included above end up | Theo de Raadt |
2015-01-21 | Truncate progname to NAME_MAX in the syslog message, to ensure other | Theo de Raadt |
2015-01-21 | Fix DTLS memory leak (CVE-2015-0206). | Doug Hogan |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-20 | Revert some $OpenBSD$ additions about which there are doubts. | Kenneth R Westerback |