Age | Commit message (Expand) | Author |
2014-07-13 | Take away the use of the address of main as a source of entropy. Causes | Bob Beck |
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 | more MLINKS | Miod Vallat |
2014-07-12 | getentropy on Windows. It compiles but has not been thoroughly tested yet. | wouter |
2014-07-12 | Remove signed/unsigned warning, statement before declaration and | wouter |
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 | Wrap "thread_private.h" with #ifdef __OpenBSD__ so that other systems | Theo de Raadt |
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 |
2014-07-12 | more accept_rtadv removal; | Jason McIntyre |
2014-07-12 | tweak previous; | Jason McIntyre |
2014-07-12 | no more net.inet6.ip6.accept_rtadv | Henning Brauer |
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 | more MLINKs | Miod Vallat |
2014-07-12 | guard inclusion of sys/sysctl.h so we can detect at compile time and | Bob Beck |
2014-07-12 | Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() and | Miod Vallat |
2014-07-12 | remove gratuitous differences, ok beck | Theo de Raadt |
2014-07-12 | remove gratuitous differences, ok beck bcook | Theo de Raadt |
2014-07-12 | Correct the sentence in the BUGS section. Colon chars are usable as a | YASUOKA Masahiko |
2014-07-12 | Split arc4random_uniform into it's own file, to assist other projects | Theo de Raadt |
2014-07-12 | Solaris uses a symbolic link for /dev/urandom which harms best practice of | Bob Beck |
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 | odds are that some ABI change occured today, no matter how careful everyone | Theo de Raadt |
2014-07-12 | enough churn, a crank is advised by guenther.. | Theo de Raadt |
2014-07-12 | document sendsyslog(2); ok guenther tedu matthew | Theo de Raadt |
2014-07-12 | Initial version of libressl - a library that provides a clean, simple, | Joel Sing |
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 |