Age | Commit message (Expand) | Author |
2015-02-09 | move include lines around a bit | Ted Unangst |
2015-02-09 | trim down some of the ifndef redefine madness | Ted Unangst |
2015-02-09 | replace homegrown is_digit with correct calls to isdigit() | Ted Unangst |
2015-02-09 | move zic and zdump source to appropriate directories | Ted Unangst |
2015-02-09 | stop trying to workaround malloc bugs that have not existed for 20 years. | Ted Unangst |
2015-02-09 | search engines replaced these files a long TIME ago | Theo de Raadt |
2015-02-09 | Jettison SCTP support in BIO dgram. | Joel Sing |
2015-02-09 | Jettison DTLS over SCTP. | Joel Sing |
2015-02-09 | if isascii isn't defined, don't define a retarded version | Ted Unangst |
2015-02-09 | When parsing the host in tls_connect(), first check if it is a numeric | Reyk Floeter |
2015-02-09 | greatly simplfy and correct difftime for large time_t. ok guenther | Ted Unangst |
2015-02-09 | this removes just a few ifdef checks for things that should always be enabled, | Ted Unangst |
2015-02-09 | Return NULL when there are no shared ciphers. | Doug Hogan |
2015-02-09 | This is neither code not proper documentation. | Miod Vallat |
2015-02-09 | Remove unused GOST test that prevents clang from building libcrypto. | Doug Hogan |
2015-02-08 | Use `> 0' instead of `!= 0' as a successful condition for | Miod Vallat |
2015-02-08 | Move a few typedef up in this file in order to be able to use them in env_md_st | Miod Vallat |
2015-02-08 | Check memory allocation results in EVP_PBE_alg_add_type(). | Miod Vallat |
2015-02-08 | Check memory allocation results, as well as stack pushes. | Miod Vallat |
2015-02-08 | Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 to | Miod Vallat |
2015-02-08 | Lob a KNF grenade into the ecdsa code. | Joel Sing |
2015-02-08 | Use the AI_ADDRCONFIG flag in tls_connect(). This tells the resolver | Reyk Floeter |
2015-02-07 | Added tls_load_file() | Reyk Floeter |
2015-02-07 | Add manpage bits for tls_load_file() and tls_accept_socket(). | Reyk Floeter |
2015-02-07 | Add tls_load_file() as a helper to load certificates or encrypted keys | Reyk Floeter |
2015-02-07 | Don't leak addresses in error messages. | Miod Vallat |
2015-02-07 | Remove useless variables and use the values directly. | Doug Hogan |
2015-02-07 | Don't support very old versions of Netscape (is there any other kind?). | Doug Hogan |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
2015-02-07 | Convert tls_connect_fds() and tls_accept_socket() to the new OpenSSL error | Joel Sing |
2015-02-07 | Convert several of the server side handshake functions to the new handshake | Joel Sing |
2015-02-07 | document restriction on argv having one element | Ted Unangst |
2015-02-07 | Add examples for stravis() and strnvis() to vis.3. | Doug Hogan |
2015-02-07 | Crank major for libcrypto since symbols have been removed. | Joel Sing |
2015-02-07 | Add tls_config_set_dheparams() to allow specification of the parameters to | Joel Sing |
2015-02-07 | Don't allow tag number 31 in CBB_add_asn1(). | Doug Hogan |
2015-02-07 | Crank libssl major due to the recent changes and removals. | Joel Sing |
2015-02-07 | Clean up the {get,put}_cipher_by_char() implementations. Also use | Joel Sing |
2015-02-07 | userland gets static on functions only used within a file. | David Gwynne |
2015-02-07 | argc is passed as a long by the kernel, define it as such to match what | Miod Vallat |
2015-02-07 | Only call free in CBB_init(). | Doug Hogan |
2015-02-07 | Attempt to implement the OpenSSL error dance so that TLS read/write | Joel Sing |
2015-02-07 | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | Joel Sing |
2015-02-07 | Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds. | Joel Sing |
2015-02-07 | Combine c_allc.c and c_alld.c into c_all.c - there is not much point having | Joel Sing |
2015-02-07 | Fix typo and ASN.1 tag number range comment in bytestring.h. | Doug Hogan |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller |
2015-02-06 | KNF bytestring files. | Doug Hogan |
2015-02-06 | Remove accidental, commented out code. | Doug Hogan |
2015-02-06 | Unifdef NETSCAPE_HANG_BUG. | Joel Sing |