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