| Commit message (Expand) | Author | Age | Files | Lines |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 7 | -55/+38 |
* | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | beck | 2017-01-21 | 1 | -2/+4 |
* | Expand ASN1_ITEM_rptr macro - no change in generated assembly. | jsing | 2016-12-30 | 1 | -2/+2 |
* | Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* with | jsing | 2016-11-04 | 2 | -8/+30 |
* | call BN_init on temporaries to avoid use-before-set warnings | bcook | 2016-07-07 | 1 | -1/+2 |
* | On systems where we do not have BN_ULLONG defined (most 64-bit systems), | bcook | 2016-07-05 | 1 | -1/+5 |
* | Remove flags for disabling constant-time operations. | bcook | 2016-06-30 | 2 | -34/+12 |
* | Expand ASN1_CHOICE*, ASN1_SEQUENCE* and associated macros, making the | jsing | 2015-02-14 | 1 | -6/+42 |
* | Enable building with -DOPENSSL_NO_DEPRECATED. | doug | 2015-02-11 | 1 | -1/+2 |
* | Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so that | jsing | 2015-02-10 | 1 | -2/+14 |
* | BN_CTX_get() can fail - consistently check its return value. | jsing | 2015-02-09 | 2 | -6/+7 |
* | This is neither code not proper documentation. | miod | 2015-02-09 | 7 | -157/+0 |
* | Delete a lot of #if 0 code in libressl. | doug | 2015-02-07 | 2 | -16/+2 |
* | Avoid a double-free in an error path. | doug | 2015-01-08 | 1 | -1/+2 |
* | None of these need to include <openssl/rand.h> | jsing | 2014-10-18 | 1 | -2/+1 |
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 4 | -30/+17 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 9 | -26/+31 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 3 | -4/+12 |
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -2/+4 |
* | ASN1_STRING_free can handle NULL, so callers don't need to check. ok miod | tedu | 2014-07-09 | 1 | -7/+4 |
* | Simplify error path of DH_check_pub_key() | miod | 2014-07-09 | 1 | -8/+4 |
* | KNF | miod | 2014-07-09 | 9 | -567/+599 |
* | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -3/+1 |
* | simplify and unobfuscate a variable to fix a mem leak. | tedu | 2014-06-30 | 1 | -6/+9 |
* | replace atoi() calls with strtol(). Follow the idiomatic pattern in our | deraadt | 2014-06-12 | 1 | -12/+30 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 11 | -9/+11 |
* | Remove various test stubs. The good ones have been moved by jsing | deraadt | 2014-06-07 | 3 | -257/+0 |
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
* | more: no need to null check before free; ok guenther | deraadt | 2014-05-30 | 1 | -1/+1 |
* | more: no need for null check before free | deraadt | 2014-05-30 | 1 | -2/+1 |
* | no need for null check before free. from Brendan MacDonell | tedu | 2014-05-30 | 1 | -1/+1 |
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 2 | -4/+0 |
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+1 |
* | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 2 | -4/+2 |
* | Stop being a dummy... presumably these are left overs from pedantic mode | jsing | 2014-05-15 | 1 | -2/+0 |
* | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 3 | -71/+46 |
* | kill REF_PRINT/REF_CHECK debugging framework noone would use | deraadt | 2014-04-17 | 1 | -20/+0 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 3 | -12/+12 |
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -77/+0 |
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 3 | -44/+0 |
* | Moved to regress/lib/libcrypto. | miod | 2014-04-15 | 1 | -226/+0 |
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -103/+0 |
* | resolve conflicts | djm | 2012-10-13 | 5 | -4/+88 |
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -0/+1 |
|\ |
|
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 6 | -4/+89 |
* | | resolve conflicts, fix local changes | djm | 2010-10-01 | 8 | -179/+105 |
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 3 | -0/+834 |
|\| |
|
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 9 | -35/+887 |
| * | import openssl-0.9.8j | djm | 2009-01-09 | 6 | -2/+29 |
* | | resolve conflicts | djm | 2009-04-06 | 2 | -5/+1 |