summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-02-10unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely toJoel Sing
2015-02-10Remove old interesting but not useful content.Joel Sing
2015-02-10unifdef OPENSSL_NO_RC5Joel Sing
2015-02-10Remove RC5 code - this is not currently enabled and is not likely to everJoel Sing
2015-02-10Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastJoel Sing
2015-02-10Remove crypto/store - part of which is "currently highly experimental".Joel Sing
2015-02-10EVP_BytesToKey(): return through the error path (which cleans things up)Miod Vallat
2015-02-10Replace assert() and OPENSSL_assert() calls with proper error return paths.Miod Vallat
2015-02-10Remove default value initialisers for ASN1_ITEM. Minor changes to generatedJoel Sing
2015-02-10Remove unnecessary include of assert.hMiod Vallat
2015-02-10Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policyMiod Vallat
2015-02-10Expand IMPLEMENT_ASN1_TYPE macros - no change to generated assembly.Joel Sing
2015-02-10The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned intoJoel Sing
2015-02-10Place the IMPLEMENT_ASN1_.*FUNCTION.* macros under an #ifndefJoel Sing
2015-02-10Add a stub option for big_writes. This is needed by gvfs.Antoine Jacoutot
2015-02-10Expand IMPLEMENT_ASN1_NDEF_FUNCTION and IMPLEMENT_ASN1_PRINT_FUNCTIONJoel Sing
2015-02-10Expand IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname macros that got missed.Joel Sing
2015-02-10move scheck.c into zic.cTed Unangst
2015-02-10Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visibleJoel Sing
2015-02-10Manually expand ASN1_ITEM_rptr macros that should have been expanded withJoel Sing
2015-02-10Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so thatJoel Sing
2015-02-10Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visibleJoel Sing
2015-02-10Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that theJoel Sing
2015-02-10now we're cooking with gas...Ted Unangst
2015-02-10matthew suggests a double cast so sf mortgages work right. :)Ted Unangst
2015-02-10remove CMU gtimeTed Unangst
2015-02-09typoMiod Vallat
2015-02-09Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andJoel Sing
2015-02-09Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andJoel Sing
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2015-02-09Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andJoel Sing
2015-02-09it is not strictly necessary to cast the "return value" of free() to void.Ted Unangst
2015-02-09- register int idays; /* unsigned would be so 2003 */Ted Unangst
2015-02-09always define ALL_STATE (which, contrary to the name is not about allTed Unangst
2015-02-09the one true type of time_t is a signed integerTed Unangst
2015-02-09remove INITIALIZE macro and do it the hard way.Ted Unangst
2015-02-09unifdef the rest of the HAVEs and HAVE notsTed Unangst
2015-02-09unifdef have gettext. don't have it, won't have it.Ted Unangst
2015-02-09move include lines around a bitTed Unangst
2015-02-09trim down some of the ifndef redefine madnessTed Unangst
2015-02-09replace homegrown is_digit with correct calls to isdigit()Ted Unangst
2015-02-09move zic and zdump source to appropriate directoriesTed Unangst
2015-02-09stop trying to workaround malloc bugs that have not existed for 20 years.Ted Unangst
2015-02-09search engines replaced these files a long TIME agoTheo de Raadt
2015-02-09Jettison SCTP support in BIO dgram.Joel Sing
2015-02-09Jettison DTLS over SCTP.Joel Sing
2015-02-09if isascii isn't defined, don't define a retarded versionTed Unangst
2015-02-09When parsing the host in tls_connect(), first check if it is a numericReyk Floeter
2015-02-09greatly simplfy and correct difftime for large time_t. ok guentherTed Unangst
2015-02-09this removes just a few ifdef checks for things that should always be enabled,Ted Unangst