| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year | Matt Caswell | 2021-04-08 | 8 | -8/+8 |
* | Always check CRYPTO_LOCK_{read,write}_lock | Rich Salz | 2021-03-14 | 7 | -35/+59 |
* | Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcrypto | Tomas Mraz | 2021-03-12 | 1 | -2/+0 |
* | Drop OPENSSL_NO_RSA everywhere | Richard Levitte | 2020-12-20 | 3 | -8/+0 |
* | Update copyright year | Matt Caswell | 2020-11-26 | 1 | -1/+1 |
* | ERR: Rebuild all generated error headers and source files | Richard Levitte | 2020-11-24 | 1 | -6/+12 |
* | CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data() | Richard Levitte | 2020-11-13 | 3 | -11/+9 |
* | Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call | Richard Levitte | 2020-11-13 | 14 | -109/+85 |
* | Don't clear the whole error stack when loading engines | Matt Caswell | 2020-11-06 | 3 | -3/+22 |
* | Fix safestack issues in conf.h | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | EVP: deprecate the EVP_X_meth_ functions. | Pauli | 2020-07-22 | 2 | -4/+4 |
* | Update copyright year | Richard Levitte | 2020-07-16 | 14 | -14/+14 |
* | deprecate engines in libcrypto | Pauli | 2020-07-16 | 18 | -0/+54 |
* | Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md files | Dr. David von Oheimb | 2020-07-05 | 1 | -14/+13 |
* | Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt | Dr. David von Oheimb | 2020-07-05 | 1 | -0/+0 |
* | Update copyright year | Matt Caswell | 2020-06-04 | 1 | -1/+1 |
* | Prevent use after free of global_engine_lock | Tomas Mraz | 2020-05-22 | 1 | -0/+1 |
* | Update copyright year | Matt Caswell | 2020-05-15 | 2 | -2/+2 |
* | In OpenSSL builds, declare STACK for datatypes ... | Rich Salz | 2020-04-24 | 2 | -0/+4 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 2 | -2/+2 |
* | Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ... | Shane Lontis | 2020-04-15 | 1 | -0/+2 |
* | Deprecate the low level SHA functions. | Pauli | 2020-01-19 | 1 | -2/+2 |
* | Deprecate the low level RC4 functions | Pauli | 2020-01-15 | 1 | -0/+6 |
* | Engine: Add NULL check. | Pauli | 2019-11-21 | 1 | -1/+2 |
* | Update source files for pre-3.0 deprecation | Richard Levitte | 2019-11-07 | 1 | -2/+3 |
* | Explicitly test against NULL; do not use !p or similar | Rich Salz | 2019-10-09 | 4 | -5/+6 |
* | Fix header file include guard names | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -3/+3 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 21 | -22/+22 |
* | Reorganize private crypto header files | Dr. Matthias St. Pierre | 2019-09-28 | 4 | -4/+4 |
* | util/mkerr.pl: make it not depend on the function code | Richard Levitte | 2019-09-12 | 1 | -1/+1 |
* | Remove extern declarations of OPENSSL_ia32cap_P | Bernd Edlinger | 2019-09-01 | 1 | -2/+1 |
* | crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionally | Richard Levitte | 2019-08-15 | 1 | -2/+4 |
* | Load the config file by default | Matt Caswell | 2019-08-01 | 1 | -0/+3 |
* | Remove superfluous call to OPENSSL_cpuid_setup | Patrick Steuer | 2019-07-22 | 1 | -3/+0 |
* | Regenerate mkerr files | Rich Salz | 2019-07-16 | 1 | -68/+2 |
* | Coverity CID 1444957: Error handling issues | Pauli | 2019-05-08 | 1 | -3/+6 |
* | Convert the ENGINE_CONF trace calls to use CONF instead | Richard Levitte | 2019-04-05 | 1 | -3/+3 |
* | Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace API | Richard Levitte | 2019-03-06 | 1 | -20/+13 |
* | Adapt ENGINE_TABLE_DEBUG to the new generic trace API | Richard Levitte | 2019-03-06 | 2 | -46/+29 |
* | Adapt ENGINE_CONF_DEBUG to the new generic trace API | Richard Levitte | 2019-03-06 | 1 | -13/+6 |
* | e_devcrypto: make the /dev/crypto engine dynamic | Eneas U de Queiroz | 2019-02-12 | 2 | -1239/+0 |
* | Remove unnecessary trailing whitespace | Sam Roberts | 2019-02-05 | 2 | -2/+2 |
* | Do not complain when /dev/crypto does not exist. | Jung-uk Kim | 2018-12-23 | 1 | -1/+6 |
* | eng_devcrypto: add command to dump driver info | Eneas U de Queiroz | 2018-12-10 | 1 | -24/+127 |
* | eng_devcrypto: add configuration options | Eneas U de Queiroz | 2018-12-10 | 1 | -41/+353 |
* | eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOT | Eneas U de Queiroz | 2018-12-10 | 1 | -5/+12 |
* | eng_devcrypto: make sure digest can do copy | Eneas U de Queiroz | 2018-12-10 | 1 | -8/+26 |
* | eng_devcrypto: fix ctr mode | Eneas U de Queiroz | 2018-12-10 | 1 | -23/+102 |
* | eng_devcrypto: add cipher CTX copy function | Eneas U de Queiroz | 2018-12-10 | 1 | -0/+18 |