summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2014-04-28Add support for 255 character file names in fuse.Sylvestre Gallon
2014-04-27typo in commentMiod Vallat
2014-04-27Remove orphaned l2n6 and n2l6 macros.Miod Vallat
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-27static const char * = "" -> static const char[] = "", to produce shorter code.Miod Vallat
2014-04-27Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is toMiod Vallat
2014-04-27Put explicit (void) in function declarations and shuffle keywords in someMiod Vallat
2014-04-27zap trailing whitespace;Jason McIntyre
2012-10-13import OpenSSL-1.0.1cDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-04-27We do not need a separate file for two compatibility wrapper functions.Joel Sing
2014-04-27Fix leak last commit introduced. Spotted by Sebastian Kapfer.Bob Beck
2014-04-27Document net.inet6.ip6.dad_pending.Loganaden Velvindron
2014-04-26Appease gcc3 -Wuninitialized.Miod Vallat
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-26More KNF.Joel Sing
2014-04-26KNF.Joel Sing
2014-04-26This is not FreeBSD.Joel Sing
2014-04-26Do you really want to build OpenSSL for 16-bit Windows? Well, we don't.Joel Sing
2014-04-25KNF.Joel Sing
2014-04-25Fold in the zlib_cleanup macro.Joel Sing
2014-04-25do_pipe_sig is now only used in openssl.c - just call signal() directlyJoel Sing
2014-04-25NON_MAIN no longer means anything so remove it, along with APP_INIT.Joel Sing
2014-04-25The apps_{startup,shutdown} macro mess is now only used in openssl.c -Joel Sing
2014-04-25Clean up the remaining TTY related remnants.Joel Sing
2014-04-25Use const char *.Joel Sing
2014-04-25KNF fixesLawrence Teo
2014-04-24Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.Miod Vallat
2014-04-24Fix indentation.Ryan Thomas McBride
2014-04-24Bring back the SSL_OP_PKCS1_CHECK_* defines (defined to zero, as they alreadyMiod Vallat
2014-04-24rearrange a bit of code/commentsTed Unangst
2014-04-24uses ssh these days, not rsh; ok teduJason McIntyre
2014-04-24unifdef MSDOSGiovanni Bechis
2014-04-24obvious use after free was less obviously not a use after free.Ted Unangst
2012-10-13import OpenSSL-1.0.1cDamien Miller
2014-04-24More KNF.Joel Sing
2014-04-24Make it compile again.Joel Sing
2014-04-24Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid anJoel Sing
2014-04-24add ERR_asprintf_error_data, A tool to be used to get rid of the far tooBob Beck
2014-04-24You want signals?!? I'll give you signals!!! Oh, and we have termios asJoel Sing
2014-04-24More KNF.Joel Sing
2014-04-24More KNF, things that couldn't be verified with md5(1), and some whitespaceRyan Thomas McBride
2014-04-24unifdef -U LINTJoel Sing
2014-04-24When OPENSSL_C is not defined, apps_startup becomes aJoel Sing
2014-04-24KNFRyan Thomas McBride
2014-04-24Remove more FIPS tenticles.Joel Sing
2014-04-24Rip a bunch of ifdefs from speed. We know we can fork, have SIGALRM andJoel Sing
2014-04-24A fantastic way to make a large unsigned number is to assignBob Beck
2014-04-24remove redundant asign. from David HillTed Unangst