summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-22Refactor and simplify the ECC extension handling. The existing codeJoel Sing
2014-09-22Also check the result from final_finish_mac() against finish_mac_length inJoel Sing
2014-09-22It is possible (although unlikely in practice) for peer_finish_md_len toJoel Sing
2014-09-21Move the TLS padding extension under an SSL_OP_TLSEXT_PADDING option, whichJoel Sing
2014-09-21a_enum.c used to be a copy of a_int.c with s/INTEGER/ENUMERATED/g , butMiod Vallat
2014-09-21Fix a memory leak in the error path in ASN1_mbstring_ncopy().Miod Vallat
2014-09-19Add CHACHA20 as a cipher symmetric encryption alias.Joel Sing
2014-09-19remove obfuscating parens. man operator is your friend.Ted Unangst
2014-09-07Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,Joel Sing
2014-08-28preserve errno value on success.Brent Cook
2014-08-24constify strerror return valueBrent Cook
2014-08-24Include <sys/time.h> to get struct timevalBrent Cook
2014-08-24Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and aJoel Sing
2014-08-23Remove non-standard GOST cipher suites (which are not compiled inJoel Sing
2014-08-23Replace the remaining ssl3_get_cipher_by_char() calls with n2s() andJoel Sing
2014-08-19Three independent typos for `independent' or `independently'.Miod Vallat
2014-08-18replace more ROTATE macros with plain-old C code.Brent Cook
2014-08-18remove return value from HOST_c2l/l2c macrosBrent Cook
2014-08-16only build the getrandom path if SYS_getrandom is defined.Brent Cook
2014-08-16getrandom(2) support for getentropy_linuxBrent Cook
2014-08-14fixed overrid(d)en typoTobias Stoeckmann
2014-08-13munmap correct object in (extremely unlikely, and effectively terminal)Theo de Raadt
2014-08-12Replace intrinsic ROTATE macros with an inline.Brent Cook
2014-08-11Guard RSA / RC4-5 ASM when NO_ASM is not definedBrent Cook
2014-08-11Check the return value of sk_SSL_CIPHER_new_null(), since it allocatesJoel Sing
2014-08-11Unchecked memory allocation and potential leak upon error inMiod Vallat
2014-08-11Remove now-unused SSL2_STATE as well as ssl2-specific state machine values.Miod Vallat
2014-08-11Currently, ssl3_put_char_by_bytes(NULL, NULL) is just a long handed wayJoel Sing
2014-08-11Provide a ssl3_get_cipher_by_id() function that allows ciphers to be lookedJoel Sing
2014-08-10Tweak cipher list comments and add missing cipher value comments.Joel Sing
2014-08-10Remove disabled (weakened export and non-ephemeral DH) cipher suites fromJoel Sing
2014-08-10Since we no longer need to support SSLv2-style cipher lists, startJoel Sing
2014-08-08Fix CVE-2014-3507, avoid allocating and then leaking a fresh fragmentPhilip Guenther
2014-08-08Fix CVE-2014-3508, pretty printing and OID validation:Philip Guenther
2014-08-07Correct test reversed during merge of fix for CVE-2014-3509Philip Guenther
2014-08-07Fix CVE-2014-3506, DTLS handshake message size checks. FromPhilip Guenther
2014-08-07Oops, revert changes commited by mistake. The previous commit was supposedMiod Vallat
2014-08-07When you expect a function to return a particular value, don't put a commentMiod Vallat
2014-08-07Fix CVE-2014-3511; TLS downgrade, verbatim diffTheo de Raadt
2014-08-07merge CVE-2014-3510; Fix DTLS anonymous EC(DH) denial of serviceTheo de Raadt
2014-08-06merge fix for CVE-2014-3509 -- basically a missing s->hit check; ok guentherTheo de Raadt
2014-08-06Prevent a possible use after free by mimicing the s3_srvr.c fixes contributed byMiod Vallat
2014-08-06Allow B64_EOF to follow a base64 padding character. This restores previousJoel Sing
2014-08-06Correct error checks in EVP_read_pw_string_min(): UI_add_input_string()Philip Guenther
2014-08-04In chacha_init(), allow for a NULL iv. Reported by znz on github.Miod Vallat
2014-07-28Remove SRP code. It contains a bug (this should not surprise anyone), butTed Unangst
2014-07-28The RSA, DH, and ECDH temporary key callbacks expect the number of keybitsPhilip Guenther
2014-07-25Add missing year to copyright.Joel Sing
2014-07-25BIO_free() returns immediately when the sole input is NULL.Doug Hogan
2014-07-23level_add_node(): if a memory allocation failure causes us to attempt to cleanMiod Vallat