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-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-16 |
Dr. Stephen Henson | Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). |
tree | commitdiff |
2016-08-10 |
Rich Salz | Change callers to use the new constants. |
tree | commitdiff |
2016-07-20 |
Kurt Roeckx | Check for errors allocating the error strings. |
tree | commitdiff |
2016-07-15 |
Dr. Stephen Henson | check return values for EVP_Digest*() APIs |
tree | commitdiff |
2016-06-25 |
David Benjamin | Handle BN_mod_word failures. |
tree | commitdiff |
2016-06-25 |
David Benjamin | Fix BN_is_prime* calls. |
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-06 |
Matt Caswell | Deprecate the flags that switch off constant time |
tree | commitdiff |
2016-06-01 |
Rich Salz | Remove/rename some old files. |
tree | commitdiff |
2016-06-01 |
Matt Caswell | Fix printing of DH Parameters |
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 05/10 |
tree | commitdiff |
2016-05-13 |
Insu Yun | Fix OpenSSL_memdup error handling |
tree | commitdiff |
2016-04-28 |
FdaSilvaYY | Add checks on CRYPTO_new_ex_data return value... |
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 | Add documentation for following DH and DH_METHOD opacity |
tree | commitdiff |
2016-04-09 |
Matt Caswell | Make DH_METHOD opaque |
tree | commitdiff |
2016-04-09 |
Matt Caswell | Make DH 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-10 |
Rich Salz | RT3676 add: Export ASN.1 DHparams |
tree | commitdiff |
2016-03-08 |
Alessandro Ghedini | Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API |
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-18 |
Richard Levitte | Remove all special make depend flags, as well as OPENSS... |
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-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-29 |
Matt Caswell | Add missing return value checks |
tree | commitdiff |
2016-01-28 |
Matt Caswell | Prevent small subgroup attacks on DH/DHE |
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-16 |
Rich Salz | Rename some BUF_xxx to OPENSSL_xxx |
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-24 |
Ben Laurie | Fix undeclared variable warnings. |
tree | commitdiff |
2015-09-30 |
Rich Salz | Make update / libeay.num fix |
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-09-03 |
David Bar | RT3674: Make no-cms build work. |
tree | commitdiff |
2015-08-10 |
Rich Salz | RT3999: Remove sub-component version strings |
tree | commitdiff |
2015-06-23 |
Rich Salz | More secure storage of key material. |
tree | commitdiff |
2015-06-08 |
Kurt Roeckx | Properly check certificate in case of export ciphers. |
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 |
2015-05-04 |
Rich Salz | Use safer sizeof variant in malloc |
tree | commitdiff |
2015-05-01 |
Rich Salz | Remove goto inside an if(0) block |
tree | commitdiff |
2015-05-01 |
Rich Salz | free null cleanup finale |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup 7 |
tree | commitdiff |
2015-04-30 |
Rich Salz | free cleanup almost the finale |
tree | commitdiff |
2015-04-30 |
Rich Salz | free NULL cleanup 5a |
tree | commitdiff |
2015-04-30 |
Rich Salz | free NULL cleanup 8 |
tree | commitdiff |
2015-04-28 |
Rich Salz | remove malloc casts |
tree | commitdiff |
2015-04-16 |
Viktor Dukhovni | Code style: space after 'if' |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Remove EXHEADER, TEST, APPS, links:, install: and unins... |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Stop symlinking, move files to intended directory |
tree | commitdiff |
2015-03-28 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-25 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-24 |
Dr. Stephen Henson | make depend |
tree | commitdiff |
2015-03-24 |
Dr. Stephen Henson | Move some EVP internals to evp_int.h |
tree | commitdiff |
2015-03-24 |
Dr. Stephen Henson | Move some ASN.1 internals to asn1_int.h |
tree | commitdiff |
2015-03-24 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-12 |
Matt Caswell | Fix dh_pub_encode |
tree | commitdiff |
2015-03-08 |
Dr. Stephen Henson | Cleanse PKCS#8 private key components. |
tree | commitdiff |
2015-03-05 |
Matt Caswell | Unchecked malloc fixes |
tree | commitdiff |
2015-02-22 |
Kurt Roeckx | Fix memory leak |
tree | commitdiff |
2015-02-22 |
Doug Hogan | Avoid a double-free in an error path. |
tree | commitdiff |
2015-02-03 |
Rich Salz | Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp |
tree | commitdiff |
next |