summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-06-20Fix warning on vax due to old gcc.Doug Hogan
2015-06-20Crank major for libcrypto, ssl and tls due to MDC-2DES removal.Doug Hogan
2015-06-20Remove obsolete MDC-2DES from libcrypto.Doug Hogan
2015-06-19Return the failing engine ID in the error stack.Brent Cook
2015-06-19Disable ENGINE_load_dynamic (dynamic engine support).Brent Cook
2015-06-19Convert tls1_alpn_handle_client_hello() to CBS.Doug Hogan
2015-06-19Add CBS_dup() to initialize a new CBS with the same values.Doug Hogan
2015-06-18Extend the input types for CBB_add_*() to help catch bugs.Doug Hogan
2015-06-18Remove Microsoft Server Gated Crypto.Doug Hogan
2015-06-18Change DTLS client cert request code to match TLS.Doug Hogan
2015-06-17Clean up alert codes and add references.Joel Sing
2015-06-17Keep alerts sorted by alert code.Joel Sing
2015-06-17Remove pointless comments.Joel Sing
2015-06-17Convert ssl_next_proto_validate to CBS.Doug Hogan
2015-06-17Convert tls1_check_curve to CBS.Doug Hogan
2015-06-17KNF whitespace.Doug Hogan
2015-06-17Use explicit int in bs_cbs.c.Doug Hogan
2015-06-17Use explicit int in bs_ber.c.Doug Hogan
2015-06-17Add CBS_write_bytes() to copy the remaining CBS bytes to the caller.Doug Hogan
2015-06-17Add a new function CBS_offset() to report the current offset in the data.Doug Hogan
2015-06-17Cleanup SSL_OP_* compat flags in ssl.h.Doug Hogan
2015-06-16Be more strict about BER and DER terminology.Doug Hogan
2015-06-16Simplify cbs_get_any_asn1_element_internal based on comments from jsing@Doug Hogan
2015-06-15Make CBS_get_any_asn1_element() more compliant with DER encoding.Doug Hogan
2015-06-15Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days.Doug Hogan
2015-06-15Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.Doug Hogan
2015-06-15Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG.Doug Hogan
2015-06-15Update SSL_OP_* to remove ancient hacks that are no longer enabled.Doug Hogan
2015-06-13Split up the logic in CBB_flush to separately handle the lengths.Doug Hogan
2015-06-13Explain the ASN.1 restriction that requires extra logic for encoding.Doug Hogan
2015-06-13When initial capacity is 0, always use NULL buffer.Doug Hogan
2015-06-13Add comments about how the CBS constants are constructed.Doug Hogan
2015-06-13Reject long-form tags in CBS_peek_asn1_tag.Doug Hogan
2015-06-13Fix bad indenting in LibreSSL.Doug Hogan
2015-06-13Remove unneeded sys/sysctl.h on linux.Brent Cook
2015-06-11Avoid an infinite loop that can occur when verifying a message with anJoel Sing
2015-06-11Avoid a potential out-of-bounds read in X509_cmp_time(), due to missingJoel Sing
2015-06-11Avoid an infinite loop that can be triggered by parsing an ASN.1Joel Sing
2015-05-26Add OPENSSL_NO_EGD to opensslfeatures.h.Brent Cook
2015-05-25Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as usingPhilip Guenther
2015-05-23bump to version 2.2Brent Cook
2015-05-20No need to check the return value of memcpy() if you actually checked thisMiod Vallat
2015-05-17Record inter-library dependencies between libcrypto, libssl and libtlsMark Kettenis
2015-05-15Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.Jonathan Gray
2015-04-30use strdup() to init stringTheo de Raadt
2015-04-29Add whitespace and replace OPENSSL_free with free in documentation.Doug Hogan
2015-04-29Call CBB_add_space() rather than reimplementing it.Doug Hogan
2015-04-29Rename cbb_buffer_add_u to cbb_add_u and remove redundant code.Doug Hogan
2015-04-29Added len_len error checking for internal cbb_buffer_add_u().Doug Hogan
2015-04-29Call CBS_mem_equal() rather than reimplementing it.Doug Hogan