summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-02-11Remove initialisers with default values from the ASN1 data structures.Joel Sing
2015-02-11get rid of OPENSSL_NO_CMS code we do not use.Bob Beck
2015-02-11get rid of OPENSSL_NO_COMP code we don't use.Bob Beck
2015-02-11Expand most of the ASN1_SEQUENCE* and associated macros, making the dataJoel Sing
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.Doug Hogan
2015-02-11More unifdef OPENSSL_NO_RFC3779 that got missed last time around.Joel Sing
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-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-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-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-09Jettison SCTP support in BIO dgram.Joel Sing
2015-02-09Jettison DTLS over SCTP.Joel Sing
2015-02-09Return NULL when there are no shared ciphers.Doug Hogan
2015-02-09This is neither code not proper documentation.Miod Vallat
2015-02-09Remove unused GOST test that prevents clang from building libcrypto.Doug Hogan
2015-02-08Use `> 0' instead of `!= 0' as a successful condition forMiod Vallat
2015-02-08Move a few typedef up in this file in order to be able to use them in env_md_stMiod Vallat
2015-02-08Check memory allocation results in EVP_PBE_alg_add_type().Miod Vallat
2015-02-08Check memory allocation results, as well as stack pushes.Miod Vallat
2015-02-08Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 toMiod Vallat
2015-02-08Lob a KNF grenade into the ecdsa code.Joel Sing
2015-02-07Don't leak addresses in error messages.Miod Vallat
2015-02-07Remove useless variables and use the values directly.Doug Hogan
2015-02-07Don't support very old versions of Netscape (is there any other kind?).Doug Hogan
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2015-02-07Convert several of the server side handshake functions to the new handshakeJoel Sing
2015-02-07Crank major for libcrypto since symbols have been removed.Joel Sing
2015-02-07Don't allow tag number 31 in CBB_add_asn1().Doug Hogan
2015-02-07Crank libssl major due to the recent changes and removals.Joel Sing