| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid an infinite loop that can be triggered by parsing an ASN.1 | jsing | 2015-06-11 | 2 | -6/+16 |
* | Link ssl and crypto via BSDOBJDIR, works with native and cross builds | tobiasu | 2015-06-05 | 1 | -3/+3 |
* | Fix library search path so we link against the freshly built libcrypto.so | tobiasu | 2015-06-05 | 1 | -2/+2 |
* | force reseeding if pid has changed. | eric | 2015-06-04 | 1 | -2/+7 |
* | Need to operate of CXXFLAGS now. | miod | 2015-05-29 | 1 | -3/+3 |
* | Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-lib | miod | 2015-05-26 | 1 | -2/+2 |
* | Add OPENSSL_NO_EGD to opensslfeatures.h. | bcook | 2015-05-26 | 2 | -0/+2 |
* | Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as using | guenther | 2015-05-25 | 2 | -8/+8 |
* | 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 |
* | No need to check the return value of memcpy() if you actually checked this | miod | 2015-05-20 | 2 | -6/+4 |
* | Record inter-library dependencies between libcrypto, libssl and libtls | kettenis | 2015-05-17 | 6 | -2/+11 |
* | Make index/rindex weak aliases of strchr/strrchr since they are not | millert | 2015-05-15 | 4 | -90/+6 |
* | Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls. | jsg | 2015-05-15 | 10 | -30/+32 |
* | 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 |
* | When checking flags that will be passed to open(), test the O_ACCMODE portion | guenther | 2015-05-11 | 1 | -2/+3 |
* | Make this run on strict alignment architectures. | miod | 2015-05-08 | 1 | -6/+9 |
* | Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@ | sthen | 2015-05-04 | 1 | -0/+381 |
* | use strdup() to init string | deraadt | 2015-04-30 | 2 | -6/+4 |
* | 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 |
* | Don't ignore the reference count in X509_STORE_free. | doug | 2015-04-25 | 2 | -2/+10 |
* | Check for invalid leading zeros in CBS_get_asn1_uint64. | doug | 2015-04-25 | 3 | -8/+20 |
* | Do not need to buf[0] = 0 before strlcpy(buf, ... | deraadt | 2015-04-23 | 2 | -4/+2 |
* | Only set the cipher list if one was specified and actually check the return | jsing | 2015-04-15 | 1 | -7/+12 |
* | Clean up the ssl_bytes_to_cipher_list() API - rather than having the | jsing | 2015-04-15 | 6 | -42/+30 |
* | Now that tls_close() is more robust, consider a failure to be fatal. | jsing | 2015-04-15 | 1 | -1/+1 |
* | Treat SSL_ERROR_ZERO_RETURN as a success, rather than a failure. Also | jsing | 2015-04-15 | 1 | -5/+6 |
* | Make tls_close() more robust - do not rely on a close notify being received | jsing | 2015-04-15 | 1 | -13/+17 |
* | Another couple of commas in the wrong place, ok jmc | nicm | 2015-04-14 | 1 | -3/+3 |
* | Move verify externs into the header file. | jsing | 2015-04-14 | 4 | -12/+8 |
* | Convert openssl(1) s_time to new option handling. | jsing | 2015-04-14 | 1 | -201/+178 |
* | Clean up and improve openssl(1) errstr: | jsing | 2015-04-14 | 1 | -21/+28 |
* | Convert openssl(1) errstr to new option handling. | jsing | 2015-04-13 | 1 | -6/+34 |
* | Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days. | doug | 2015-04-12 | 4 | -88/+4 |
* | Send OPENSSL_issetugid() straight to hell, no final cigarette. | deraadt | 2015-04-11 | 7 | -34/+6 |
* | Remove all getenv() calls, especially those wrapped by issetugid(). | deraadt | 2015-04-11 | 13 | -115/+30 |
* | Put back a goto end that was unintentionally removed. | jsing | 2015-04-11 | 1 | -1/+2 |