| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -2/+1 |
| * | Remove M_ASN1_New* macros which are only used in X509_PKEY_new() are obfuscate | miod | 2014-06-27 | 2 | -22/+16 |
| * | Unifdef -UNO_SYS_TYPES_H | miod | 2014-06-24 | 3 | -12/+6 |
| * | Remove previously commented out wrong code, as well as the comment saying this | miod | 2014-06-24 | 1 | -3/+1 |
| * | nuke unused test programs; ok jsing | deraadt | 2014-06-22 | 2 | -46/+2 |
| * | tags as requested by miod and tedu | deraadt | 2014-06-12 | 82 | -80/+82 |
| * | do not include dso.h where it is not needed; ok miod | deraadt | 2014-06-09 | 1 | -1/+0 |
| * | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
| * | There is no need for is{upper,lower}() tests before to{lower,uppper}(), | deraadt | 2014-06-01 | 1 | -23/+6 |
| * | Change the actual default for returned asn1 strings to be utf8 in the code, | beck | 2014-05-31 | 1 | -1/+1 |
| * | Add a comment documenting where libssl depends upon the current (objectionable) | miod | 2014-05-31 | 1 | -0/+1 |
| * | more: no need for null check before free | deraadt | 2014-05-30 | 12 | -46/+23 |
| * | remove CONST_STRICT. ok beck deraadt | tedu | 2014-05-30 | 1 | -2/+0 |
| * | no need for null check before free. from Brendan MacDonell | tedu | 2014-05-30 | 9 | -28/+14 |
| * | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | deraadt | 2014-05-29 | 2 | -2/+2 |
| * | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 7 | -20/+0 |
| * | remove unused shit. from Alexander Schrijver | tedu | 2014-05-25 | 2 | -4/+2 |
| * | We have shared global variables - unifdef OPENSSL_EXPORT_VAR_AS_FUNCTION. | jsing | 2014-05-24 | 2 | -69/+0 |
| * | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 2 | -2/+6 |
| * | Expand OPENSSL_{GLOBAL,EXTERN} macros that I missed last time around, | jsing | 2014-05-24 | 2 | -2/+2 |
| * | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 2 | -6/+3 |
| * | KNF. | jsing | 2014-05-22 | 3 | -171/+154 |
| * | No uses of UTF8_{getc,putc}() in ports, so remove them from the public header. | guenther | 2014-05-22 | 2 | -9/+8 |
| * | Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byte | guenther | 2014-05-20 | 4 | -93/+88 |
| * | If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2', | miod | 2014-05-18 | 3 | -6/+6 |
| * | Make sure UTF8_getc() is invoked with the proper buffer size. | miod | 2014-05-18 | 1 | -2/+2 |
| * | Fix memory leaks upon failure. | miod | 2014-05-15 | 2 | -27/+39 |
| * | Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() and | miod | 2014-05-15 | 3 | -25/+73 |
| * | Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and | miod | 2014-05-12 | 2 | -0/+108 |
| * | i give up. reuse problem is unfixable. dlg says puppet crashes. | tedu | 2014-05-04 | 1 | -8/+4 |
| * | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 2 | -15/+12 |
| * | static const char * = "" -> static const char[] = "", to produce shorter code. | miod | 2014-04-27 | 3 | -3/+3 |
| * | Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is to | miod | 2014-04-27 | 2 | -10/+0 |
| * | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 5 | -21/+12 |
| * | Unifdef -UPEDANTIC. ok beck@ tedu@ | miod | 2014-04-23 | 1 | -6/+0 |
| * | Remove duplicate pointer assignment in ASN1_primitive_free(); Dirk Engling | miod | 2014-04-23 | 1 | -1/+0 |
| * | Casting from a const unsigned char ** to a const unsigned char ** seems... | jsing | 2014-04-23 | 1 | -8/+4 |
| * | Make sure ret->name is NULL'ed before return when freeing. | beck | 2014-04-23 | 1 | -0/+1 |
| * | Rather than sprinkling magical numbers everywhere, we can use sizeof() | beck | 2014-04-23 | 1 | -4/+4 |
| * | null a pointer to prevent double free. from Dirk Engling | tedu | 2014-04-22 | 1 | -0/+1 |
| * | fix memory leaks. from Dirk Engling | tedu | 2014-04-22 | 3 | -21/+12 |
| * | improve realloc/calloc/malloc patterns; ok guenther | deraadt | 2014-04-21 | 16 | -48/+23 |
| * | Delete #if 0'd time related functions which are totally expired. | deraadt | 2014-04-21 | 2 | -74/+0 |
| * | fix accidentally deleted deref. | beck | 2014-04-21 | 1 | -1/+1 |
| * | ASN1_STRING cleanup - realloc has handled NULL since I had a mullet | beck | 2014-04-20 | 1 | -17/+10 |
| * | replace a bunch of pointer-arithmatic-strcpy-converted-blindly-to-strlcpy | beck | 2014-04-20 | 1 | -7/+7 |
| * | another attempt at fixing stale x509 data. since we don't know where the | tedu | 2014-04-19 | 1 | -10/+8 |
| * | can't actually do this. cause unknown. | tedu | 2014-04-19 | 1 | -1/+1 |
| * | More KNF. | jsing | 2014-04-19 | 5 | -238/+296 |
| * | More KNF. | jsing | 2014-04-19 | 4 | -261/+379 |