| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert ssl3_get_server_kex_dhe() to CBS. |  jsing | 2016-11-04 | 1 | -42/+19 |
* | Zap extra space. |  ajacoutot | 2016-11-04 | 1 | -2/+2 |
* | enum values need to fit in 32 bits; we only use enum for numbering and |  nicm | 2016-11-04 | 1 | -2/+2 |
* | Make sure our filesystems are local and not read-only. |  ajacoutot | 2016-11-04 | 1 | -4/+18 |
* | No need to reach libssl private headers and to define TERMIOS anymore. |  miod | 2016-11-04 | 1 | -4/+1 |
* | Remove I386_ONLY define. It was only used to prefer a |  miod | 2016-11-04 | 18 | -57/+169 |
* | In OPENSSL_wipe_cpu() on i386, which noone uses anyway, check the proper |  miod | 2016-11-04 | 1 | -1/+1 |
* | Use 'rm -f' to remove the rollback tarball if we have an errir; it may |  ajacoutot | 2016-11-04 | 1 | -2/+4 |
* | There's not much point having three static functions that do a cast and |  jsing | 2016-11-04 | 1 | -33/+6 |
* | Do not mix declarations and code. |  jsing | 2016-11-04 | 1 | -3/+7 |
* | Rename the internal bio related functions so that they have a common |  jsing | 2016-11-04 | 1 | -22/+22 |
* | Add X509_up_ref, from boring |  beck | 2016-11-04 | 2 | -2/+11 |
* | convert RSA manuals from pod to mdoc |  schwarze | 2016-11-04 | 31 | -1223/+1919 |
* | MALLOC_STATS tweaks, by default not compiled in |  otto | 2016-11-04 | 1 | -13/+29 |
* | There's not much point in casting a void * to a specific type just before |  jsing | 2016-11-04 | 1 | -4/+2 |
* | new sentence, new line, and zap trailing whitespace; |  jmc | 2016-11-04 | 1 | -3/+4 |
* | bump minor for ocsp_require_stapling addition |  beck | 2016-11-04 | 1 | -1/+1 |
* | Add ocsp_require_stapling config option for tls - allows a connection |  beck | 2016-11-04 | 7 | -12/+37 |
* | Don't use ce_time if we are running as a server, it won't be present. |  joris | 2016-11-03 | 1 | -3/+7 |
* | small tweak to also check canaries if F is in effect |  otto | 2016-11-03 | 1 | -2/+4 |
* | small tweak to also check canaries if F is in effect |  otto | 2016-11-03 | 1 | -3/+5 |
* | Remove obsolete vxlan_lookup return value handling |  mikeb | 2016-11-03 | 1 | -7/+2 |
* | Support for key removal and value update operations |  mikeb | 2016-11-03 | 2 | -30/+87 |
* | Missing local. |  ajacoutot | 2016-11-03 | 1 | -2/+2 |
* | Add a proper annotation for portroach documentation link |  danj | 2016-11-03 | 1 | -3/+3 |
* | Re-add the Xr macro to syspatch now that it's hooked up. |  ajacoutot | 2016-11-03 | 1 | -4/+3 |
* | Hook up syspatch(8). |  ajacoutot | 2016-11-03 | 1 | -4/+4 |
* | In ssl3_read_bytes(), do not process more than three consecutive TLS |  jsing | 2016-11-03 | 1 | -4/+24 |
* | rollback -> revert where it makes sense. |  ajacoutot | 2016-11-03 | 2 | -7/+7 |
* | make OCSP_URL only show up when an OCSP url is actually present in the cert |  beck | 2016-11-03 | 1 | -2/+3 |
* | XXX match with installed sets (comp, x...)? |  ajacoutot | 2016-11-03 | 1 | -1/+2 |
* | Make OCSP Stapling: only appear if there is stapling info present. |  beck | 2016-11-03 | 1 | -5/+3 |
* | convert RAND manuals from pod to mdoc |  schwarze | 2016-11-03 | 11 | -196/+204 |
* | Hardlinks are properly handled; for the rest, we'll see if we need to care |  ajacoutot | 2016-11-03 | 1 | -3/+2 |
* | zap the overview manual page of the RAND subsystem |  schwarze | 2016-11-03 | 2 | -36/+1 |
* | convert PEM and PKCS manuals from pod to mdoc |  schwarze | 2016-11-03 | 27 | -1380/+2231 |
* | Fix debug message to print the presence of more flag correctly. |  rzalamena | 2016-11-03 | 1 | -3/+3 |
* | Add locks to key-value pair pools |  mikeb | 2016-11-03 | 1 | -7/+37 |
* | switch to using BUILDUSER and add more error checking |  robert | 2016-11-03 | 1 | -33/+61 |
* | Make sure PATCH_PATH is an URL that ftp(1) can cope with. |  ajacoutot | 2016-11-03 | 1 | -5/+2 |
* | Merge ls_avail() into ls_missing(), it's only used once. |  ajacoutot | 2016-11-03 | 1 | -12/+8 |
* | Identify as an OSPlatformID 131 with a kernel version of 6 |  mikeb | 2016-11-03 | 1 | -6/+6 |
* | Document the KVP interface |  mikeb | 2016-11-03 | 1 | -3/+26 |
* | Split ssl3_get_key_exchange() into separate functions for DHE/ECDHE. |  jsing | 2016-11-03 | 1 | -205/+256 |
* | Implement a Key-Value Pair exchange interface |  mikeb | 2016-11-03 | 2 | -8/+557 |
* | Don't do OCSP validation when we have disabled certificate verification |  beck | 2016-11-03 | 2 | -5/+8 |
* | Use hw.ncpufound. |  ajacoutot | 2016-11-03 | 1 | -3/+2 |
* | Simplify for loops; prompted by a comment from rpe@ |  ajacoutot | 2016-11-03 | 1 | -10/+7 |
* | Let Integrated Components allocate the receive buffer themselves |  mikeb | 2016-11-03 | 1 | -24/+52 |
* | convert configuration manuals from pod to mdoc |  schwarze | 2016-11-03 | 9 | -305/+340 |