summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-07-11Remove JPAKE remnants - there is no jpake.h, so if OPENSSL_NO_JPAKE wasJoel Sing
2014-07-11the one userland file which wants uvmexp snooped via kmem, gets to use theTheo de Raadt
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10OPENSSL_stderr() is unused so nuke it. OPENSSL_showfatal() is only used byJoel Sing
2014-07-10Use size_t as realloc() size argument whenever possible. ok tedu@Miod Vallat
2014-07-10Simplify realloc() usage; ok tedu@Miod Vallat
2014-07-10Upon realloc() failure, free() the original pointer and remove the stupidMiod Vallat
2014-07-10KNFMiod Vallat
2014-07-10Fix a double free in a can't-fail error path in PKCS7_decrypt(), by removingMiod Vallat
2014-07-10remove unused variable from ssl3_get_client_hellobcook
2014-07-10as noted by google/android via kettenis, atexit handlers can install newTed Unangst
2014-07-10Inline the only use of the HEX_SIZE macro and nuke both DECIMAL_SIZE andJoel Sing
2014-07-10Make sure srp_Calc_k() digest operations are checked for error; fromMiod Vallat
2014-07-10Make sure SRP_Calc_client_key() returns NULL instead of a pristine BN_new()Miod Vallat
2014-07-10Nuke OPENSSL_NONPIC_relocated since nothing uses it.Joel Sing
2014-07-10Kill a blatantly outdated (and now wrong) commentMiod Vallat
2014-07-10Add MAP_ANONYMOUS as a synonym for MAP_ANON, per POSIX proposalMatthew Dempsky
2014-07-10Fix examples description, and use less ambiguous wording.Miod Vallat
2014-07-10Try and fix the horrible coding style of the example code snippets.Miod Vallat
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-07-10Remove 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 tooPhilip Guenther
2014-07-10posix_madvise() should return the errno value on error, not -1Philip Guenther
2014-07-10Fewer lies, also do not document DES_3cbc_encrypt anymore.Miod Vallat
2014-07-10Features introduce in OpenSSL 0.9.8 do not deserve their own section.Miod Vallat
2014-07-10Attempt to (incompletely) document EVP_aes_*().Miod Vallat
2014-07-10sprinkle in -Werror-implicit-function-declaration to disable one of theTed Unangst
2014-07-10prototype for _thread_sys_madviseTed Unangst
2014-07-10RSA_setup_blinding() gets a BN with BN_CTX_get(), returns `out of memory'Miod Vallat
2014-07-10make asn1 free safe to call with null pointers of any type.Ted Unangst
2014-07-10One sure hopes that OPENSSL_cleanse will:Joel Sing
2014-07-10Remove #if 0 code which dumps your data to stdout.Miod Vallat
2014-07-10Tweak some comments. We do not really need to know that "New!" flags wereJoel Sing
2014-07-10Remove more compression tendrils.Joel Sing
2014-07-10Stop playing with the RSA_FLAG_BLINDING flag. It does nothing.Joel Sing
2014-07-10delete some casts. ok miodTed Unangst
2014-07-10Missing allocation checks and potential NULL pointer dereference in theMiod Vallat
2014-07-10Remove RSA_FLAG_NO_EXP_CONSTTIME, which was deprecated 12+ years ago.Joel Sing
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2014-07-10Remove more compression related code.Joel Sing
2014-07-10Remove DEBUG_KEYGEN and DEBUG_DECRYPT support.Miod Vallat
2014-07-10replace getservbyname_r with getaddrinfo for portabilitybcook
2014-07-10Tame the tedu... we still want to know that Compression and Expansion areJoel Sing
2014-07-10Put back some parts of the public SSL API that should not have beenJoel Sing
2014-07-10forgot to decompress here tooTed Unangst
2014-07-10Don't document the guts of struct syslog_data. This man page only needsTheo de Raadt
2014-07-10Remove bogus preprocessor statements trying to pick the largest integerMiod Vallat
2014-07-10check return value of write.bcook
2014-07-10crank major for decompression featureTed Unangst
2014-07-10decompress libssl. ok beck jsingTed Unangst