2016-11-17 |
Kurt Roeckx | Add support for reference counting using C11 atomics |
tree | commitdiff |
2016-11-17 |
FdaSilvaYY | Raise an error on memory alloc failure. |
tree | commitdiff |
2016-11-14 |
Sebastian Andrzej... | dsa/dsa_gen: add error message for seed_len < 0 |
tree | commitdiff |
2016-09-21 |
Matt Caswell | Fix a missing NULL check in dsa_builtin_paramgen |
tree | commitdiff |
2016-08-17 |
Dr. Stephen Henson | Constify private key decode. |
tree | commitdiff |
2016-08-17 |
Dr. Stephen Henson | constify X509_ALGOR_get0() |
tree | commitdiff |
2016-08-01 |
Dr. Stephen Henson | Add DSA_bits() function. |
tree | commitdiff |
2016-07-20 |
Kurt Roeckx | Check for errors allocating the error strings. |
tree | commitdiff |
2016-07-20 |
Dr. Stephen Henson | Don't allocate r/s in DSA_SIG and ECDSA_SIG |
tree | commitdiff |
2016-06-24 |
Ben Laurie | Deal with API changes. |
tree | commitdiff |
2016-06-20 |
Emilia Kasper | Make DSA_SIG and ECDSA_SIG getters const. |
tree | commitdiff |
2016-06-18 |
FdaSilvaYY | Useless header include of openssl/rand.h |
tree | commitdiff |
2016-06-16 |
Matt Caswell | Fix the build and tests following constification of... |
tree | commitdiff |
2016-06-15 |
Richard Levitte | Constify the parameter getters for RSA, DSA and DH |
tree | commitdiff |
2016-06-13 |
TJ Saunders | Ensure that NULL r and s parameters cannot be set on... |
tree | commitdiff |
2016-06-13 |
TJ Saunders | Reorder the setter arguments to more consistently match... |
tree | commitdiff |
2016-06-13 |
TJ Saunders | Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for... |
tree | commitdiff |
2016-06-07 |
Cesar Pereida | Set flag BN_FLG_CONSTTIME earlier |
tree | commitdiff |
2016-06-07 |
Cesar Pereida | Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverse |
tree | commitdiff |
2016-06-06 |
Matt Caswell | Deprecate the flags that switch off constant time |
tree | commitdiff |
2016-06-06 |
Matt Caswell | Simplify dsa_ossl.c |
tree | commitdiff |
2016-06-06 |
Cesar Pereida | Fix DSA, preserve BN_FLG_CONSTTIME |
tree | commitdiff |
2016-06-04 |
Kurt Roeckx | Specifiy size of arrays |
tree | commitdiff |
2016-06-01 |
Rich Salz | Remove/rename some old files. |
tree | commitdiff |
2016-06-01 |
FdaSilvaYY | Raise an Err when CRYPTO_THREAD_lock_new fails |
tree | commitdiff |
2016-05-31 |
Dr. Stephen Henson | Parameter copy sanity checks. |
tree | commitdiff |
2016-05-23 |
Rich Salz | Remove unused error/function codes. |
tree | commitdiff |
2016-05-23 |
FdaSilvaYY | Remove useless NULL checks |
tree | commitdiff |
2016-05-18 |
Matt Caswell | Add some error messages for malloc fails |
tree | commitdiff |
2016-05-18 |
Matt Caswell | Better checks for malloc failure in various METHOD... |
tree | commitdiff |
2016-05-17 |
Rich Salz | Manual fixes after copyright consolidation |
tree | commitdiff |
2016-05-17 |
Rich Salz | Copyright consolidation 07/10 |
tree | commitdiff |
2016-04-29 |
Matt Caswell | Remove some dead code |
tree | commitdiff |
2016-04-28 |
FdaSilvaYY | Add checks on CRYPTO_new_ex_data return value... |
tree | commitdiff |
2016-04-28 |
Matt Caswell | Check that we were actually allocated BIGNUMs in dsa_bu... |
tree | commitdiff |
2016-04-27 |
Viktor Dukhovni | Fix set0 reuse test |
tree | commitdiff |
2016-04-27 |
Richard Levitte | RSA, DSA, DH: Allow some given input to be NULL on... |
tree | commitdiff |
2016-04-20 |
Richard Levitte | Remove --classic build entirely |
tree | commitdiff |
2016-04-09 |
Matt Caswell | Fix double free bug in error path |
tree | commitdiff |
2016-04-09 |
Matt Caswell | Make DH opaque |
tree | commitdiff |
2016-04-02 |
Matt Caswell | Rename get/set_app_data to get0/set0_app_data |
tree | commitdiff |
2016-04-02 |
Matt Caswell | Various DSA opacity fixups |
tree | commitdiff |
2016-04-02 |
Matt Caswell | Make DSA_METHOD opaque |
tree | commitdiff |
2016-04-02 |
Matt Caswell | Make the DSA structure opaque |
tree | commitdiff |
2016-03-21 |
Richard Levitte | Remove the remainder of util/mk1mf.pl and companion... |
tree | commitdiff |
2016-03-20 |
Rich Salz | Remove #error from include files. |
tree | commitdiff |
2016-03-20 |
Dr. Stephen Henson | constify DSA_SIG_get0() |
tree | commitdiff |
2016-03-11 |
Dr. Stephen Henson | move DSA_SIG definition into C source file |
tree | commitdiff |
2016-03-08 |
Dr. Stephen Henson | Make DSA_SIG opaque. |
tree | commitdiff |
2016-03-08 |
Alessandro Ghedini | Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API |
tree | commitdiff |
2016-03-07 |
Dr. Stephen Henson | Remove kinv/r fields from DSA structure. |
tree | commitdiff |
2016-02-28 |
FdaSilvaYY | GH715: Missed some null-check-removals. follow commits... |
tree | commitdiff |
2016-02-25 |
Rich Salz | GH715: ENGINE_finish can take NULL |
tree | commitdiff |
2016-02-22 |
Rich Salz | Remove unused parameters from internal functions |
tree | commitdiff |
2016-02-20 |
Richard Levitte | Always build library object files with shared library... |
tree | commitdiff |
2016-02-19 |
Dr. Stephen Henson | Remove DSA negative integer workaround code. |
tree | commitdiff |
2016-02-19 |
Dr. Stephen Henson | Remove broken DSA private key workarounds. |
tree | commitdiff |
2016-02-18 |
Richard Levitte | Remove all special make depend flags, as well as OPENSS... |
tree | commitdiff |
2016-02-18 |
Dr. Stephen Henson | typo |
tree | commitdiff |
2016-02-11 |
Rich Salz | Move to REF_DEBUG, for consistency. |
tree | commitdiff |
2016-02-10 |
Rich Salz | Use NON_EMPTY_TRANSLATION_UNIT, consistently. |
tree | commitdiff |
2016-02-08 |
Rich Salz | GH322 revisited: remove unused function. |
tree | commitdiff |
2016-02-05 |
FdaSilvaYY | GH601: Various spelling fixes. |
tree | commitdiff |
2016-02-01 |
Richard Levitte | unified build scheme: add build.info files |
tree | commitdiff |
2016-01-29 |
Rich Salz | Templatize util/domd |
tree | commitdiff |
2016-01-28 |
Dr. Stephen Henson | Use callback for DSAPublicKey |
tree | commitdiff |
2016-01-26 |
Rich Salz | Remove /* foo.c */ comments |
tree | commitdiff |
2016-01-20 |
Rich Salz | Remove update tags |
tree | commitdiff |
2016-01-20 |
Dr. Stephen Henson | make EVP_PKEY opaque |
tree | commitdiff |
2016-01-17 |
Rich Salz | Remove some old makefile targets |
tree | commitdiff |
2016-01-12 |
Rich Salz | Move Makefiles to Makefile.in |
tree | commitdiff |
2016-01-12 |
Richard Levitte | make update |
tree | commitdiff |
2016-01-08 |
Viktor Dukhovni | Backwards-compatibility subject to OPENSSL_API_COMPAT |
tree | commitdiff |
2016-01-07 |
Rich Salz | mem functions cleanup |
tree | commitdiff |
2015-12-30 |
Dr. Stephen Henson | Check for missing DSA parameters. |
tree | commitdiff |
2015-12-22 |
David Benjamin | Fix memory leak in DSA redo case. |
tree | commitdiff |
2015-12-14 |
Dr. Stephen Henson | Extend EVP_PKEY_copy_parameters() |
tree | commitdiff |
2015-12-09 |
Dr. Stephen Henson | make update |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Cleanup: fix all sources that used EVP_MD_CTX_(create... |
tree | commitdiff |
2015-12-07 |
Richard Levitte | Adjust all accesses to EVP_MD_CTX to use accessor funct... |
tree | commitdiff |
2015-12-01 |
Rich Salz | ex_data part 2: doc fixes and CRYPTO_free_ex_index. |
tree | commitdiff |
2015-11-26 |
Matt Caswell | Tighten up BN_with_flags usage and avoid a reachable... |
tree | commitdiff |
2015-11-09 |
Matt Caswell | Continue standardising malloc style for libcrypto |
tree | commitdiff |
2015-11-05 |
Dr. Stephen Henson | Rebuild error source files. |
tree | commitdiff |
2015-10-23 |
Alessandro Ghedini | Remove useless code |
tree | commitdiff |
2015-10-23 |
Alessandro Ghedini | Fix memory leaks and other mistakes on errors |
tree | commitdiff |
2015-10-07 |
Pascal Cuoq | Move BN_CTX_start() call so the error case can always... |
tree | commitdiff |
2015-09-11 |
Ben Laurie | Enable -Wmissing-variable-declarations and |
tree | commitdiff |
2015-09-03 |
Rich Salz | remove 0 assignments. |
tree | commitdiff |
2015-08-31 |
Ben Kaduk | GH367 follow-up, for more clarity |
tree | commitdiff |
2015-08-28 |
Ismo Puustinen | GH367: Fix dsa keygen for too-short seed |
tree | commitdiff |
2015-08-24 |
Dr. Stephen Henson | Add DSA digest length checks. |
tree | commitdiff |
2015-08-10 |
Rich Salz | RT3999: Remove sub-component version strings |
tree | commitdiff |
2015-07-30 |
Martin Vejnar | RT3774: double-free in DSA |
tree | commitdiff |
2015-06-23 |
Rich Salz | More secure storage of key material. |
tree | commitdiff |
2015-05-22 |
Richard Levitte | Fix the update target and remove duplicate file updates |
tree | commitdiff |
2015-05-14 |
Richard Levitte | make depend |
tree | commitdiff |
2015-05-14 |
Richard Levitte | Identify and move common internal libcrypto header... |
tree | commitdiff |
2015-05-11 |
Rich Salz | Use p==NULL not !p (in if statements, mainly) |
tree | commitdiff |
2015-05-07 |
Rich Salz | Use "==0" instead of "!strcmp" etc |
tree | commitdiff |
next |