Age | Commit message (Expand) | Author |
2014-07-13 | Remove license introduced with the PSK code, which has since been removed. | Joel Sing |
2014-07-13 | Another compression remnant. | Joel Sing |
2014-07-13 | Expand the tlsext_sigalg macros. The end result is about the same number | Joel Sing |
2014-07-13 | Rewrite i2d_SSL_SESSION to use the ASN1 primitives, rather than using the | Joel Sing |
2014-07-13 | The bell tolls for BUF_strdup - Start the migration to using | Bob Beck |
2014-07-13 | Fix memory leak. | Loganaden Velvindron |
2014-07-13 | OPENSSL_{malloc,free} -> {malloc,free} | Miod Vallat |
2014-07-13 | Warn about the use of BUF_strdup. | Miod Vallat |
2014-07-13 | unbreak build this needed to be an and.. | Bob Beck |
2014-07-13 | Make sure all error conditions in RSA_padding_add_PKCS1_PSS_mgf1() cause | Miod Vallat |
2014-07-13 | Possible PBEPARAM leak in the error path. | Miod Vallat |
2014-07-13 | dsa_priv_decode(): only destroy the object we've created, and with the | Miod Vallat |
2014-07-13 | Check X509_NAME_oneline() return value when it will have to allocate memory. | Miod Vallat |
2014-07-13 | EVP_DigestInit_ex() may be used to recycle an existing EVP_MD_CTX without having | Miod Vallat |
2014-07-13 | Don't include asn1_mac.h if all you need is asn1.h. | Miod Vallat |
2014-07-13 | Take out __bounded__ in the include files we use it in when not on OpenBSD. | Bob Beck |
2014-07-13 | No need to include evp_locl.h in there. | Miod Vallat |
2014-07-13 | KNF and some code cleaning. | Joel Sing |
2014-07-13 | remove silly cast | Theo de Raadt |
2014-07-13 | Another large dose of KNF. | Joel Sing |
2014-07-12 | Apply a large dose of KNF. | Joel Sing |
2014-07-12 | duplicate function names in head1 | Miod Vallat |
2014-07-12 | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | Joel Sing |
2014-07-12 | No need to include asn1_mac.h here. | Miod Vallat |
2014-07-12 | remove double brackets. fixes build with clang. | Jonathan Gray |
2014-07-12 | Remove this sentence: | Miod Vallat |
2014-07-12 | We have EVP_CIPH_FLAG_DEFAULT_ASN1 in evp.h; no need to keep constructs to | Miod Vallat |
2014-07-12 | Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has been | Miod Vallat |
2014-07-12 | Provide ssl_version_string() function, which uses one of those modern C | Joel Sing |
2014-07-12 | In openssl_startup(), call SSL_library_init() and SSL_load_error_strings(). | Joel Sing |
2014-07-12 | Make the BLOCK_CIPHER_{generic,custom} macros expand to more readable struct | Miod Vallat |
2014-07-12 | Remove extra parenthesis. | Joel Sing |
2014-07-12 | need_cert is now always true, so remove the variable and associated | Joel Sing |
2014-07-12 | openssl(1) is only built as a single monolithic binary, so just call | Joel Sing |
2014-07-12 | jsing and I are investigating removal of all? most? 'getenv from library' | Theo de Raadt |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2014-07-12 | A few fixes/improvements: | Miod Vallat |
2014-07-12 | Make sure the return value of X509_NAME_oneline(, NULL,) is checked against | Miod Vallat |
2014-07-12 | if (x) FOO_free(x) -> FOO_free(x). | Miod Vallat |
2014-07-12 | Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() and | Miod Vallat |
2014-07-12 | Remove remnants from PSK, KRB5 and SRP. | Joel Sing |
2014-07-12 | typos | Miod Vallat |
2014-07-12 | Place comments in a block above the if statement, rather than attempting | Joel Sing |
2014-07-12 | Make disabling last cipher work. | Philip Guenther |
2014-07-12 | -DOPENSSL_NO_KRB5 is no longer needed | Theo de Raadt |
2014-07-12 | enough churn, a crank is advised by guenther.. | Theo de Raadt |
2014-07-11 | As reported by David Ramos, most consumer of ssl_get_message() perform late | Miod Vallat |
2014-07-11 | Provide LIBRESSL_VERSION_NUMBER for people who use such things to | Bob Beck |
2014-07-11 | missing \ | Theo de Raadt |
2014-07-11 | formatting | Bob Beck |