summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
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-08Use the AI_ADDRCONFIG flag in tls_connect(). This tells the resolverReyk Floeter
2015-02-07Added tls_load_file()Reyk Floeter
2015-02-07Add manpage bits for tls_load_file() and tls_accept_socket().Reyk Floeter
2015-02-07Add tls_load_file() as a helper to load certificates or encrypted keysReyk Floeter
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 tls_connect_fds() and tls_accept_socket() to the new OpenSSL errorJoel Sing
2015-02-07Convert several of the server side handshake functions to the new handshakeJoel Sing
2015-02-07document restriction on argv having one elementTed Unangst
2015-02-07Add examples for stravis() and strnvis() to vis.3.Doug Hogan
2015-02-07Crank major for libcrypto since symbols have been removed.Joel Sing
2015-02-07Add tls_config_set_dheparams() to allow specification of the parameters toJoel 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
2015-02-07Clean up the {get,put}_cipher_by_char() implementations. Also useJoel Sing