Age | Commit message (Expand) | Author |
2017-01-25 | Limit enabled version range by the versions configured on the SSL_CTX/SSL, | Joel Sing |
2017-01-25 | __errno() returns a 32-bit pointer, so make sure we write a 32-bit | Patrick Wildt |
2017-01-25 | Add start of a regress for cert gen and validation. not clean, won't | Bob Beck |
2017-01-25 | Setjmp and longjmp save/restore 13 registers in a label_t struct, | Patrick Wildt |
2017-01-25 | Setjmp should return zero, while longjmp should return nonzero in | Patrick Wildt |
2017-01-25 | enable plrtc(4) and psci(4) | Jonathan Gray |
2017-01-25 | Move psci(4) and plrtc(4) so arm64 can use them. | Jonathan Gray |
2017-01-25 | Add assembly helpers for calling the hypervisor and secure monitor. | Patrick Wildt |
2017-01-25 | Clear the reference of the original mbuf chain after m_split()'ing | Martin Pieuchot |
2017-01-25 | In amsdu_decap() check the actual length of the data in the remaining mbuf | Stefan Sperling |
2017-01-25 | Stub out aarch64 support and avoid building gas and ld on this architecture. | Mark Kettenis |
2017-01-25 | tedu some code that has not been executed since time_t became 64 bits | Tom Cosgrove |
2017-01-25 | Allocate and connect sockets first, then upon success create file | Theo de Raadt |
2017-01-25 | deSCARGize sys_ptrace() | Philip Guenther |
2017-01-25 | Descend into the arch specific subdirectory for every arch on | Patrick Wildt |
2017-01-25 | +arm64; | Jason McIntyre |
2017-01-25 | cetificate -> certificate; | Jason McIntyre |
2017-01-25 | link in rsa test | Bob Beck |
2017-01-25 | Add rsa test from openssl, since it has a license now | Bob Beck |
2017-01-25 | Change the SSL_IS_DTLS() macro to check the version, rather than using a | Joel Sing |
2017-01-25 | Enable the NET_LOCK(), take 2. | Martin Pieuchot |
2017-01-25 | Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggested | Bob Beck |
2017-01-25 | Provide ssl3_packet_read() and ssl3_packet_extend() functions that improve | Joel Sing |
2017-01-25 | add "arm64" as a valid .Dt arch argument; | Ingo Schwarze |
2017-01-25 | Silence warnings caused by LLVM upgrade. | Patrick Wildt |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2017-01-25 | +arm64 | Patrick Wildt |
2017-01-25 | Hopefully the last of the struct rib rototilling. Peer just points to a | Claudio Jeker |
2017-01-25 | Provide defines for SSL_CTRL_SET_CURVES/SSL_CTRL_SET_CURVES_LIST for things | Joel Sing |
2017-01-25 | +arm64 | Theo de Raadt |
2017-01-25 | enter arm64 | Theo de Raadt |
2017-01-25 | +arm64 | Theo de Raadt |
2017-01-25 | Add arm64 to the allarchs target. | Patrick Wildt |
2017-01-25 | Updates to OpenBSD/arm64 install notes. | Patrick Wildt |
2017-01-25 | Add the style sheet used on man.openbsd.org to the source tree. | Ingo Schwarze |
2017-01-25 | sync | Patrick Wildt |
2017-01-25 | Some simple cleanup: | Theo Buehler |
2017-01-25 | Copy install notes for arm64 from armv7. These still need to be | Patrick Wildt |
2017-01-25 | Improve HTML formatting of .Bl -tag. | Ingo Schwarze |
2017-01-25 | enable BFD | Peter Hessler |
2017-01-25 | Switch rde_generate_update and rde_send_kroute to accept a struct rib instead | Claudio Jeker |
2017-01-25 | Flag the Loc-RIB with F_RIB_LOCAL so we can remove one ugly hack somewhere else | Claudio Jeker |
2017-01-24 | Add -S noverifytime to ftp to permit an unvalidated TLS connection when | Bob Beck |
2017-01-24 | whitespace | Theo Buehler |
2017-01-24 | Save some space in struct rib_entry so it is back to 64bytes (on 64bit archs). | Claudio Jeker |
2017-01-24 | make ldso[] const; OK guenther@ | Todd C. Miller |
2017-01-24 | splsoftnet() to NET_LOCK() in bpfwrite(). | Martin Pieuchot |
2017-01-24 | do not need sys/proc.h | Theo de Raadt |
2017-01-24 | add explicit casts for going from volatile void * to void * volatile *. | David Gwynne |
2017-01-24 | Fixed keys for choose mode, and remove the last mode keys bits. | Nicholas Marriott |