Age | Commit message (Expand) | Author |
2014-07-11 | Fetch the specific license which will be used from | Theo de Raadt |
2014-07-11 | Add locking for __cxa_finalize() as it modifies the page permissions of the | Mark Kettenis |
2014-07-11 | Remove the commentary about the majority of this code being under | Theo de Raadt |
2014-07-11 | More e_os2.h clean up. Also move the includes inside the guard. | Joel Sing |
2014-07-11 | Revert change that snuck into previous commit. | Joel Sing |
2014-07-11 | Remove the PSK code. We don't need to drag around this | Bob Beck |
2014-07-11 | better document perils of setuid getenv and xr with issetugid | Ted Unangst |
2014-07-11 | The only thing openssl is consistant about is inconsistancy, so there | Theo de Raadt |
2014-07-11 | say hi to the bitbucket | Theo de Raadt |
2014-07-11 | replace u_int8_t with uint8_t | bcook |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-11 | Add a small note about LibReSSL at the start of this. | Bob Beck |
2014-07-11 | No need to keep ssl23_foo() flavours mapping to ssl3_foo(). | Miod Vallat |
2014-07-11 | Remove JPAKE remnants - there is no jpake.h, so if OPENSSL_NO_JPAKE was | Joel Sing |
2014-07-11 | the one userland file which wants uvmexp snooped via kmem, gets to use the | Theo de Raadt |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-10 | OPENSSL_stderr() is unused so nuke it. OPENSSL_showfatal() is only used by | Joel Sing |
2014-07-10 | Use size_t as realloc() size argument whenever possible. ok tedu@ | Miod Vallat |
2014-07-10 | Simplify realloc() usage; ok tedu@ | Miod Vallat |
2014-07-10 | Upon realloc() failure, free() the original pointer and remove the stupid | Miod Vallat |
2014-07-10 | KNF | Miod Vallat |
2014-07-10 | Fix a double free in a can't-fail error path in PKCS7_decrypt(), by removing | Miod Vallat |
2014-07-10 | remove unused variable from ssl3_get_client_hello | bcook |
2014-07-10 | as noted by google/android via kettenis, atexit handlers can install new | Ted Unangst |
2014-07-10 | Inline the only use of the HEX_SIZE macro and nuke both DECIMAL_SIZE and | Joel Sing |
2014-07-10 | Make sure srp_Calc_k() digest operations are checked for error; from | Miod Vallat |
2014-07-10 | Make sure SRP_Calc_client_key() returns NULL instead of a pristine BN_new() | Miod Vallat |
2014-07-10 | Nuke OPENSSL_NONPIC_relocated since nothing uses it. | Joel Sing |
2014-07-10 | Kill a blatantly outdated (and now wrong) comment | Miod Vallat |
2014-07-10 | Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposal | Matthew Dempsky |
2014-07-10 | Fix examples description, and use less ambiguous wording. | Miod Vallat |
2014-07-10 | Try and fix the horrible coding style of the example code snippets. | Miod Vallat |
2014-07-10 | Stop including standard headers via cryptlib.h - pull in the headers that | Joel Sing |
2014-07-10 | Remove empty sections and references to des_modes(7) which we don't have. | Miod Vallat |
2014-07-10 | __tfork_thread is in libc, so move the manpage over too | Philip Guenther |
2014-07-10 | posix_madvise() should return the errno value on error, not -1 | Philip Guenther |
2014-07-10 | Fewer lies, also do not document DES_3cbc_encrypt anymore. | Miod Vallat |
2014-07-10 | Features introduce in OpenSSL 0.9.8 do not deserve their own section. | Miod Vallat |
2014-07-10 | Attempt to (incompletely) document EVP_aes_*(). | Miod Vallat |
2014-07-10 | sprinkle in -Werror-implicit-function-declaration to disable one of the | Ted Unangst |
2014-07-10 | prototype for _thread_sys_madvise | Ted Unangst |
2014-07-10 | RSA_setup_blinding() gets a BN with BN_CTX_get(), returns `out of memory' | Miod Vallat |
2014-07-10 | make asn1 free safe to call with null pointers of any type. | Ted Unangst |
2014-07-10 | One sure hopes that OPENSSL_cleanse will: | Joel Sing |
2014-07-10 | Remove #if 0 code which dumps your data to stdout. | Miod Vallat |
2014-07-10 | Tweak some comments. We do not really need to know that "New!" flags were | Joel Sing |
2014-07-10 | Remove more compression tendrils. | Joel Sing |
2014-07-10 | Stop playing with the RSA_FLAG_BLINDING flag. It does nothing. | Joel Sing |
2014-07-10 | delete some casts. ok miod | Ted Unangst |
2014-07-10 | Missing allocation checks and potential NULL pointer dereference in the | Miod Vallat |