| Commit message (Expand) | Author | Age | Files | Lines |
* | Add OPENSSL_NO_EGD to opensslfeatures.h. |  bcook | 2015-05-26 | 2 | -0/+2 |
* | Kill outdated comment. |  jca | 2015-05-25 | 1 | -2/+2 |
* | Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as using |  guenther | 2015-05-25 | 2 | -8/+8 |
* | Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset. |  eric | 2015-05-25 | 2 | -4/+13 |
* | getnameinfo(3) doesn't need to initialize the resolver when it's only used |  eric | 2015-05-25 | 1 | -1/+150 |
* | Maximilian dot Fillinger at uni-duesseldorf dot de |  schwarze | 2015-05-24 | 3 | -74/+109 |
* | bump to version 2.2 |  bcook | 2015-05-23 | 2 | -4/+4 |
* | define BYTEORDER so the endian tests will work |  jsg | 2015-05-23 | 1 | -1/+10 |
* | No need to check the return value of memcpy() if you actually checked this |  miod | 2015-05-20 | 2 | -6/+4 |
* | Instead of testing for __ELF__ and/or vax, leave out the bits for interfacing |  guenther | 2015-05-19 | 4 | -22/+21 |
* | swap calloc() arguments for clarity |  deraadt | 2015-05-18 | 1 | -2/+2 |
* | Record inter-library dependencies between libcrypto, libssl and libtls |  kettenis | 2015-05-17 | 6 | -2/+11 |
* | Of course, fcntl errno case returns -1, which must be converted to 0 |  deraadt | 2015-05-17 | 1 | -2/+2 |
* | isatty() is used by stdio to determine the buffering mode. Add a F_ISATTY |  deraadt | 2015-05-17 | 1 | -6/+3 |
* | Use fcntl() to set non-blocking-mode, rather ioctl(). This has a better |  deraadt | 2015-05-17 | 1 | -4/+20 |
* | Make index/rindex weak aliases of strchr/strrchr since they are not |  millert | 2015-05-15 | 21 | -126/+44 |
* | trailing whitespace; |  jmc | 2015-05-15 | 1 | -3/+3 |
* | Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls. |  jsg | 2015-05-15 | 10 | -30/+32 |
* | Use STRONG_ALIAS instead of ALTENTRY. |  kettenis | 2015-05-14 | 2 | -4/+6 |
* | rev 1.3 introduced a check to an if statement without adding braces. |  jsg | 2015-05-14 | 1 | -3/+1 |
* | If crypt(3) is called with an unknown setting, return NULL instead |  bluhm | 2015-05-13 | 1 | -1/+3 |
* | Add dlclose(3) to SEE ALSO |  guenther | 2015-05-12 | 1 | -2/+3 |
* | Document pthread_atfork(3)'s interaction with dlclose(3) |  guenther | 2015-05-12 | 1 | -8/+21 |
* | Put the right number of leading underscores in ___cerror and __cerror, for |  miod | 2015-05-12 | 2 | -4/+6 |
* | chflagsat() is also async-signal-safe |  guenther | 2015-05-12 | 2 | -4/+6 |
* | Whoops, need to pass through O_ACCMODE flags to the underlying __*_open() |  guenther | 2015-05-11 | 1 | -3/+3 |
* | When checking flags that will be passed to open(), test the O_ACCMODE portion |  guenther | 2015-05-11 | 4 | -10/+15 |
* | In the child after fork, the dl lock has to be forced as its inner spinlock |  guenther | 2015-05-10 | 2 | -11/+18 |
* | fix a fd leak in an error path in code under #ifdef DEBUG |  jsg | 2015-05-06 | 1 | -1/+2 |
* | AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces. |  jca | 2015-05-05 | 1 | -4/+10 |
* | Move the AI_ADDRCONFIG setup to its own function. |  jca | 2015-05-05 | 1 | -18/+41 |
* | Make argument name consistent and use .Fn rather than .Nm in section 3. |  schwarze | 2015-05-05 | 1 | -5/+5 |
* | add missing braces in _aucat_wmsg() |  jsg | 2015-05-05 | 1 | -2/+3 |
* | Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensions |  guenther | 2015-05-05 | 1 | -3/+10 |
* | Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@ |  sthen | 2015-05-04 | 1 | -0/+381 |
* | Use the size of the buffer not the pointer in a call to mem_free(). |  jsg | 2015-05-04 | 1 | -2/+2 |
* | use strdup() to init string |  deraadt | 2015-04-30 | 2 | -6/+4 |
* | Delete the duplicated sched_{policy,param} members from the internal struct |  guenther | 2015-04-29 | 3 | -13/+20 |
* | Add whitespace and replace OPENSSL_free with free in documentation. |  doug | 2015-04-29 | 6 | -22/+22 |
* | Call CBB_add_space() rather than reimplementing it. |  doug | 2015-04-29 | 2 | -4/+4 |
* | Rename cbb_buffer_add_u to cbb_add_u and remove redundant code. |  doug | 2015-04-29 | 2 | -30/+12 |
* | Added len_len error checking for internal cbb_buffer_add_u(). |  doug | 2015-04-29 | 2 | -2/+8 |
* | Call CBS_mem_equal() rather than reimplementing it. |  doug | 2015-04-29 | 2 | -6/+4 |
* | Avoid NULL deref in CBS_get_any_asn1_element(). |  doug | 2015-04-29 | 2 | -4/+6 |
* | Added error checking for len argument in cbs_get_u(). |  doug | 2015-04-29 | 2 | -2/+8 |
* | free() can handle NULL. |  doug | 2015-04-29 | 2 | -16/+8 |
* | Reject dNSName of " " for subjectAltName extension. |  doug | 2015-04-29 | 1 | -1/+20 |
* | Add missing BN_CTX_end() calls. |  doug | 2015-04-29 | 8 | -36/+36 |
* | Not all Linux libc's include linux/sysctl.h in sys/sysctl.h. |  bcook | 2015-04-27 | 2 | -4/+6 |
* | Support AIX versions without WPAR support. |  bcook | 2015-04-27 | 2 | -2/+10 |