| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -1/+1 |
* | Move e_os.h to be the very first include. | Pauli | 2017-08-29 | 1 | -1/+1 |
* | Use "" not <> for internal/ includes | Rich Salz | 2017-08-22 | 1 | -1/+1 |
* | RT4562: Fix misleading doc on OPENSSL_config | Rich Salz | 2016-06-14 | 1 | -9/+9 |
* | Handle Visual C warning about non-standard function names. | Richard Levitte | 2016-05-26 | 1 | -0/+1 |
* | Add error return for OPENSSL_INIT_set_config_filename() | Matt Caswell | 2016-05-24 | 1 | -3/+13 |
* | Copyright consolidation 04/10 | Rich Salz | 2016-05-17 | 1 | -54/+5 |
* | Elide OPENSSL_INIT_set_config_filename() for no-stdio build | David Woodhouse | 2016-03-07 | 1 | -0/+2 |
* | Check malloc | Rich Salz | 2016-02-11 | 1 | -1/+2 |
* | Hide OPENSSL_INIT_SETTINGS. | Rich Salz | 2016-02-11 | 1 | -0/+28 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | RT3999: Remove sub-component version strings | Rich Salz | 2015-08-10 | 1 | -2/+0 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 1 | -4/+4 |
* | Dead code removal: #if 0 conf, dso, pqueue, threads | Rich Salz | 2015-01-30 | 1 | -16/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -283/+267 |
* | Cleanup OPENSSL_NO_xxx, part 1master-pre-reformat | Rich Salz | 2015-01-14 | 1 | -4/+4 |
* | LHASH revamp. make depend. | Ben Laurie | 2008-05-26 | 1 | -12/+18 |
* | Constify version strings and some structures. | Dr. Stephen Henson | 2007-01-21 | 1 | -1/+1 |
* | make sure error queue is totally emptied | Nils Larsch | 2005-04-08 | 1 | -1/+1 |
* | Add missing prototypes. | Lutz Jänicke | 2002-06-13 | 1 | -2/+3 |
* | Constification, add config to /dev/crypto. | Ben Laurie | 2002-01-18 | 1 | -8/+10 |
* | Modify apps to use NCONF code instead of old CONF code. | Dr. Stephen Henson | 2001-06-28 | 1 | -35/+18 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -1/+1 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -4/+4 |
* | Avoid coredumps for CONF_get_...(NULL, ...) | Bodo Möller | 2001-02-06 | 1 | -18/+41 |
* | Make it possible for methods to load from something other than a BIO, | Richard Levitte | 2000-10-19 | 1 | -16/+5 |
* | NCONF_get_number() has no error checking at all. As a replacement, | Richard Levitte | 2000-10-19 | 1 | -13/+45 |
* | Always return a value. | Ben Laurie | 2000-10-16 | 1 | -1/+1 |
* | Make the new conf implementatoin bug-compatible with the old one. | Richard Levitte | 2000-10-13 | 1 | -3/+22 |
* | Use CONFerr, not RSAerr, in the conf library... | Richard Levitte | 2000-04-26 | 1 | -1/+1 |
* | I've always wanted to make the CONF library more adaptable. Here's | Richard Levitte | 2000-04-09 | 1 | -0/+352 |