| Commit message (Expand) | Author | Files | Lines |
2015-03-15 | fix for regression test for strtol(). it failed (the wrong kind of | phessler | 1 | -2/+2 |
2015-03-14 | remove incorrect statement. the standard *does* require calloc to check | tedu | 1 | -7/+2 |
2015-03-11 | delay EVP_MD_CTX_init so we don't forget to clean it up. | tedu | 2 | -6/+8 |
2015-03-08 | Reject DH keys sent by a server if they are considered too small; inspired | miod | 3 | -40/+28 |
2015-03-05 | Do not use sha512-parisc for now, as it is subtly bugged - passes the sha | miod | 2 | -2/+6 |
2015-03-05 | subtraction is not comparison. the difference of two longs is not good | tedu | 1 | -1/+1 |
2015-03-02 | Update comment to match code; Caspar Schutijserlibressl-v2.1.4 | millert | 1 | -2/+2 |
2015-03-02 | Fix a minor information leak that was introduced in t1_lib.c r1.71, whereby | jsing | 2 | -4/+4 |
2015-03-02 | use correct formatter (int, because of type promotion after operations) | bcook | 1 | -2/+2 |
2015-02-28 | Reduce usage of predefined strings in manpages. | bentley | 1 | -7/+7 |
2015-02-26 | Prefix function parameter names with underscores in tls.h, since this makes | jsing | 1 | -42/+44 |
2015-02-25 | No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice. | millert | 1 | -1/+1 |
2015-02-25 | Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. | bcook | 7 | -1331/+672 |
2015-02-25 | Trivial fix for test progress output. | bcook | 1 | -4/+7 |
2015-02-25 | Avoid NULL pointer deref in hashinfo_free() when calling from error paths. | doug | 1 | -2/+3 |
2015-02-25 | Fix CVE-2015-0205: Do not accept client authentication with Diffie-Hellman | bcook | 2 | -4/+4 |
2015-02-24 | we don't let strtonum errors bleed through now. | tedu | 1 | -4/+2 |
2015-02-24 | Set errno to EINVAL, instead of letting ERANGE escape out. | tedu | 1 | -2/+4 |
2015-02-23 | fourth batch of perlpod(1) to mdoc(7) conversion | schwarze | 37 | -1276/+2521 |
2015-02-22 | While slick, this isn't accessing multiple directories concurrently, so | guenther | 1 | -29/+35 |
2015-02-22 | Bump libcrypto and libssl majors, due to various recent churn. | jsing | 4 | -4/+4 |
2015-02-22 | Reluctantly add server-side support for TLS_FALLBACK_SCSV. | jsing | 15 | -25/+159 |
2015-02-22 | There is not much point constructing an SSL_CIPHER, then calling | jsing | 2 | -14/+6 |
2015-02-22 | Remove IMPLEMENT_STACK_OF noops. | jsing | 4 | -8/+4 |
2015-02-22 | Update for recent verify related naming changes. | jsing | 2 | -28/+28 |
2015-02-22 | Bump libtls major due to symbol removal. | jsing | 1 | -3/+2 |
2015-02-22 | Rename tls_config_insecure_noverifyhost() to | jsing | 4 | -21/+20 |
2015-02-22 | Check return values when setting dheparams and ecdhecurve for the default | jsing | 1 | -11/+14 |
2015-02-22 | In the interests of being secure by default, make the default TLS ciphers | jsing | 2 | -2/+17 |
2015-02-21 | explain how tls_accept_socket works. | tedu | 1 | -2/+9 |
2015-02-21 | tls_config_set_protocols is really void. Greg Martin. | tedu | 1 | -3/+3 |
2015-02-21 | fill out docs a bit more, notably the read/write again behaviors. | tedu | 1 | -3/+27 |
2015-02-19 | If BN_rand() or BN_pseudo_rand() are called with a NULL rnd argument, | jsing | 2 | -6/+16 |
2015-02-19 | BN_free() has its own NULL check. | jsing | 1 | -14/+7 |
2015-02-19 | KNF. | jsing | 1 | -766/+834 |
2015-02-18 | fix coverity 105350 and 10345 | beck | 1 | -1/+2 |
2015-02-17 | Memory leak in error path. Coverity CID 78822. | miod | 2 | -16/+18 |
2015-02-16 | Amend documentation for AI_ADDRCONFIG | jca | 1 | -2/+4 |
2015-02-16 | third batch of perlpod(1) to mdoc(7) conversion | schwarze | 25 | -1367/+2121 |
2015-02-16 | Add more error checking and free resources in bytestringtest. | doug | 1 | -26/+47 |
2015-02-15 | Avoid calling BN_CTX_end() on a context that wasn't started. | doug | 2 | -8/+8 |
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | bentley | 1 | -3/+3 |
2015-02-15 | Regen | miod | 6 | -528/+564 |
2015-02-15 | s/tls_load_keys/tls_load_file/ | jsing | 1 | -2/+2 |
2015-02-15 | Document tls_config_parse_protocols() and update documentation for | jsing | 2 | -5/+27 |
2015-02-15 | Fix various memory leaks by not exiting so abruptly from failed tests. | miod | 1 | -579/+507 |
2015-02-15 | Remove ancient gcc workaround on mips. | miod | 1 | -3/+2 |
2015-02-15 | Memory leak. Coverity CID 78865 | miod | 1 | -2/+3 |
2015-02-15 | Wrong logic; Coverity CID 78894 | miod | 1 | -1/+1 |
2015-02-15 | If we decide to discard the provided seed buffer because its size is not | miod | 2 | -16/+12 |