| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the libssl/src directory |  beck | 2016-09-03 | 37 | -12938/+0 |
* | X509_free(3) is NULL-safe, so remove NULL checks before its calls. |  mmcc | 2016-03-11 | 1 | -3/+2 |
* | initialize ext_len to 0. |  beck | 2015-12-14 | 1 | -2/+6 |
* | Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new). |  jsing | 2015-09-30 | 4 | -16/+16 |
* | Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Same |  jsing | 2015-09-30 | 3 | -9/+9 |
* | Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is |  jsing | 2015-09-30 | 2 | -10/+10 |
* | Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to |  jsing | 2015-09-29 | 1 | -4/+4 |
* | Use ASN1_item_dup() instead of ASN1_dup(). |  jsing | 2015-09-26 | 1 | -3/+2 |
* | Use named initialisers for X509V3_EXT_METHOD structs (for the usual |  jsing | 2015-07-29 | 19 | -228/+588 |
* | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated |  jsing | 2015-07-29 | 5 | -12/+12 |
* | Expand ASN.1 template macros that got missed in the last pass - only change |  jsing | 2015-07-25 | 3 | -11/+31 |
* | Expand ASN.1 template macros - the generated assembly only differs by |  jsing | 2015-07-25 | 13 | -141/+806 |
* | Remove case that can never happen. |  doug | 2015-07-19 | 1 | -5/+1 |
* | Fix leak found by coverity, issue 78897 - which also brough to |  beck | 2015-07-18 | 3 | -25/+33 |
* | Memory leak; Coverity CID 78836 |  miod | 2015-07-15 | 1 | -6/+8 |
* | Unchecked allocations, and make sure we do not leak upon error. Fixes |  miod | 2015-07-15 | 1 | -21/+36 |
* | Avoid leaking objects upon error; tweaks & ok doug@ |  miod | 2015-07-15 | 1 | -18/+18 |
* | Memory leak in error path. Coverity CID 78822. |  miod | 2015-02-17 | 1 | -8/+9 |
* | Check ASN1_OCTET_STRING_new() for failure. Coverity CID 78904 |  miod | 2015-02-15 | 1 | -6/+8 |
* | Memory leak in `should not happen' condition; Coverity CID 78889. |  miod | 2015-02-14 | 1 | -4/+4 |
* | Memory leak upon error; Coverity CID 78857 |  miod | 2015-02-14 | 1 | -1/+4 |
* | Don't leak memory on errors - fixes coverity issues 105353 105253 |  beck | 2015-02-13 | 1 | -4/+9 |
* | unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to |  jsing | 2015-02-10 | 5 | -2695/+3 |
* | Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last |  jsing | 2015-02-10 | 3 | -10/+3 |
* | The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned into |  jsing | 2015-02-10 | 2 | -8/+2 |
* | Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visible |  jsing | 2015-02-10 | 3 | -7/+51 |
* | Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and |  jsing | 2015-02-09 | 12 | -43/+787 |
* | Delete a lot of #if 0 code in libressl. |  doug | 2015-02-07 | 4 | -78/+4 |
* | Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add. |  doug | 2014-12-06 | 1 | -11/+13 |
* | further BUF_strdup conversion: these places should be safe to rely on |  tedu | 2014-11-18 | 1 | -2/+2 |
* | Check the result of sk_*_push() operations for failure. |  miod | 2014-10-28 | 2 | -11/+26 |
* | The fixes to X509_PURPOSE_add() in r1.18 actually could cause a global |  miod | 2014-10-05 | 1 | -27/+29 |
* | Be sure to check the stack push operation for success in v2i_POLICY_MAPPINGS(); |  miod | 2014-10-05 | 1 | -17/+19 |
* | In v2i_AUTHORITY_INFO_ACCESS(), separate object allocation from object push |  miod | 2014-10-05 | 1 | -3/+8 |
* | Memory leak upon error in set_dist_point_name(). |  miod | 2014-10-05 | 1 | -1/+2 |
* | Be sure to check object allocation for success before using them. |  miod | 2014-10-05 | 1 | -5/+10 |
* | Missing deallocation upon error. |  miod | 2014-10-05 | 1 | -2/+3 |
* | Fix memory leak in the error path of v2i_AUTHORITY_KEYID(). |  miod | 2014-10-05 | 1 | -3/+6 |
* | level_add_node(): if a memory allocation failure causes us to attempt to clean |  miod | 2014-07-23 | 1 | -4/+7 |
* | The bell tolls for BUF_strdup - Start the migration to using |  beck | 2014-07-13 | 5 | -17/+20 |
* | Only import cryptlib.h in the four source files that actually need it. |  jsing | 2014-07-11 | 33 | -79/+73 |
* | Explicitly include <openssl/opensslconf.h> in every file that references |  jsing | 2014-07-10 | 7 | -7/+24 |
* | Upon realloc() failure, free() the original pointer and remove the stupid |  miod | 2014-07-10 | 1 | -3/+3 |
* | Stop including standard headers via cryptlib.h - pull in the headers that |  jsing | 2014-07-10 | 17 | -27/+54 |
* | {malloc,reallocarray} + memset(,0,) -> calloc |  miod | 2014-07-09 | 1 | -4/+2 |
* | Fix 9 memory leaks. |  logan | 2014-06-28 | 1 | -1/+10 |
* | tags as requested by miod and tedu |  deraadt | 2014-06-12 | 39 | -37/+39 |
* | c-file-style hints, begone; ok beck |  deraadt | 2014-06-11 | 2 | -2/+2 |
* | Remove various test stubs. The good ones have been moved by jsing |  deraadt | 2014-06-07 | 3 | -323/+0 |
* | There is no need for is{upper,lower}() tests before to{lower,uppper}(), |  deraadt | 2014-06-01 | 1 | -4/+2 |