| Commit message (Expand) | Author | Files | Lines |
2014-09-13 | Make sure that the following functions return 0 and EINVAL as | schwarze | 6 | -20/+60 |
2014-09-10 | Disable -Wshadow again, since it breaks builds on vax with gcc3. | jsing | 1 | -2/+2 |
2014-09-08 | obvious cases of missing .An; | schwarze | 1 | -3/+3 |
2014-09-07 | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | jsing | 16 | -182/+54 |
2014-09-04 | POSIX specifies arpa/inet.h as the include file for these. | millert | 1 | -3/+3 |
2014-09-01 | Enable -Wshadow in openssl(1) and fix a few shadow warnings. | doug | 5 | -25/+21 |
2014-09-01 | Convert ecparam to new option/usage handling. | jsing | 1 | -197/+215 |
2014-09-01 | Improve option usage output. | jsing | 1 | -7/+20 |
2014-08-31 | Make the in6addr constant declarations and definitions consistent | bluhm | 1 | -3/+3 |
2014-08-31 | Add sockatmark() | guenther | 3 | -5/+170 |
2014-08-30 | Convert openssl(1) version to new option/usage handling. | jsing | 1 | -34/+90 |
2014-08-30 | Move the callback function pointer outside the opt union so that the option | jsing | 2 | -4/+10 |
2014-08-28 | OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not | jsing | 6 | -13/+6 |
2014-08-28 | openssl_setup() calls SSL_load_error_strings(), which happens to call | jsing | 27 | -60/+30 |
2014-08-28 | Add option handling with a callback function for argument processing. | jsing | 2 | -2/+10 |
2014-08-28 | Convert openssl(1) crl to new option/usage handling. | jsing | 1 | -186/+246 |
2014-08-28 | Given the usage option name/argument name width a few more characters. | jsing | 1 | -2/+2 |
2014-08-28 | Ensure that a format option argument is a known specifier. | jsing | 1 | -2/+10 |
2014-08-28 | Add option handling for ordered flags. | jsing | 2 | -2/+8 |
2014-08-28 | Add option handling for input/output formats. | jsing | 2 | -2/+8 |
2014-08-28 | preserve errno value on success. | bcook | 2 | -8/+12 |
2014-08-27 | Convert openssl(1) prime to the new options/usage handling. | jsing | 1 | -60/+81 |
2014-08-27 | Reset the config struct before calling options_parse(), otherwise config | jsing | 1 | -1/+3 |
2014-08-27 | Add an option type that handles argument to integer conversion. | jsing | 2 | -4/+22 |
2014-08-27 | Implement table-driven option parsing that allows an application to | jsing | 3 | -76/+192 |
2014-08-27 | Add the API function ressl_config_set_ecdhcurve(config, name) to set a | reyk | 4 | -9/+29 |
2014-08-26 | remove nginx references | robert | 1 | -2/+1 |
2014-08-26 | Update regress to follow openssl(1) move. | jsing | 9 | -2/+244 |
2014-08-26 | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 58 | -88/+84 |
2014-08-24 | constify strerror return value | bcook | 2 | -4/+4 |
2014-08-24 | Include <sys/time.h> to get struct timeval | bcook | 2 | -2/+4 |
2014-08-24 | Include <sys/select.h> to get select | bcook | 4 | -4/+9 |
2014-08-24 | Let SSL_CIPHER_description() allocate the buffer for the description, | jsing | 1 | -4/+6 |
2014-08-24 | Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and a | jsing | 10 | -58/+38 |
2014-08-23 | Remove non-standard GOST cipher suites (which are not compiled in | jsing | 2 | -136/+2 |
2014-08-23 | Replace the remaining ssl3_get_cipher_by_char() calls with n2s() and | jsing | 8 | -80/+60 |
2014-08-23 | unbind; | jmc | 5 | -27/+16 |
2014-08-19 | Three independent typos for `independent' or `independently'. | miod | 2 | -2/+2 |
2014-08-18 | replace more ROTATE macros with plain-old C code. | bcook | 4 | -80/+38 |
2014-08-18 | remove return value from HOST_c2l/l2c macros | bcook | 16 | -212/+212 |
2014-08-18 | a small tweak to improve malloc in multithreaded programs. we don't need | tedu | 1 | -7/+21 |
2014-08-16 | replace sprintf/strdup with asprintf in engine test | bcook | 1 | -8/+5 |
2014-08-16 | only build the getrandom path if SYS_getrandom is defined. | bcook | 2 | -6/+14 |
2014-08-16 | use C rather than C++ array initialization syntax | bcook | 1 | -37/+37 |
2014-08-16 | getrandom(2) support for getentropy_linux | bcook | 2 | -26/+20 |
2014-08-15 | use void * instead of char *. ok jsing | tedu | 2 | -6/+6 |
2014-08-15 | XPG requires insque() and remque() to work with linear lists and not just | guenther | 3 | -21/+26 |
2014-08-14 | fixed overrid(d)en typo | tobias | 3 | -5/+5 |
2014-08-13 | munmap correct object in (extremely unlikely, and effectively terminal) | deraadt | 6 | -12/+12 |
2014-08-12 | Merge a patch that i successfully pushed to OpenSSL, | schwarze | 2 | -2/+2 |