openbsd
2023-12-20 tbClean up EVP_EncryptFinal_ex()
2023-12-20 tbSimplify EVP_DecryptUpdate() a bit
2023-12-20 tbRemove commented out version of EVP_SealUpdate()
2023-12-20 tbRemove preprocessor mess in EVP_PKEY_{de,en}crypt_old()
2023-12-20 janvio(4): checksum offloading for TCP/UDP in IPv6 Packets
2023-12-20 stspRemove iwx_wait_tx_queues_empty(); unused with current...
2023-12-20 stspEnsure that iwm/iwx devices announce VHT capabilities...
2023-12-20 tbRemove a changelog from 1991
2023-12-20 tbDES_random_key() sets the key
2023-12-20 tbRemove commented-out code
2023-12-20 dvbtrace: "too long line" -> "line too long"
2023-12-20 tobheDon't unset the SA tag set by ipsec_sa_tag in ipsec_sa_...
2023-12-20 jsgspelling; ok markus@
2023-12-19 bluhmRelease inpcb mutex while calling sbwait().
2023-12-19 mvsInitialize `sc_outputtask' before interface attachment...
2023-12-19 deraadtstatic binary setting a table, or dynamic binary trying...
2023-12-19 deraadtinclude KTRFAC_PINSYSCALL in the ktrace options
2023-12-19 deraadtwhitespaces
2023-12-19 deraadtadd a malloc type for pinsyscall arrays
2023-12-19 tbMove constraints files to the etc set
2023-12-19 claudioShow the RTR protocol version in the `bgpctl show rtr...
2023-12-19 jobAdd markers
2023-12-19 jmc- new sentence, new line
2023-12-19 ottoA small cleanup of malloc_bytes(), getting rid of a...
2023-12-19 deraadtsync
2023-12-19 deraadtthe 4th argument of pinsyscalls() is now "number of...
2023-12-19 jmcsort -C, and add to usage(); ok djm
2023-12-19 deraadtpinsyscalls(2) has changed a little bit, and I can...
2023-12-19 djmcorrect section numbers; from Ed Maste
2023-12-19 deraadtcorrect alignment placement
2023-12-19 bluhmsoreceive() must not hold mutex when calling sblock().
2023-12-18 jobRephrase some warnings related to Manifests
2023-12-18 tbcmac: use block_size rather than bl
2023-12-18 deraadtcorrect section the SYS_kbind syscall pin record goes...
2023-12-18 martijnAdd a family argument to host(). This allows us to...
2023-12-18 martijnFix copy-paste error for setting source-address in...
2023-12-18 djmmatch flag type (s/int/u_int)
2023-12-18 djmregress test for agent PKCS#11-backed certificates
2023-12-18 djmregress test for constrained PKCS#11 keys
2023-12-18 djmopenssh-9.6
2023-12-18 djmssh-agent: record failed session-bind attempts
2023-12-18 djmban user/hostnames with most shell metacharacters
2023-12-18 djmstricter handling of channel window limits
2023-12-18 djmMake it possible to load certs from PKCS#11 tokens
2023-12-18 djmapply destination constraints to all p11 keys
2023-12-18 djmadd "ext-info-in-auth@openssh.com" extension
2023-12-18 djmimplement "strict key exchange" in ssh and sshd
2023-12-18 bluhmFix race between ifconfig destroy and ARP timer.
2023-12-18 ottoCheck if calloc calls succeeded; ok millert@
2023-12-18 tbClean up EVP_PBE_CipherInit() a little
2023-12-18 bluhmRun bind(2) system call in parallel.
2023-12-18 bennobump version
2023-12-18 martijnFix two memory leaks:
2023-12-18 tbRemove EVP_MD_meth_*() dependency
2023-12-17 tbc2sp: replace openssl 3.0 with 3.2 support
2023-12-16 mvsMake `fuse_rd_filtops' mpsafe.
2023-12-16 mvsRework pflowioctl() lock dances.
2023-12-16 tbASN1_STRING_TABLE_get.3: grammar: have -> has
2023-12-16 tbEVP_EncryptUpdate(): make block_size and block_mask...
2023-12-16 tbFirst cleanup pass over EVP_EncryptUpdate()
2023-12-16 tbMove EVP_PBE_find() next to the tables
2023-12-16 tbRemove OBJ_bsearch_() usage from PBE
2023-12-16 tbUsing two different spellings of NULL in the same line...
2023-12-16 tbAnnotate incorrect value for ub_email_address
2023-12-16 tbNeuter the ASN1_STRING_TABLE modification API
2023-12-16 tbRemove call to ASN1_STRING_TABLE_cleanup()
2023-12-16 tbasn1.h: mark a type and a bunch of macros for removal
2023-12-16 tbsync
2023-12-16 tbRename ASN1_STRING_TABLE_add manual to _get
2023-12-16 tbRemove ASN1_STRING_TABLE_{add,cleanup}() documentation
2023-12-16 tbImplement and use a do_cipher() wrapper
2023-12-16 aoyamaFix phdr name in ld.script.
2023-12-15 tbRemove the string_table test
2023-12-15 tbRemove strings.h again
2023-12-15 jcaRun non-daemons services in a different process group...
2023-12-15 miodDrop no-longer-applicable comment.
2023-12-15 deraadtprovide the pieces for ktrace/kdump to observe pinsysca...
2023-12-15 tbRemove EVP_PBE_cleanup() from EVP_cleanup()
2023-12-15 tbMove all the neutered PBE API to the bottom of the...
2023-12-15 tbRemove unprotected global state from EVP_PBE
2023-12-15 tbFix a return value confusion in chacha20_poly1305_cipher()
2023-12-15 tbDisallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in...
2023-12-15 tbDocument EVP_Cipher() in code
2023-12-15 tbMove EVP_Cipher() from evp_lib.c to evp_enc.c
2023-12-15 knNo interactive shell if -o is given
2023-12-15 miodSync limits with octeon.
2023-12-15 tbClean up includes
2023-12-15 tbNeuter EVP_PKEY_asn1_add{0,_alias}()
2023-12-15 jmatthewFor amd64 cdXX.iso and installXX.iso, create an EFI...
2023-12-15 tbHoist OBJ_sn2nid() over OBJ_ln2nid()
2023-12-15 tbCoverity rightly points out that an unsigned int is...
2023-12-15 bluhmUse inpcb table mutex to set addresses.
2023-12-14 tbOBJ_create: sorry Omar, aobj is a better name than op
2023-12-14 tbOBJ_create: use a nid variable to avoid nested function...
2023-12-14 tbOBJ_create: malloc() -> calloc()
2023-12-14 tbOBJ_create: test and assign as usual
2023-12-14 tbOBJ_create: initialize buf and turn function into singl...
2023-12-14 tbOBJ_create: rename ok to ret and make it last declaration
2023-12-14 tbOBJ_create(): rename i to len
2023-12-14 tbOBJ_create(): remove pointless parentheses
next