openbsd
2023-07-03 tbSwitch ossl_ecdsa_verify() to timingsafe_memcmp()
2023-07-03 tbStreamline ossl_ecdsa_verify()
2023-07-03 claudioUse ibuf_data() instead of direct access to ibuf->buf,
2023-07-03 claudioUse ibuf_data() instead of directly accessing ibuf...
2023-07-03 claudioUse ibuf_data() instead of accessing ibuf->buf directly.
2023-07-03 tbExplicit parameter printing can also use get0_order()
2023-07-03 tbConvert ossl_ec_key_gen() and EC_KEY_check_key()
2023-07-03 tbConvert EC_GROUP_check() to EC_GROUP_get0_order()
2023-07-03 tbInline two copies of EC_GROUP_order_bits()
2023-07-03 jsguse semicolon not comma at eol
2023-07-03 jasperfix uuid_dec_{b,l}e prototypes
2023-07-03 jmcsome minor fix up;
2023-07-03 nicmAnother warning fix for GCC from Thomas Klausner.
2023-07-03 jasperwhen shutting down a vm, handle the VM id in the same...
2023-07-03 krwNuke unused label 'next:'.
2023-07-03 beckBring back no_tls1 and no_tls1_1 as undocumented silent...
2023-07-03 kntypofix lladdr in function names; OK deraadt jan
2023-07-03 tbSwitch ECDSA code to using EC_GROUP_get0_order()
2023-07-03 tbProvide internal-only EC_GROUP_get0_order()
2023-07-03 guentherBring malloc(9) and <sys/malloc.h> into sync for M_...
2023-07-03 beckRemove the tls1.0 and 1.1 related options from the...
2023-07-03 krwThe only thing worse than treating 'return' as a functi...
2023-07-03 tbAnother empty line did not want to go in
2023-07-03 beckStop caring about tls 1.0 and 1.1.
2023-07-03 beckStop testing tls 1.0 and 1.1
2023-07-03 tbTrade a pair of extra braces for a missing empty line
2023-07-02 bruAdd button mappings for two- and three-finger clicks...
2023-07-02 tbSimplify allocation checks
2023-07-02 bluhmUse TSO and LRO on the loopback interface to transfer...
2023-07-02 tbClean up dynamic tables in OPENSSL_cleanup()
2023-07-02 chelohaall platforms, kernel: remove __HAVE_CLOCKINTR symbol
2023-07-02 beckDisable TLS 1.0 and TLS 1.1 in libssl
2023-07-02 tbConvert some tables to C99 initializers
2023-07-02 tbFix return values of ecx methods
2023-07-02 jsingDemacro SHA-512.
2023-07-02 tbFix typo in previous
2023-07-02 tbUse asprintf() to avoid repetition in string constants
2023-07-02 tbSplit ECPKParameters_print()
2023-07-02 tbSwitch sign_sig() and sign_setup() to using BN_CTX
2023-07-02 espielost silence_children behavior by accident
2023-07-02 tbRevert hunk accidentally committed in r1.39
2023-07-02 tbRework handling of the out_kinv and out_r pointers
2023-07-02 jsingReplace bn_sqr_words() with bn_sqr_add_words().
2023-07-02 tbRename ctx_in into in_ctx, kinvp into out_kinv and...
2023-07-02 tbRename a few variables from X to x
2023-07-02 deraadtsync
2023-07-02 tbSimplify things by switching to bn_rand_interval()
2023-07-02 tbUnconditionally zero the ECDH key
2023-07-02 deraadtPS_CHROOT flag must also be copied when forking. This...
2023-07-02 tbTeach openssl ca about Ed25519 certificates
2023-07-02 tbTeach openssl req about EdDSA certs
2023-07-02 beckRemove the ability to do tls 1.0 and 1.1 from libtls.
2023-07-02 tbECDSA_size(): move order a few lines down
2023-07-02 tbInvert method checks to avoid stupid line breaks
2023-07-02 tbMove the EC_POINT a bit down and a * to the right place
2023-07-02 tbech_key.c: Fix includes
2023-07-02 chelohaclockintr_cpu_init: stagger clock interrupts by MAXCPUS
2023-07-01 drahnAdd sensor to qccpu to be able to show all cpu frequencies.
2023-07-01 ottoDocument that small allocations are initially junked...
2023-07-01 drahnManpage for qccpu.4
2023-07-01 drahnAdd driver for QC cpu Power States.
2023-07-01 drahnEnable AC detection in qcpas driver.
2023-07-01 tbReverse polarity to avoid an overlong line
2023-07-01 tbReword comment to fit on a single line
2023-07-01 tbtmp is a silly name for a point on an elliptic curve
2023-07-01 tbGarbage collect the now unused len
2023-07-01 tbTest and assign for EC_KEY_get0_private_key()
2023-07-01 tbAdd a missing NULL check for group
2023-07-01 tbReference commit needed in the next major bump
2023-07-01 tbSimplify handling of ret
2023-07-01 tbUse BN_bn2binpad() instead of handrolling it
2023-07-01 tbRemove unused y from ECDH key computation
2023-07-01 tbcrypto.h: move the error stuff to the end
2023-07-01 jsingWarn and fail to attach dwmmc(4) if no clock base is...
2023-07-01 jsingAdd support for JH7110 to dwmmc(4).
2023-07-01 jsingAdd support for JH7110 to stftemp(4).
2023-07-01 tbSimplify ASN1_bn_print() usage in ec/
2023-06-30 nicmChange a few types to fix warnings, from Thomas Klausner.
2023-06-30 tbwhitespace
2023-06-30 jsgsepcific -> specific
2023-06-30 nicmGet rid of some warnings with GCC 10, from Thomas Klausner.
2023-06-30 sashanlet check_table() also print table@anchor when it exits
2023-06-30 mvsUse "newcon" instead of "netlck" as identifier of the...
2023-06-30 mvsIntroduce M_PF type for pf(4) related memory allocation...
2023-06-30 ottoRecommit "Allow to ask for deeper callers for leak...
2023-06-29 dvacpi(4)/acpibtn(4): use opt-in approach for wakeup...
2023-06-29 krwFix handling of 'N-* 100' template entries.
2023-06-29 florianUpdate to nsd 4.7.0
2023-06-29 claudioSpaces vs tabs
2023-06-29 claudioRewrite pfe_route() to actually work on 64bit archs...
2023-06-29 tbrpki-client: fix vap_pas stats
2023-06-29 claudioIn rrdp_session_save() stop the loop over deltas once...
2023-06-29 tbupdate rpki-regress. log.c is no more.
2023-06-29 tbRetire log.c
2023-06-29 jobThere no longer is a need to wrap the (now AFI-agnostic...
2023-06-29 jsgregen
2023-06-29 jsgadd Intel Raptor Lake / 700 Series LP ids
2023-06-29 tbDrop the no longer necessary -DLIBRESSL_CRYPTO_INTERNAL
2023-06-29 tbMove check_defer() and obj_cleanup_defer to evp/names.c
2023-06-28 sashanpfioctl() must make sure pfioctl_rw() gets unlocked...
next