Age | Commit message (Expand) | Author |
2014-05-31 | Move the cts128 and gcm128 tests to regress. | Joel Sing |
2014-05-31 | More KNF. | Joel Sing |
2014-05-31 | More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup. | Joel Sing |
2014-05-31 | unifdef -UDOXYGEN and manually remove the few doxygen comments that are not | Joel Sing |
2014-05-31 | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | Joel Sing |
2014-05-31 | TLS would not be entirely functional without extensions, so unifdef | Joel Sing |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2014-05-31 | Delete the extraneous "return" statement at the end of a void function. | Jeremie Courreges-Anglas |
2014-05-30 | Don't add potentially nasty stderr uses to dead CRYPTO_dbg_mem functions. | Theo de Raadt |
2014-05-30 | Move sha256 and sha512 tests to regress and wire them up. | Joel Sing |
2014-05-30 | Move the AES wrap test code into regress. | Joel Sing |
2014-05-30 | More KNF. | Joel Sing |
2014-05-30 | remove some #if 0 code. we don't need any more reminders that we're using | Ted Unangst |
2014-05-30 | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | Joel Sing |
2014-05-30 | Fix some more nasty stringyness in here by using asprintf instead of cruft. | Bob Beck |
2014-05-30 | more: no need to null check before free; ok guenther | Theo de Raadt |
2014-05-30 | more: no need for null check before free | Theo de Raadt |
2014-05-30 | While working on another diff I ended up looking to see why on earth the | Joel Sing |
2014-05-30 | Rework parse_name() so that variable declaration is separate from function | Joel Sing |
2014-05-30 | Add definitions for Process and (finally!) Thread | Philip Guenther |
2014-05-30 | A program is the thing you run; a process is an instance of something | Philip Guenther |
2014-05-30 | remove CONST_STRICT. ok beck deraadt | Ted Unangst |
2014-05-30 | no need for null check before free. from Brendan MacDonell | Ted Unangst |
2014-05-30 | Don't write out more than we have allocated in obj_txt, as the glory | Bob Beck |
2014-05-30 | remove some of the bigger lies, as applicable to libressl. | Ted Unangst |
2014-05-29 | I do not have time to describe how bad the realloc() uses in here, now | Theo de Raadt |
2014-05-29 | trivial realloc -> reallocarray | Theo de Raadt |
2014-05-29 | the comment says RAND_pseudo_bytes should be RAND_bytes. make it so. | Ted Unangst |
2014-05-29 | we no longer care that these aren't used for ssl2 | Ted Unangst |
2014-05-29 | ok, next pass after review: when possible, put the reallocarray arguments | Theo de Raadt |
2014-05-29 | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | Theo de Raadt |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |
2014-05-29 | remove back compat that was already disabled back in 1998. | Ted Unangst |
2014-05-29 | Make make includes work again without kssl.h | Bob Beck |
2014-05-29 | Any sane platform has stdio. Stop pretending we will ever use a platform | Bob Beck |
2014-05-29 | kssl is dead. | Ted Unangst |
2014-05-29 | no space before label | Ted Unangst |
2014-05-29 | line up else better | Ted Unangst |
2014-05-29 | consistent braces | Ted Unangst |
2014-05-29 | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | Ted Unangst |
2014-05-29 | repair KNF indent | Theo de Raadt |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-29 | Make it substantially easier to identify protocol version requirements | Joel Sing |
2014-05-29 | When you have functions that perform specific functions, use them. | Joel Sing |
2014-05-29 | Fix another two cases where the return value of ssl_replace_hash() is | Joel Sing |
2014-05-29 | Add missing NULL checks for calls to ssl_replace_hash(). This function | Joel Sing |
2014-05-29 | Use .Er for errnos | Philip Guenther |
2014-05-29 | Grammar | Philip Guenther |
2014-05-28 | More KNF. | Joel Sing |
2014-05-28 | Refactor tls1_change_cipher_state() and split the compression handling out | Joel Sing |