summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-18Change DTLS client cert request code to match TLS.doug2-12/+12
2015-06-18spelling fixes from theo buehler;jmc1-4/+4
2015-06-17add DST Root CA X3 certificate, already present in most browser cert stores.sthen1-0/+77
2015-06-17Clean up alert codes and add references.jsing2-42/+58
2015-06-17Keep alerts sorted by alert code.jsing5-14/+15
2015-06-17Remove pointless comments.jsing2-14/+6
2015-06-17Convert ssl_next_proto_validate to CBS.doug2-22/+24
2015-06-17Convert tls1_check_curve to CBS.doug2-8/+20
2015-06-17KNF whitespace.doug4-34/+38
2015-06-17Use explicit int in bs_cbs.c.doug4-44/+48
2015-06-17Use explicit int in bs_ber.c.doug2-16/+16
2015-06-17Add tests for CBS_offset() and CBS_write_bytes().doug1-2/+70
2015-06-17Add CBS_write_bytes() to copy the remaining CBS bytes to the caller.doug4-4/+48
2015-06-17Add a new function CBS_offset() to report the current offset in the data.doug4-4/+30
2015-06-17Cleanup SSL_OP_* compat flags in ssl.h.doug2-62/+48
2015-06-16Be more strict about BER and DER terminology.doug5-71/+84
2015-06-16Simplify cbs_get_any_asn1_element_internal based on comments from jsing@doug4-34/+26
2015-06-16Add support for OPTION_DISCARD.doug1-1/+4
2015-06-15Make CBS_get_any_asn1_element() more compliant with DER encoding.doug6-56/+172
2015-06-15Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days.doug8-106/+40
2015-06-15Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.doug5-81/+11
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