Age | Commit message (Expand) | Author |
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 | While we thought this would make portable life easier it actually | Bob Beck |
2014-07-13 | No need to include evp_locl.h in there. | Miod Vallat |
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 |