summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-15Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG.doug4-22/+16
2015-06-15Update SSL_OP_* to remove ancient hacks that are no longer enabled.doug2-26/+22
2015-06-13Split up the logic in CBB_flush to separately handle the lengths.doug2-42/+64
2015-06-13Explain the ASN.1 restriction that requires extra logic for encoding.doug2-4/+36
2015-06-13When initial capacity is 0, always use NULL buffer.doug2-14/+16
2015-06-13Add comments about how the CBS constants are constructed.doug2-24/+86
2015-06-13Reject long-form tags in CBS_peek_asn1_tag.doug2-2/+16
2015-06-13Fix bad indenting in LibreSSL.doug10-24/+24
2015-06-13Remove unneeded sys/sysctl.h on linux.bcook2-4/+2
2015-06-11Avoid an infinite loop that can occur when verifying a message with anlibressl-v2.2.0jsing2-4/+4
2015-06-11Avoid a potential out-of-bounds read in X509_cmp_time(), due to missingjsing2-8/+54
2015-06-11Avoid an infinite loop that can be triggered by parsing an ASN.1jsing2-6/+16
2015-06-05Link ssl and crypto via BSDOBJDIR, works with native and cross buildstobiasu1-3/+3
2015-06-05Fix library search path so we link against the freshly built libcrypto.sotobiasu1-2/+2
2015-06-04force reseeding if pid has changed.eric1-2/+7
2015-05-29Need to operate of CXXFLAGS now.miod1-3/+3
2015-05-26Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-libmiod1-2/+2
2015-05-26Add OPENSSL_NO_EGD to opensslfeatures.h.bcook2-0/+2
2015-05-25Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as usingguenther2-8/+8
2015-05-24Maximilian dot Fillinger at uni-duesseldorf dot deschwarze3-74/+109
2015-05-23bump to version 2.2bcook2-4/+4
2015-05-20No need to check the return value of memcpy() if you actually checked thismiod2-6/+4
2015-05-17Record inter-library dependencies between libcrypto, libssl and libtlskettenis6-2/+11
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notmillert4-90/+6
2015-05-15Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.jsg10-30/+32
2015-05-14rev 1.3 introduced a check to an if statement without adding braces.jsg1-3/+1
2015-05-13If crypt(3) is called with an unknown setting, return NULL insteadbluhm1-1/+3
2015-05-12Add dlclose(3) to SEE ALSOguenther1-2/+3
2015-05-11When checking flags that will be passed to open(), test the O_ACCMODE portionguenther1-2/+3
2015-05-08Make this run on strict alignment architectures.miod1-6/+9
2015-05-04Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@sthen1-0/+381
2015-04-30use strdup() to init stringderaadt2-6/+4
2015-04-29Add whitespace and replace OPENSSL_free with free in documentation.doug6-22/+22
2015-04-29Call CBB_add_space() rather than reimplementing it.doug2-4/+4
2015-04-29Rename cbb_buffer_add_u to cbb_add_u and remove redundant code.doug2-30/+12
2015-04-29Added len_len error checking for internal cbb_buffer_add_u().doug2-2/+8
2015-04-29Call CBS_mem_equal() rather than reimplementing it.doug2-6/+4
2015-04-29Avoid NULL deref in CBS_get_any_asn1_element().doug2-4/+6
2015-04-29Added error checking for len argument in cbs_get_u().doug2-2/+8
2015-04-29free() can handle NULL.doug2-16/+8
2015-04-29Reject dNSName of " " for subjectAltName extension.doug1-1/+20
2015-04-29Add missing BN_CTX_end() calls.doug8-36/+36
2015-04-27Not all Linux libc's include linux/sysctl.h in sys/sysctl.h.bcook2-4/+6
2015-04-27Support AIX versions without WPAR support.bcook2-2/+10
2015-04-25Don't ignore the reference count in X509_STORE_free.doug2-2/+10
2015-04-25Check for invalid leading zeros in CBS_get_asn1_uint64.doug3-8/+20
2015-04-23Do not need to buf[0] = 0 before strlcpy(buf, ...deraadt2-4/+2
2015-04-15Only set the cipher list if one was specified and actually check the returnjsing1-7/+12
2015-04-15Clean up the ssl_bytes_to_cipher_list() API - rather than having thejsing6-42/+30
2015-04-15Now that tls_close() is more robust, consider a failure to be fatal.jsing1-1/+1