summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-17add DST Root CA X3 certificate, already present in most browser cert stores.Stuart Henderson
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-17Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers.Masao Uebayashi
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-13in glob() initialize the glob_t before the first failure check.Theo de Raadt
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-12Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes.Masao Uebayashi
2015-06-11The correct semantic is to check msgbuf_write() for <= 0, not just < 0.Reyk Floeter
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-06-09Remove unused parameter of load_locale_sub(). No assembly change on i386.Stefan Sperling
2015-06-08At some point arm moved to a unified syntax for arm and thumb instructions.Jonathan Gray
2015-06-05Link ssl and crypto via BSDOBJDIR, works with native and cross buildsTobias Ulmer
2015-06-05Fix library search path so we link against the freshly built libcrypto.soTobias Ulmer
2015-06-04force reseeding if pid has changed.Eric Faurot
2015-06-04make sure to check for resolv.conf update the first time the resolverEric Faurot
2015-06-03Remove -Werror from the Makefile: as it happened with asprintf, itReyk Floeter
2015-06-03It is better to check the asprintf return value for -1 instead of theReyk Floeter
2015-06-03snprintf(3) is available on all modern systems and asprintf(3) isTodd C. Miller
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-06-02write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275.Igor Sobrado
2015-06-01Since the __{div,rem}{l,q}{,u} special libc entry points use a specificMiod Vallat
2015-06-01Put END() matching _ENTRY() (== ENTRY() w/o prof).Masao Uebayashi
2015-06-01Put END() matching ENTRY().Masao Uebayashi