| Commit message (Expand) | Author | Age | Files | Lines |
| * | Check memory allocation results in EVP_PBE_alg_add_type(). | miod | 2015-02-08 | 1 | -3/+10 |
| * | Check memory allocation results, as well as stack pushes. | miod | 2015-02-08 | 1 | -9/+34 |
| * | Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 to | miod | 2015-02-08 | 2 | -8/+8 |
| * | Lob a KNF grenade into the ecdsa code. | jsing | 2015-02-08 | 8 | -312/+288 |
| * | Don't leak addresses in error messages. | miod | 2015-02-07 | 1 | -2/+2 |
| * | Remove useless variables and use the values directly. | doug | 2015-02-07 | 2 | -10/+6 |
| * | Don't support very old versions of Netscape (is there any other kind?). | doug | 2015-02-07 | 1 | -6/+5 |
| * | Delete a lot of #if 0 code in libressl. | doug | 2015-02-07 | 45 | -673/+55 |
| * | Convert several of the server side handshake functions to the new handshake | jsing | 2015-02-07 | 4 | -238/+108 |
| * | Don't allow tag number 31 in CBB_add_asn1(). | doug | 2015-02-07 | 4 | -24/+54 |
| * | Crank libssl major due to the recent changes and removals. | jsing | 2015-02-07 | 2 | -4/+4 |
| * | Clean up the {get,put}_cipher_by_char() implementations. Also use | jsing | 2015-02-07 | 6 | -60/+28 |
| * | Only call free in CBB_init(). | doug | 2015-02-07 | 2 | -6/+12 |
| * | Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be | jsing | 2015-02-07 | 8 | -8/+66 |
| * | Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds. | jsing | 2015-02-07 | 1 | -3/+1 |
| * | Combine c_allc.c and c_alld.c into c_all.c - there is not much point having | jsing | 2015-02-07 | 3 | -361/+230 |
| * | Fix typo and ASN.1 tag number range comment in bytestring.h. | doug | 2015-02-07 | 2 | -8/+8 |
| * | KNF bytestring files. | doug | 2015-02-06 | 8 | -1816/+2192 |
| * | Remove accidental, commented out code. | doug | 2015-02-06 | 2 | -22/+2 |
| * | Unifdef NETSCAPE_HANG_BUG. | jsing | 2015-02-06 | 2 | -44/+2 |
| * | Add additional checks to ssl3_send_client_key_exchange() that ensures | jsing | 2015-02-06 | 2 | -36/+50 |
| * | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | doug | 2015-02-06 | 9 | -1/+2688 |
| * | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | jsing | 2015-02-06 | 28 | -30/+176 |
| * | Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem(). | reyk | 2015-02-06 | 7 | -19/+20 |
| * | Declare the x509_(mem|file|dir)_lookup symbols as static because they | reyk | 2015-02-05 | 3 | -6/+6 |
| * | Fix a number of issues relating to algorithms in signatures, Mostly | beck | 2015-01-28 | 7 | -9/+58 |
| * | Place the remainder of e_os2.h under #ifndef LIBRESSL_INTERNAL until we can | jsing | 2015-01-26 | 1 | -1/+5 |
| * | Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers | jsing | 2015-01-26 | 4 | -4/+14 |
| * | Ensure that a ServerKeyExchange message is received if the selected cipher | jsing | 2015-01-23 | 2 | -10/+36 |
| * | Use field names in struct initialisers. | jsing | 2015-01-22 | 3 | -33/+33 |
| * | Support CA verification in chroot'ed processes without direct file | reyk | 2015-01-22 | 6 | -6/+20 |
| * | Add X509_STORE_load_mem() to load certificates from a memory buffer | reyk | 2015-01-22 | 3 | -2/+167 |
| * | Assume that the size of a pointer will not change at runtime. | bcook | 2015-01-22 | 1 | -28/+15 |
| * | Fix DTLS memory leak (CVE-2015-0206). | doug | 2015-01-21 | 2 | -18/+46 |
| * | Delete the MANLINT variable and the related SUFFIXES rules because | schwarze | 2015-01-16 | 1 | -2/+2 |
| * | Fix a memory leak in bss_dgram. | doug | 2015-01-12 | 1 | -3/+13 |
| * | Avoid a double-free in an error path. | doug | 2015-01-08 | 1 | -1/+2 |
| * | Fix incorrect OPENSSL_assert() usage. | doug | 2015-01-03 | 1 | -24/+53 |
| * | don't leak timing info about padding errors by generating a fake key | tedu | 2014-12-29 | 2 | -10/+20 |
| * | Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of | miod | 2014-12-16 | 4 | -4/+328 |
| * | Add error handling for EVP_DigestInit_ex(). | doug | 2014-12-15 | 15 | -56/+98 |
| * | unconditionally align SSL payloads | bcook | 2014-12-14 | 6 | -78/+36 |
| * | Convert all of the straight forward client handshake handling code to use | jsing | 2014-12-14 | 6 | -212/+134 |
| * | Provide functions for starting, finishing and writing SSL handshake | jsing | 2014-12-14 | 6 | -8/+120 |
| * | Remove trailing whitespace. | jsing | 2014-12-14 | 59 | -559/+559 |
| * | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef | jsing | 2014-12-14 | 12 | -130/+12 |
| * | unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currently | jsing | 2014-12-14 | 2 | -46/+2 |
| * | ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn | jsing | 2014-12-10 | 17 | -42/+115 |
| * | Remove support for GOST R 34.10-94 signature authentication, along with | jsing | 2014-12-10 | 18 | -154/+30 |
| * | libssl major++ | jsing | 2014-12-10 | 2 | -2/+2 |