openbsd
2021-12-13 schwarzenew manual page PEM_write_bio_ASN1_stream(3);
2021-12-13 deraadtsync
2021-12-13 chelohatee(1): increase I/O buffer size from 8KB to 64KB
2021-12-13 deraadtincluding sys/cdefs.h manually started as a result...
2021-12-13 tbAvoid a potential double free in group_free()
2021-12-13 deraadtKill sys/cdefs.h includes, because overly complicated...
2021-12-13 tbRemove the last internal use of d2i_ASN1_BOOLEAN.
2021-12-13 jsingClean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN().
2021-12-13 schwarzethis file doesn't use anything from <stdio.h>;
2021-12-13 jsingConvert asn1_d2i_ex_primitive()/asn1_collect() from...
2021-12-13 tobheCleanup libcrypto memory management. Remove redundant...
2021-12-13 schwarzenew manual page SMIME_write_ASN1(3);
2021-12-13 deraadtremove a couple hundred sys/param.h includes in userlan...
2021-12-13 deraadtacct(4) ac_tty shouldn't need NODEV from sys/param...
2021-12-13 florianOnly generate a new xid on state change.
2021-12-13 visaRevise EVFILT_EXCEPT filters
2021-12-13 visaPrevent kevent(2) use of EVFILT_EXCEPT with FIFOs and...
2021-12-13 bluhmnd6_dad_ns_input() could trigger a NULL deref in nd6_da...
2021-12-13 schwarzeCatch integer overflow rather than silently truncating...
2021-12-13 visaHandle multi-port controllers in uslcom(4)
2021-12-13 schwarzenew manual pages i2d_ASN1_bio_stream(3) and SMIME_crlf_...
2021-12-13 jcaLet dnsproc pass multiple addresses to netproc
2021-12-13 florianTreat xid as a uint32_t in network byte order on the...
2021-12-13 florianReplace struct member assignment with struct assignment...
2021-12-13 nicmMake pane-border-format a pane option, GitHub issue...
2021-12-12 jsgremove unused variable to fix build with llvm 13
2021-12-12 tbAnnotate the structs that will be moved to hmac_local...
2021-12-12 tbInclude evp_locl.h where it will be needed once most...
2021-12-12 tbAdd a mostly empty hmac_local.h. HMAC_CTX and a few...
2021-12-12 tbAdd -I${LIBCRYPTO_SRC}/hmac to CFLAGS. Needed in an...
2021-12-12 tbAdd header guards to evp_locl.h.
2021-12-12 bluhmReplace deprecated IO::Socket::INET6 with IO::Socket...
2021-12-12 tbConvert req.c to compile with opaque EVP_MD_CTX.
2021-12-12 tbConvert passwd.c to opaque EVP_MD_CTX and add a bit...
2021-12-12 tbMake speed.c compile with opaque EVP_CIPHER, EVP_MD...
2021-12-12 tbA few more simplifications using get0_pubkey instead...
2021-12-12 tbSimplify x509.c slightly by using X509_get0_pubkey...
2021-12-12 tbMake x509.c compile with opaque EVP_PKEY.
2021-12-12 tbUse correct spelling of NULL
2021-12-12 tbMake ts.c compile with opaque EVP_MD_CTX.
2021-12-12 schwarzedocument the ub_* constants
2021-12-12 schwarzetypo
2021-12-12 schwarzeNew manual page providing a rudimentary description...
2021-12-12 tbRewrite X509_ALGOR_set_md() without reaching into EVP_MD.
2021-12-12 bluhmReplace deprecated IO::Socket::INET6 with IO::Socket...
2021-12-12 visaUse vnode parameter instead of vfinddev() in mfs_strategy()
2021-12-12 visaAdd vnode parameter to VOP_STRATEGY()
2021-12-11 schwarzeMerge two bugfixes in ASN1_STRING_TABLE_add(3) and...
2021-12-11 schwarzeMerge the deletion of <ctype.h>, which isn't used here,
2021-12-11 kettenisChange compatible string to something that makes more...
2021-12-11 naddyremove unused variable to fix build with llvm 13; ok...
2021-12-11 krwStart the default OpenBSD partition either immediately...
2021-12-11 kettenisAdd support for interrupts represented by ACPI PCI...
2021-12-11 kettenisThanks to the reverse engineering efforts by Hector...
2021-12-11 kettenisAttach apldart(4) early.
2021-12-11 schwarzedocument STABLE_NO_MASK and STABLE_FLAGS_MALLOC,
2021-12-11 jmctwo more "the the" fixes;
2021-12-11 bluhmProtect the write access to the TDB flags field with...
2021-12-11 tbdoubled word; from Leon Fischer
2021-12-11 visaClarify usage of __EV_POLL and __EV_SELECT
2021-12-11 antonStop passing __FILE__ and __LINE__ to various libcrypto...
2021-12-10 schwarzefix a copy-and-paste error;
2021-12-10 schwarzeexplain how X509_NAME_ENTRY_set_data(3) uses MBSTRING_FLAG
2021-12-10 schwarzedocument the following constants:
2021-12-10 krwUpdate the *.ok files to reflect the slightly larger
2021-12-10 nicmMissed unlinked control notifications, GitHub issue...
2021-12-10 nicmMention XParseColor(3) for the cursor colour escape...
2021-12-10 nicmAdd a NOBLOCK flag rather than adding amount to wait...
2021-12-10 guentherRevert "kbind(2): disable system call if not initialize...
2021-12-10 mvsMove 'unconacc' test to regress/sys/kern/unixsockets...
2021-12-10 mvsMove 'undgram_conclose' test to regress/sys/kern/unixso...
2021-12-09 mvsMove 'unsendrecvthr' test to regress/sys/kern/unixsocke...
2021-12-09 mvsMove 'unfdpassfail' test to regress/sys/kern/unixsocket...
2021-12-09 jmcimrove the description of lesskey; based on a diff...
2021-12-09 kettenisMake the clockpad work in "raw" mode.
2021-12-09 patrickBroken ACPI tables containing scopes that are larger...
2021-12-09 guentherFix cpuid leaf clamping to let through cpuid(0x15)...
2021-12-09 schwarzedocument V_ASN1_SEQUENCE and V_ASN1_SET
2021-12-09 schwarzedocument V_ASN1_BOOLEAN
2021-12-09 schwarzeimprove the documentation of V_ASN1_APP_CHOOSE
2021-12-09 schwarzeMention V_ASN1_PRIMITIVE_TAG and V_ASN1_EOC.
2021-12-09 schwarzeadd the missing STANDARDS section
2021-12-09 schwarzeDocument V_ASN1_ANY.
2021-12-09 schwarzedocument V_ASN1_NEG
2021-12-09 schwarzedocument V_ASN1_OBJECT
2021-12-09 schwarzedocument V_ASN1_NULL
2021-12-09 schwarzefix a typo in an .Xr argument
2021-12-09 tbConvert t1_enc.c to opaque EVP_MD_CTX.
2021-12-09 tbConvert ssl_srvr.c to opaque EVP_MD_CTX.
2021-12-09 tbConvert ssl_clnt.c to opaque EVP_MD_CTX
2021-12-09 tbConvert s3_cbc.c to opaque EVP_MD_CTX.
2021-12-09 mvsRemove old 'ungc' test
2021-12-09 mvsCommit 'ungc.c'
2021-12-09 mvsMove 'ungc' test to regress/sys/kern/unixsockets
2021-12-09 mvsAdd sys/kern/unixsockets directory to contain all unix...
2021-12-09 deraadtsync
2021-12-09 jsingInline collect_data() in asn1_collect().
2021-12-09 jsingPull the recursion depth check up to the top of asn1_co...
2021-12-09 jsingRemove handling of a NULL BUF_MEM from asn1_collect()
2021-12-09 jsingFix missing return in asn1_compare_bytes()
next