| Commit message (Expand) | Author | Files | Lines |
2017-07-15 | Remove unused variable. | jsing | 1 | -3/+3 |
2017-07-15 | Add a "-T tlscompat" option to nc(1), which enables the use of all TLS | jsing | 2 | -5/+12 |
2017-07-15 | Add a test that covers the recently fixed "0x" prefix handling issue. | jsing | 1 | -1/+2 |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | espie | 1 | -2/+1 |
2017-07-10 | one more instance of the previous commit; also initialize ->offset to a | otto | 1 | -2/+3 |
2017-07-09 | remove redundant variable declarations in Makefiles, since those arelibressl-v2.6.0 | espie | 1 | -2/+1 |
2017-07-08 | update the little endian processor list to give it a chance of matching | tedu | 2 | -6/+6 |
2017-07-08 | Run malloc0test with all possible malloc options. | bluhm | 1 | -1/+7 |
2017-07-07 | Only access offset if canaries are enabled *and* size > 0, otherwise offset | otto | 1 | -2/+2 |
2017-07-06 | Document tls_config_set_crl_file() and tls_config_set_crl_mem(). | jsing | 1 | -3/+30 |
2017-07-06 | Bump minor due to symbol addition. | jsing | 1 | -1/+1 |
2017-07-06 | Add support for providing CRLs to libtls - once a CRL is provided we | jsing | 5 | -4/+67 |
2017-07-06 | The 0x (or 0X) prefix in base 16 is optional so only skip over the | millert | 6 | -18/+18 |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | schwarze | 3 | -43/+8 |
2017-07-05 | RFC 6066 states that IP literals are not permitted in "HostName" for a | jsing | 1 | -3/+9 |
2017-07-05 | nits about trailing punctuation found with mandoc -Tlint | schwarze | 1 | -4/+4 |
2017-07-05 | void functions don't return 0 | tb | 1 | -6/+2 |
2017-07-05 | fix cross references to self; found with mandoc -Tlint | schwarze | 4 | -13/+12 |
2017-06-28 | .init stub creation doesn't need a jmp + .align to reach a branch target, | deraadt | 1 | -3/+0 |
2017-06-22 | Use the tls_password_cb() callback with all PEM_read_bio_*() calls, so that | jsing | 4 | -11/+14 |
2017-06-22 | Fix incorrect indentation. | jsing | 1 | -2/+2 |
2017-06-22 | Plug a memory leak in tls_keypair_cert_hash(), introduced in r1.60. | jsing | 1 | -1/+3 |
2017-06-22 | Remove dead code that has remained hiding since ressl.c r1.14! | jsing | 1 | -4/+1 |
2017-06-22 | Use the standard `rv' idiom in tls_keypair_load_cert(), rather than | jsing | 1 | -5/+4 |
2017-06-22 | Distinguish between self-issued certificates and self-signed certificates. | jsing | 2 | -30/+40 |
2017-06-19 | port the RBT code to userland by making it part of libc. | dlg | 1 | -10/+11 |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | espie | 1 | -1/+2 |
2017-06-11 | Continue the flattening of the pledge logic started in r1.184 and place | tb | 1 | -8/+8 |
2017-06-11 | Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace and | tb | 1 | -33/+35 |
2017-06-10 | If -P and -c were given, a second pledge call tried to add "rpath" to the | tb | 1 | -8/+5 |
2017-06-10 | fix broken markup of callback arguments; found with mandoc -Tlint | schwarze | 2 | -11/+8 |
2017-06-10 | repair broken markup of callback argument; found with mandoc -Tlint | schwarze | 1 | -5/+3 |
2017-05-30 | Don't fall back to heapsort() if we would otherwise switch to | millert | 1 | -7/+7 |
2017-05-29 | Randomize link-order of libcrypto as we do with libc. This library | deraadt | 1 | -1/+2 |
2017-05-27 | Also test arrays of double and long long. | millert | 1 | -142/+421 |
2017-05-26 | Synchronise chacha test cases with the referenced draft - this adds a | jsing | 1 | -23/+23 |
2017-05-26 | Avoid a potential NULL pointer dereference in d2i_ECPrivateKey(). | jsing | 1 | -1/+7 |
2017-05-26 | Fix gcc warnings triggered by WARNINGS=yes. | bluhm | 1 | -9/+9 |
2017-05-25 | Add definitions for three OIDs used in EV certificates. | jsing | 2 | -0/+9 |
2017-05-24 | Support swapping 32-bit aligned elements on 64-bit platforms. | millert | 1 | -22/+63 |
2017-05-22 | Add timing and test name options. | millert | 1 | -12/+83 |
2017-05-22 | Instead of embedding pre-generated tables from McIlroy's "A Killer | millert | 3 | -1538/+315 |
2017-05-21 | correct a return value test | jsg | 1 | -1/+1 |
2017-05-20 | Document that qsort falls back to heapsort() if the recursion depth | millert | 1 | -3/+13 |
2017-05-20 | Use David Musser's introsort algorithm to fall back to heapsort(3) | millert | 2 | -14/+45 |
2017-05-19 | Add input targeted at the Bentley and McIrlroy quicksort generated | millert | 1 | -6/+1389 |
2017-05-18 | use mergesort instead of heapsort when comparing results | millert | 1 | -9/+17 |
2017-05-17 | Avoid running the "killer" tests multiple times with the same | millert | 1 | -10/+19 |
2017-05-17 | Add "median of three" killer, as seen in "Introspective Sorting and | millert | 1 | -18/+44 |
2017-05-17 | Approximate nlgn instead of using libm. The same approximation may | millert | 2 | -10/+8 |