openbsd
2022-11-14 kettenisTurns out the power button on the Mac mini and the...
2022-11-14 jmc- show -R with -s in options list
2022-11-14 knDocument arm64 as supporting RAID 1C boot
2022-11-14 miodWhen the fdt does not provide a list of brightness...
2022-11-14 deraadtinclude sys/device.h, on some architectures this gets...
2022-11-13 tbFix comment style
2022-11-13 schwarzeVarious improvements; joint work with beck@:
2022-11-13 mbuhlMake sure csa->csa_bundled is NULL after freeing to...
2022-11-13 florianSync config.h, we have ed25519 support now.
2022-11-13 beckCheck certificate extensions in trusted certificates.
2022-11-13 jcaSync data and instruction cache before entering an...
2022-11-13 mvsSplit out handlers for SOCK_DGRAM unix(4) sockets from...
2022-11-13 tbsync
2022-11-13 tbAvoid symbol collision with libcrypto
2022-11-13 tbBump libtls minor to match libcrypto and libssl
2022-11-13 tbBump libssl minor to match libcrypto
2022-11-13 tbBump minor after symbol addition
2022-11-13 tbUpdate Symbols.list
2022-11-13 tbExpose direct access API for Ed25519.
2022-11-13 tbExpose various EVP hooks for Ed25519 and X25519
2022-11-13 tbAdd ED25519 aliases for NID, SN and OBJ
2022-11-13 tbExpose ASN1_buf_print() in asn1.h
2022-11-12 knRemove unused fields from struct in6_ifextra
2022-11-12 mpiAdd support for string comparison in filters.
2022-11-12 beckHide symbols in libcrypto/ui
2022-11-12 beckHide symbols in libcrypto/pkcs12
2022-11-12 kettenisFix a long-standing pmap bug, where we would enter...
2022-11-12 beckHide symbols in libcrypto/pkcs7
2022-11-12 knRemove unused RS_LHCOOKIE macro
2022-11-12 knZap comment about dead linkmtu
2022-11-12 knZap dead ip6_auto_linklocal
2022-11-12 knPut pf_state_import() under NPFSYNC>0 to fix build...
2022-11-11 mpiAdd support for storing builtins arguments into local...
2022-11-11 mpiAdd support for multiple statements in if () blocks.
2022-11-11 jmcfix ounctuation and SEE ALSO;
2022-11-11 beckHide symbols in libcrypto/stack
2022-11-11 krwRevert last until we can guarantee gh_guid can't escape...
2022-11-11 joshuaClean up openssl(1) command execution.
2022-11-11 chelohatimeout(9): remove timeout_set_kclock(), TIMEOUT_INITIA...
2022-11-11 mbuhlMake sure csa->csa_bundled is NULL after freeing to...
2022-11-11 matthieuDebug was accidentally left enabled in previous commit.
2022-11-11 jsingConvert the legacy TLS stack to tls_content.
2022-11-11 dlgme and my text editor are not getting along today
2022-11-11 joshuaRemove the legacy interactive mode from openssl(1).
2022-11-11 mbuhlDue to checksum offloading one more element could be...
2022-11-11 mbuhlIn case of an invalid SA resp is passed to ikev2_msg_cl...
2022-11-11 dlgtry pf.c r1.1143 again: move pf_purge out from under...
2022-11-11 matthieusync
2022-11-11 matthieuEnable icc(4). ok anton@ patrick@
2022-11-11 matthieuAdd icc(4) to handle Customer Control keyboards attache...
2022-11-11 dlgadd a mutex to struct pf_state and init it.
2022-11-11 antonihidev can pass a buffer larger than the size of the...
2022-11-11 antoncvs(1) populates the author keyword using getlogin...
2022-11-11 tbSymbols.list: Drop comments and sort.
2022-11-11 dlgkn points out that brackets are not parentheses
2022-11-11 dlgfix a misuse of vi.
2022-11-11 dlgkn@ points out that lock annotations are usually wrappe...
2022-11-11 jsingUse named initialisers.
2022-11-11 jsingMerge bf_pi.h into bf_skey.c.
2022-11-11 jsingTidy includes, fix comment style and mop up some blank...
2022-11-11 krwUse the first 8 bytes of GPT gh_guid as the default...
2022-11-11 jsingWhack blowfish with a style(9) bat.
2022-11-11 dlgsteal a change by sashan@ to say which bits of pf_state...
2022-11-11 krwNuke trailing space in a comment.
2022-11-11 beckStart CBS-ifying the name constraints code.
2022-11-11 jsingStop pretending that obj_mac.h is optional.
2022-11-11 dlgrename pfsync_up() to pfsync_is_up()
2022-11-11 kettenisUnmap and free memory when we shutdown rtkit. This...
2022-11-11 danielresync with ISO web site; ok kmos@
2022-11-11 beckAdd support for symbol hiding disabled by default.
2022-11-11 sashanTurn KASSERT() into if() to prevent state being inserted to
2022-11-11 dlgrewrite the pf_state_peer_ntoh and pf_state_peer_hton...
2022-11-11 dlgmove struct pf_state from pfvar.h to pfvar_priv.h.
2022-11-11 dvRevert removal of toggling interrupt line in vmd vcpu...
2022-11-11 dlgprepare for moving struct pf_state from pfvar.h to...
2022-11-11 mpitypo
2022-11-11 nicmTweak previous to set and log the feature instead of...
2022-11-11 nicmParse primary device attributes as well as secondary...
2022-11-11 deraadtsync
2022-11-11 nicmDocument alternative delimiters for substitution, from...
2022-11-11 jsgregen
2022-11-11 jsgadd AMD family 19h model 44h (Rembrandt) ids
2022-11-11 antonMake ucc(4) the first consumer of hidcc. No intended...
2022-11-11 antonsync
2022-11-11 antonExtract the HID specific pieces from ucc(4) into hidcc...
2022-11-11 jsgreturn early from drm activate functions after fatal...
2022-11-11 tbzap stray space (CRITICAL!)
2022-11-10 jsgdivison -> division
2022-11-10 jsgpscivar.h include no longer needed
2022-11-10 dvvmd(8): remove toggling interrupt line on vcpu in vcpu...
2022-11-10 kettenisSprinkle some #ifdef SUSPEND to unbreak the tree.
2022-11-10 dtuckerHandle dynamic remote port forwarding in escape command...
2022-11-10 jmc- sort options; from josiah frentsos
2022-11-10 jmcfix SEE ALSO and new sentence, new line;
2022-11-10 jmctweak the "once" text; ok sashan
2022-11-10 mbuhlInitialize data before passing it to get_input_data...
2022-11-10 tbBump LibreSSL version to 3.7
2022-11-10 jsingUse tls_buffer for alert and handshake fragments in...
2022-11-10 joshuaFinish migrating to one source file per line.
2022-11-10 schwarzeIn asn1.h rev. 1.65, beck@ provided ASN1_TIME_set_strin...
next