| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename FIPS_MODE to FIPS_MODULE | Richard Levitte | 2020-04-28 | 1 | -11/+11 |
* | Add DSA keygen to provider | Shane Lontis | 2020-04-15 | 1 | -0/+161 |
* | Constify various mostly X509-related parameter types in crypto/ and apps/ | Dr. David von Oheimb | 2020-03-23 | 1 | -1/+1 |
* | PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY impl | Richard Levitte | 2020-03-02 | 1 | -0/+5 |
* | Add FFC param/key validation | Shane Lontis | 2020-02-16 | 1 | -8/+18 |
* | Deprecate the low level DSA functions. | Pauli | 2020-02-11 | 1 | -0/+6 |
* | Redesign the KEYMGMT libcrypto <-> provider interface - the basics | Richard Levitte | 2020-02-07 | 1 | -25/+25 |
* | Modify DSA and DH keys to use a shared FFC_PARAMS struct | Shane Lontis | 2020-01-24 | 1 | -54/+25 |
* | DSA: Move DSA_security_bits() and DSA_bits() | Richard Levitte | 2020-01-17 | 1 | -12/+11 |
* | CRYPTO: Remove support for ex_data fields when building the FIPS module | Richard Levitte | 2020-01-15 | 1 | -7/+6 |
* | Add dsa signature alg to fips provider | Shane Lontis | 2020-01-12 | 1 | -150/+144 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -1/+1 |
* | Implement DSA in the default provider | Matt Caswell | 2019-09-09 | 1 | -0/+2 |
* | Following the license change, modify the boilerplates in crypto/dsa/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Harmonize the error handling codepath | Nicola Tuveri | 2018-09-05 | 1 | -3/+5 |
* | Fix segfault in RSA_free() (and DSA/DH/EC_KEY) | Nicola Tuveri | 2018-09-05 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2018-05-29 | 1 | -1/+1 |
* | DSA: add simple getters for commonly used struct members | Dr. Matthias St. Pierre | 2018-05-28 | 1 | -0/+25 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -3/+3 |
* | Remove email addresses from source code. | Rich Salz | 2017-10-13 | 1 | -2/+0 |
* | Move the REF_PRINT support from e_os.h to internal/refcount.h. | Pauli | 2017-08-29 | 1 | -1/+1 |
* | e_os.h removal from other headers and source files. | Pauli | 2017-08-29 | 1 | -1/+2 |
* | Make default_method mostly compile-time | Rich Salz | 2017-04-07 | 1 | -14/+0 |
* | Add support for reference counting using C11 atomics | Kurt Roeckx | 2016-11-17 | 1 | -2/+2 |
* | Add DSA_bits() function. | Dr. Stephen Henson | 2016-08-01 | 1 | -0/+5 |
* | Fix the build and tests following constification of DH, DSA, RSA | Matt Caswell | 2016-06-16 | 1 | -3/+3 |
* | Constify the parameter getters for RSA, DSA and DH | Richard Levitte | 2016-06-15 | 1 | -13/+10 |
* | Raise an Err when CRYPTO_THREAD_lock_new fails | FdaSilvaYY | 2016-06-01 | 1 | -0/+1 |
* | Copyright consolidation 07/10 | Rich Salz | 2016-05-17 | 1 | -54/+6 |
* | Add checks on CRYPTO_new_ex_data return value... | FdaSilvaYY | 2016-04-28 | 1 | -19/+16 |
* | Fix set0 reuse test | Viktor Dukhovni | 2016-04-27 | 1 | -1/+1 |
* | RSA, DSA, DH: Allow some given input to be NULL on already initialised keys | Richard Levitte | 2016-04-27 | 1 | -13/+37 |
* | Fix double free bug in error path | Matt Caswell | 2016-04-09 | 1 | -0/+1 |
* | Make DH opaque | Matt Caswell | 2016-04-09 | 1 | -12/+28 |
* | Make DSA_METHOD opaque | Matt Caswell | 2016-04-03 | 1 | -20/+18 |
* | Make the DSA structure opaque | Matt Caswell | 2016-04-03 | 1 | -1/+74 |
* | Remove #error from include files. | Rich Salz | 2016-03-21 | 1 | -6/+2 |
* | Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API | Alessandro Ghedini | 2016-03-08 | 1 | -5/+18 |
* | Remove kinv/r fields from DSA structure. | Dr. Stephen Henson | 2016-03-07 | 1 | -2/+0 |
* | GH715: Missed some null-check-removals. follow commits 412bafdcf5, and 7c96db... | FdaSilvaYY | 2016-02-28 | 1 | -4/+2 |
* | GH715: ENGINE_finish can take NULL | Rich Salz | 2016-02-25 | 1 | -5/+3 |
* | Move to REF_DEBUG, for consistency. | Rich Salz | 2016-02-11 | 1 | -18/+5 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | Check for missing DSA parameters. | Dr. Stephen Henson | 2015-12-30 | 1 | -1/+3 |
* | ex_data part 2: doc fixes and CRYPTO_free_ex_index. | Rich Salz | 2015-12-01 | 1 | -7/+0 |
* | remove 0 assignments. | Rich Salz | 2015-09-03 | 1 | -14/+1 |
* | RT3999: Remove sub-component version strings | Rich Salz | 2015-08-10 | 1 | -2/+0 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 1 | -1/+1 |
* | free NULL cleanup 7 | Rich Salz | 2015-05-01 | 1 | -14/+7 |