| Commit message (Expand) | Author | Files | Lines |
2015-02-09 | Remember to zero the ciphers configuration. | jsing | 1 | -2/+4 |
2015-02-09 | This is neither code not proper documentation. | miod | 14 | -314/+0 |
2015-02-09 | Rewrite the openssl(1) ciphers command. | jsing | 1 | -158/+128 |
2015-02-09 | Remove unused GOST test that prevents clang from building libcrypto. | doug | 2 | -110/+2 |
2015-02-08 | Use `> 0' instead of `!= 0' as a successful condition for | miod | 20 | -88/+88 |
2015-02-08 | Move a few typedef up in this file in order to be able to use them in env_md_st | miod | 2 | -28/+20 |
2015-02-08 | Check memory allocation results in EVP_PBE_alg_add_type(). | miod | 2 | -6/+20 |
2015-02-08 | Check memory allocation results, as well as stack pushes. | miod | 2 | -18/+68 |
2015-02-08 | Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 to | miod | 2 | -8/+8 |
2015-02-08 | Lob a KNF grenade into the ecdsa code. | jsing | 16 | -624/+576 |
2015-02-08 | Delete commented out code from openssl(1) apps. | doug | 8 | -95/+11 |
2015-02-08 | Use the AI_ADDRCONFIG flag in tls_connect(). This tells the resolver | reyk | 1 | -1/+2 |
2015-02-07 | Added tls_load_file() | reyk | 1 | -1/+2 |
2015-02-07 | Add manpage bits for tls_load_file() and tls_accept_socket(). | reyk | 2 | -2/+28 |
2015-02-07 | Add tls_load_file() as a helper to load certificates or encrypted keys | reyk | 2 | -2/+92 |
2015-02-07 | Don't leak addresses in error messages. | miod | 2 | -4/+4 |
2015-02-07 | Remove useless variables and use the values directly. | doug | 2 | -10/+6 |
2015-02-07 | Don't support very old versions of Netscape (is there any other kind?). | doug | 2 | -12/+10 |
2015-02-07 | Delete a lot of #if 0 code in libressl. | doug | 90 | -1346/+110 |
2015-02-07 | Convert tls_connect_fds() and tls_accept_socket() to the new OpenSSL error | jsing | 4 | -26/+16 |
2015-02-07 | Convert several of the server side handshake functions to the new handshake | jsing | 4 | -238/+108 |
2015-02-07 | Crank major for libcrypto since symbols have been removed. | jsing | 2 | -4/+4 |
2015-02-07 | Add tls_config_set_dheparams() to allow specification of the parameters to | jsing | 7 | -22/+53 |
2015-02-07 | Don't allow tag number 31 in CBB_add_asn1(). | doug | 4 | -24/+54 |
2015-02-07 | Crank libssl major due to the recent changes and removals. | jsing | 2 | -4/+4 |
2015-02-07 | Clean up the {get,put}_cipher_by_char() implementations. Also use | jsing | 6 | -60/+28 |
2015-02-07 | Only call free in CBB_init(). | doug | 2 | -6/+12 |
2015-02-07 | Attempt to implement the OpenSSL error dance so that TLS read/write | jsing | 1 | -29/+61 |
2015-02-07 | Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id(). | jsing | 1 | -1/+61 |
2015-02-07 | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | jsing | 8 | -8/+66 |
2015-02-07 | Modify BSIZE to BUFLEN to avoid redefinition on HP-UX. | bcook | 2 | -15/+15 |
2015-02-07 | Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds. | jsing | 1 | -3/+1 |
2015-02-07 | Combine c_allc.c and c_alld.c into c_all.c - there is not much point having | jsing | 7 | -724/+462 |
2015-02-07 | Fix typo and ASN.1 tag number range comment in bytestring.h. | doug | 2 | -8/+8 |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | millert | 1 | -5/+3 |
2015-02-06 | KNF bytestring files. | doug | 9 | -2398/+2788 |
2015-02-06 | Remove accidental, commented out code. | doug | 2 | -22/+2 |
2015-02-06 | Unifdef NETSCAPE_HANG_BUG. | jsing | 2 | -44/+2 |
2015-02-06 | Add additional checks to ssl3_send_client_key_exchange() that ensures | jsing | 2 | -36/+50 |
2015-02-06 | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | doug | 12 | -2/+3359 |
2015-02-06 | Add libssl ciphers regress, which currently only covers | jsing | 3 | -1/+130 |
2015-02-06 | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | jsing | 28 | -30/+176 |
2015-02-06 | Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem(). | reyk | 8 | -21/+22 |
2015-02-05 | Declare the x509_(mem|file|dir)_lookup symbols as static because they | reyk | 6 | -12/+12 |
2015-01-30 | Make the TLS connect and accept error messages consistent. | bluhm | 2 | -5/+4 |
2015-01-29 | Use .Rv where appropriate, and move it to RETURN VALUES; | schwarze | 3 | -27/+13 |
2015-01-28 | dial the time back to about 0.1s, closer to the original targets and | tedu | 1 | -4/+4 |
2015-01-28 | Fix a number of issues relating to algorithms in signatures, Mostly | beck | 14 | -18/+116 |
2015-01-26 | Place the remainder of e_os2.h under #ifndef LIBRESSL_INTERNAL until we can | jsing | 1 | -1/+5 |
2015-01-26 | Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers | jsing | 4 | -4/+14 |