Age | Commit message (Expand) | Author |
2014-08-31 | They're thread IDs, not PIDs. The wording is a bit clunky, but closer | Philip Guenther |
2014-08-31 | Declare and document getthrid() | Philip Guenther |
2014-08-31 | Add sockatmark() | Philip Guenther |
2014-08-31 | Add additional userland interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-30 | Xr __tfork instead of fork | Philip Guenther |
2014-08-28 | preserve errno value on success. | Brent Cook |
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser |
2014-08-27 | Add the API function ressl_config_set_ecdhcurve(config, name) to set a | Reyk Floeter |
2014-08-26 | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | Joel Sing |
2014-08-25 | Delete secret or secret-derived data with explicit_bzero. | Doug Hogan |
2014-08-24 | constify strerror return value | Brent Cook |
2014-08-24 | Include <sys/time.h> to get struct timeval | Brent Cook |
2014-08-24 | Include <sys/select.h> to get select | Brent Cook |
2014-08-24 | Let SSL_CIPHER_description() allocate the buffer for the description, | Joel Sing |
2014-08-24 | Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and a | Joel Sing |
2014-08-23 | Remove non-standard GOST cipher suites (which are not compiled in | Joel Sing |
2014-08-23 | Replace the remaining ssl3_get_cipher_by_char() calls with n2s() and | Joel Sing |
2014-08-23 | unbind; | Jason McIntyre |
2014-08-22 | POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb. | Kenneth R Westerback |
2014-08-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov |
2014-08-19 | Three independent typos for `independent' or `independently'. | Miod Vallat |
2014-08-18 | replace more ROTATE macros with plain-old C code. | bcook |
2014-08-18 | remove return value from HOST_c2l/l2c macros | bcook |
2014-08-18 | a small tweak to improve malloc in multithreaded programs. we don't need | Ted Unangst |
2014-08-18 | Add mention of execvpe() setting errno on failure. | Philip Guenther |
2014-08-16 | Cover execvpe() in the description of what the envp arg means. | Philip Guenther |
2014-08-16 | only build the getrandom path if SYS_getrandom is defined. | bcook |
2014-08-16 | Fixed typo in "distinct". | Tobias Stoeckmann |
2014-08-16 | getrandom(2) support for getentropy_linux | bcook |
2014-08-15 | use void * instead of char *. ok jsing | Ted Unangst |
2014-08-15 | XPG requires insque() and remque() to work with linear lists and not just | Philip Guenther |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2014-08-14 | fixed overrid(d)en typo | Tobias Stoeckmann |
2014-08-13 | munmap correct object in (extremely unlikely, and effectively terminal) | Theo de Raadt |
2014-08-12 | Merge a patch that i successfully pushed to OpenSSL, | Ingo Schwarze |
2014-08-12 | Replace intrinsic ROTATE macros with an inline. | bcook |
2014-08-11 | Guard RSA / RC4-5 ASM when NO_ASM is not defined | bcook |
2014-08-11 | Check the return value of sk_SSL_CIPHER_new_null(), since it allocates | Joel Sing |
2014-08-11 | Unchecked memory allocation and potential leak upon error in | Miod Vallat |
2014-08-11 | Remove now-unused SSL2_STATE as well as ssl2-specific state machine values. | Miod Vallat |
2014-08-11 | Currently, ssl3_put_char_by_bytes(NULL, NULL) is just a long handed way | Joel Sing |
2014-08-11 | Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked | Joel Sing |
2014-08-10 | Tweak cipher list comments and add missing cipher value comments. | Joel Sing |
2014-08-10 | Remove disabled (weakened export and non-ephemeral DH) cipher suites from | Joel Sing |
2014-08-10 | Since we no longer need to support SSLv2-style cipher lists, start | Joel Sing |
2014-08-10 | debug level test for clock_gettime() calls should match | Jonathan Gray |
2014-08-10 | AF_IMPLINK and AF_BLUETOOTH are gone | Philip Guenther |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther |
2014-08-09 | Only need <stdint.h> and not <inttypes.h> here | Philip Guenther |