summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-19Add CHACHA20 as a cipher symmetric encryption alias.jsing2-2/+10
2014-09-19remove obfuscating parens. man operator is your friend.tedu4-30/+30
2014-09-19Fix on 32bit platforms where 0xdeadbeef > LONG_MAX.schwarze1-4/+6
2014-09-17Remove unused #define.lteo1-3/+1
2014-09-16A few more MLINKs.miod1-1/+7
2014-09-16a little less sendmail specific;jmc1-4/+3
2014-09-15When fopen()ing internal to libc (the API doesn't support the useguenther5-14/+14
2014-09-14Do not claim that empty numbers set EINVAL, our implementation doesn't.schwarze2-37/+61
2014-09-13Make sure that the following functions return 0 and EINVAL asschwarze6-20/+60
2014-09-10Disable -Wshadow again, since it breaks builds on vax with gcc3.jsing1-2/+2
2014-09-08obvious cases of missing .An;schwarze1-3/+3
2014-09-07Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,jsing16-182/+54
2014-09-04POSIX specifies arpa/inet.h as the include file for these.millert1-3/+3
2014-09-01Enable -Wshadow in openssl(1) and fix a few shadow warnings.doug5-25/+21
2014-09-01Convert ecparam to new option/usage handling.jsing1-197/+215
2014-09-01Improve option usage output.jsing1-7/+20
2014-08-31Make the in6addr constant declarations and definitions consistentbluhm1-3/+3
2014-08-31Add sockatmark()guenther3-5/+170
2014-08-30Convert openssl(1) version to new option/usage handling.jsing1-34/+90
2014-08-30Move the callback function pointer outside the opt union so that the optionjsing2-4/+10
2014-08-28OpenSSL_add_all_algorithms() is called from openssl_startup() - it does notjsing6-13/+6
2014-08-28openssl_setup() calls SSL_load_error_strings(), which happens to calljsing27-60/+30
2014-08-28Add option handling with a callback function for argument processing.jsing2-2/+10
2014-08-28Convert openssl(1) crl to new option/usage handling.jsing1-186/+246
2014-08-28Given the usage option name/argument name width a few more characters.jsing1-2/+2
2014-08-28Ensure that a format option argument is a known specifier.jsing1-2/+10
2014-08-28Add option handling for ordered flags.jsing2-2/+8
2014-08-28Add option handling for input/output formats.jsing2-2/+8
2014-08-28preserve errno value on success.bcook2-8/+12
2014-08-27Convert openssl(1) prime to the new options/usage handling.jsing1-60/+81
2014-08-27Reset the config struct before calling options_parse(), otherwise configjsing1-1/+3
2014-08-27Add an option type that handles argument to integer conversion.jsing2-4/+22
2014-08-27Implement table-driven option parsing that allows an application tojsing3-76/+192
2014-08-27Add the API function ressl_config_set_ecdhcurve(config, name) to set areyk4-9/+29
2014-08-26remove nginx referencesrobert1-2/+1
2014-08-26Update regress to follow openssl(1) move.jsing9-2/+244
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing58-88/+84
2014-08-24constify strerror return valuebcook2-4/+4
2014-08-24Include <sys/time.h> to get struct timevalbcook2-2/+4
2014-08-24Include <sys/select.h> to get selectbcook4-4/+9
2014-08-24Let SSL_CIPHER_description() allocate the buffer for the description,jsing1-4/+6
2014-08-24Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and ajsing10-58/+38
2014-08-23Remove non-standard GOST cipher suites (which are not compiled injsing2-136/+2
2014-08-23Replace the remaining ssl3_get_cipher_by_char() calls with n2s() andjsing8-80/+60
2014-08-23unbind;jmc5-27/+16
2014-08-19Three independent typos for `independent' or `independently'.miod2-2/+2
2014-08-18replace more ROTATE macros with plain-old C code.bcook4-80/+38
2014-08-18remove return value from HOST_c2l/l2c macrosbcook16-212/+212
2014-08-18a small tweak to improve malloc in multithreaded programs. we don't needtedu1-7/+21
2014-08-16replace sprintf/strdup with asprintf in engine testbcook1-8/+5