Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-04 | Do not mix declarations and code. | Joel Sing | |
2016-11-04 | Rename the internal bio related functions so that they have a common | Joel Sing | |
prefix. Makes the code more readable and removes shadowing. | |||
2016-11-04 | Add X509_up_ref, from boring | Bob Beck | |
ok jsing@ | |||
2016-11-04 | convert RSA manuals from pod to mdoc | Ingo Schwarze | |
2016-11-04 | MALLOC_STATS tweaks, by default not compiled in | Otto Moerbeek | |
2016-11-04 | There's not much point in casting a void * to a specific type just before | Joel Sing | |
calling free(). ok beck@ ingo@ | |||
2016-11-04 | new sentence, new line, and zap trailing whitespace; | Jason McIntyre | |
2016-11-04 | bump minor for ocsp_require_stapling addition | Bob Beck | |
2016-11-04 | Add ocsp_require_stapling config option for tls - allows a connection | Bob Beck | |
to indicate that it requires the peer to provide a stapled OCSP response with the handshake. Provide a "-T muststaple" for nc that uses it. ok jsing@, guenther@ | |||
2016-11-03 | Don't use ce_time if we are running as a server, it won't be present. | Joris Vink | |
2016-11-03 | small tweak to also check canaries if F is in effect | Otto Moerbeek | |
2016-11-03 | Remove obsolete vxlan_lookup return value handling | Mike Belopuhov | |
With input from reyk@, OK mpi | |||
2016-11-03 | Support for key removal and value update operations | Mike Belopuhov | |
This change makes it possible for the Host to update the value of an existing key via a Set operation as well as to remove the key completely with a Delete message. | |||
2016-11-03 | Missing local. | Antoine Jacoutot | |
2016-11-03 | Add a proper annotation for portroach documentation link | Daniel Jakots | |
OK schwarze@ | |||
2016-11-03 | Re-add the Xr macro to syspatch now that it's hooked up. | Antoine Jacoutot | |
2016-11-03 | Hook up syspatch(8). | Antoine Jacoutot | |
expectations elevation encouragement from deraadt@ | |||
2016-11-03 | In ssl3_read_bytes(), do not process more than three consecutive TLS | Joel Sing | |
records, otherwise a peer can potentially cause us to loop indefinately. Return with an SSL_ERROR_WANT_READ instead, so that the caller can choose when they want to handle further processing for this connection. ok beck@ miod@ | |||
2016-11-03 | rollback -> revert where it makes sense. | Antoine Jacoutot | |
2016-11-03 | make OCSP_URL only show up when an OCSP url is actually present in the cert | Bob Beck | |
2016-11-03 | XXX match with installed sets (comp, x...)? | Antoine Jacoutot | |
2016-11-03 | Make OCSP Stapling: only appear if there is stapling info present. | Bob Beck | |
2016-11-03 | convert RAND manuals from pod to mdoc | Ingo Schwarze | |
2016-11-03 | Hardlinks are properly handled; for the rest, we'll see if we need to care | Antoine Jacoutot | |
or not (XXX). | |||
2016-11-03 | zap the overview manual page of the RAND subsystem | Ingo Schwarze | |
that contained nothing but duplicate and misleading information; OK jsing@ | |||
2016-11-03 | convert PEM and PKCS manuals from pod to mdoc | Ingo Schwarze | |
2016-11-03 | Fix debug message to print the presence of more flag correctly. | Rafael Zalamena | |
ok mikeb@ | |||
2016-11-03 | Add locks to key-value pair pools | Mike Belopuhov | |
We need to ensure list and data consistency during concurrent accesses since the interrupt handler is not executed under the kernel lock and may add or modify entries while userland process is reading the value or traversing the list. | |||
2016-11-03 | switch to using BUILDUSER and add more error checking | Robert Nagy | |
2016-11-03 | Make sure PATCH_PATH is an URL that ftp(1) can cope with. | Antoine Jacoutot | |
2016-11-03 | Merge ls_avail() into ls_missing(), it's only used once. | Antoine Jacoutot | |
While here, cope with a missing index.txt or other ftp(1) error. | |||
2016-11-03 | Identify as an OSPlatformID 131 with a kernel version of 6 | Mike Belopuhov | |
2016-11-03 | Document the KVP interface | Mike Belopuhov | |
2016-11-03 | Split ssl3_get_key_exchange() into separate functions for DHE/ECDHE. | Joel Sing | |
ok beck@ (who was struggling to keep lunch down while reviewing the diff) | |||
2016-11-03 | Implement a Key-Value Pair exchange interface | Mike Belopuhov | |
The implemented abstraction allows us to query and set little endian UTF-16 keys exchanged between the Host and the Guest via a text based pvbus(4) interface. All keys are attached to one of several key pools: Auto, Guest, External or Guest/Parameters. The hostctl(8) is able to modify values for keys in the Auto pool as well as set new keys in the Guest pool while the Host provides its keys in External and Guest/Parameters pools. Discussed with reyk@ | |||
2016-11-03 | Don't do OCSP validation when we have disabled certificate verification | Bob Beck | |
or certificate validation. ok jsing@ | |||
2016-11-03 | Use hw.ncpufound. | Antoine Jacoutot | |
2016-11-03 | Simplify for loops; prompted by a comment from rpe@ | Antoine Jacoutot | |
2016-11-03 | Let Integrated Components allocate the receive buffer themselves | Mike Belopuhov | |
since they have a better clue how to size it. While here, cleanup the kernel output a bit. | |||
2016-11-03 | convert configuration manuals from pod to mdoc | Ingo Schwarze | |
2016-11-03 | convert remaining ASN1 object manuals from pod to mdoc | Ingo Schwarze | |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller | |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl | |
2016-11-03 | Also ignore --no-undefined (we already ignore -no-undefined) which is | Antoine Jacoutot | |
starting to show up more and more. ok jasper@ | |||
2016-11-03 | Only set an error from libssl related code, if an error has not already | Joel Sing | |
been set by libtls code. This avoids the situation where a libtls callback has set an error, only to have it replaced by a less useful libssl based error. ok beck@ | |||
2016-11-03 | convert HMAC and MD5 manuals from pod to mdoc | Ingo Schwarze | |
2016-11-03 | convert EVP manuals from pod to mdoc | Ingo Schwarze | |
2016-11-03 | Always call if_put() during the interface iteration on port status multipart | Rafael Zalamena | |
reply to avoid reference leaks. ok mikeb@ | |||
2016-11-03 | The networking code no longer runs off software interrupts. | Martin Pieuchot | |
2016-11-03 | Fix handshake failures: | Bob Beck | |
split out internals of OCSP verification to allow callback to verify before TLS handshake is complete |