| Commit message (Expand) | Author | Age | Files | Lines |
* | New openssl subject parser hard to debug | Eric Curtin | 2018-09-04 | 1 | -1/+7 |
* | apps/apps.c: harmonize print_bignum_var output with coding style. | Andy Polyakov | 2018-07-26 | 1 | -4/+3 |
* | apps: when the 'compat' nameopt has been set, leave it be | Richard Levitte | 2018-05-31 | 1 | -1/+2 |
* | Use void in all function definitions that do not take any arguments | Kurt Roeckx | 2018-05-11 | 1 | -1/+1 |
* | Revert "Check directory is able to create files for various -out option" | Richard Levitte | 2018-04-25 | 1 | -67/+0 |
* | Revert "Add VMS version of app_dirname()" | Richard Levitte | 2018-04-25 | 1 | -52/+3 |
* | Add missing index_index() when reloading OCSP responder | Viktor Dukhovni | 2018-04-19 | 1 | -0/+3 |
* | Prepare to detect index changes in OCSP responder. | Viktor Dukhovni | 2018-03-07 | 1 | -0/+21 |
* | Add VMS version of app_dirname() | Richard Levitte | 2018-02-28 | 1 | -3/+52 |
* | Check directory is able to create files for various -out option | Paul Yang | 2018-02-28 | 1 | -0/+67 |
* | Make sure that apps/openssl prefixes its output with '# ' during tests | Richard Levitte | 2018-02-01 | 1 | -1/+19 |
* | Add 'openssl req' option to specify extension values on command line | Richard Levitte | 2017-12-28 | 1 | -8/+13 |
* | Consistent formatting for sizeof(foo) | Rich Salz | 2017-12-08 | 1 | -24/+24 |
* | Resolve warnings in VC-WIN32 build, which allows to add /WX. | Andy Polyakov | 2017-11-13 | 1 | -1/+1 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -16/+16 |
* | Since return is inconsistent, I removed unnecessary parentheses and | KaoruToda | 2017-10-09 | 1 | -2/+2 |
* | NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard | Richard Levitte | 2017-08-25 | 1 | -3/+1 |
* | Add random serial# support. | Rich Salz | 2017-08-22 | 1 | -6/+2 |
* | Fix ui_write in apps/apps.c | Richard Levitte | 2017-08-19 | 1 | -1/+1 |
* | app_isdir() cleanup | Xiaoyin Liu | 2017-07-31 | 1 | -11/+9 |
* | Fix potential use-after-free and memory leak | Pauli | 2017-07-26 | 1 | -6/+7 |
* | BN_pseudo_rand is really BN_rand | Rich Salz | 2017-07-04 | 1 | -1/+1 |
* | Remove the possibility to disable the UI module entirely | Richard Levitte | 2017-07-03 | 1 | -19/+29 |
* | Clean up a bundle of codingstyle stuff in apps directory | Paul Yang | 2017-06-12 | 1 | -66/+72 |
* | Introduce ASN1_TIME_set_string_X509 API | Rich Salz | 2017-06-11 | 1 | -2/+2 |
* | Remove unnecessary if condition from apps.c | Aashil Patel | 2017-06-01 | 1 | -3/+3 |
* | Switch command-line utils to new nameopt API. | Dmitry Belyavskiy | 2017-04-25 | 1 | -10/+20 |
* | Add Sieve support (RFC 5804) to s_client ("-starttls sieve") | Robert Scheck | 2017-02-14 | 1 | -0/+8 |
* | Enable apps to get a UI_METHOD for the default prompter | Richard Levitte | 2017-01-11 | 1 | -0/+5 |
* | Make sure that password_callback exercises UI | Richard Levitte | 2016-12-08 | 1 | -17/+11 |
* | apps: instead of varying implementation, make setup_engine a function always | Richard Levitte | 2016-10-19 | 1 | -1/+3 |
* | If an engine comes up explicitely, it must also come down explicitely | Richard Levitte | 2016-10-19 | 1 | -3/+9 |
* | apps/apps.c: initialize and de-initialize engine around key loading | Richard Levitte | 2016-09-28 | 1 | -1/+4 |
* | Revert "Call ENGINE_init() before trying to use keys from engine" | Rich Salz | 2016-09-28 | 1 | -1/+1 |
* | Call ENGINE_init() before trying to use keys from engine | David Woodhouse | 2016-09-28 | 1 | -1/+1 |
* | Add -Wswitch-enum | Rich Salz | 2016-09-22 | 1 | -2/+10 |
* | apps/apps.c: include sys/socket.h to declare recv() | Richard Levitte | 2016-09-20 | 1 | -0/+2 |
* | Refactor to avoid unnecessary preprocessor logic | Richard Levitte | 2016-09-15 | 1 | -2/+37 |
* | Add X509_getm_notBefore, X509_getm_notAfter | Dr. Stephen Henson | 2016-08-21 | 1 | -25/+11 |
* | Constify certificate and CRL time routines. | Dr. Stephen Henson | 2016-08-19 | 1 | -2/+2 |
* | Set certificate times in one function. | Dr. Stephen Henson | 2016-08-19 | 1 | -0/+34 |
* | Constify char* input parameters in apps code | FdaSilvaYY | 2016-08-17 | 1 | -8/+9 |
* | Corrupt signature in place. | Dr. Stephen Henson | 2016-08-17 | 1 | -10/+3 |
* | Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). | Dr. Stephen Henson | 2016-08-16 | 1 | -1/+15 |
* | Fix a few if(, for(, while( inside code. | FdaSilvaYY | 2016-07-20 | 1 | -2/+2 |
* | Whitespace cleanup in apps | FdaSilvaYY | 2016-06-29 | 1 | -2/+2 |
* | Deal with the consequences of constifying getters | Richard Levitte | 2016-06-15 | 1 | -1/+1 |
* | Free an X509_CRL in an error path | Matt Caswell | 2016-06-01 | 1 | -1/+3 |
* | Fix s_client/s_server waiting for stdin on Windows | Matt Caswell | 2016-05-27 | 1 | -1/+30 |
* | Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx | Rich Salz | 2016-05-20 | 1 | -2/+2 |