openbsd
2023-07-04 kettenisAdd some extra parenthesis for consistency.
2023-07-04 tbPlug leak in the ssltest
2023-07-04 tbFactor the computation of ECDSA s into a function
2023-07-04 espiedocument the recent addition of "Building from scratch...
2023-07-04 dlgadd support for unix domain sockets to ssh -W
2023-07-04 jsgm_reclaim() was removed in uipc_mbuf.c rev 1.195
2023-07-04 dlga little knf, no functional change
2023-07-04 jsgremove unused global var
2023-07-03 espierecord when pkg_add is actually doing something.
2023-07-03 antonfavor REGRESS_EXPECTED_FAILURES
2023-07-03 espiealso make things 5.36 if not used
2023-07-03 nicmAdd support for marking lines with a shell prompt based...
2023-07-03 tobheEnable mouse.tp.mtbuttons for apldcms
2023-07-03 knuse consistent queue(9) example for LIST removal; ...
2023-07-03 krwAn empty string indicates there is no NXTNUM().
2023-07-03 tbsign_sig: drop ckinv
2023-07-03 tbRework the logic in ECDSA sign_sig()
2023-07-03 jasperadd regress tests for the remainder of the function...
2023-07-03 jasperadd a few tests related to --cflags and --libs in combi...
2023-07-03 claudioUse new ibuf API. Use ibuf_data() and ibuf_size() inste...
2023-07-03 tobheDelete some more references to dead policy code.
2023-07-03 tbsign_sig: test on assignment
2023-07-03 tbsign_setup: split another check into two
2023-07-03 tobhetypo
2023-07-03 nicmDo not risk writing over the end of the buffer when...
2023-07-03 claudioUse ibuf_data() and ibuf_size() instead of accessing...
2023-07-03 claudioUse ibuf_data() and ibuf_size() instead of accessing...
2023-07-03 tbSplit range checks for ECDSA r and ECDSA s
2023-07-03 tbSwitch a couple of test from ucmp to cmp
2023-07-03 tbossl_ecdsa_verify_sig(): simplify range checks
2023-07-03 tbList variables in a somewhat more sensible order
2023-07-03 tbIn ossl_ecdsa_verify_sig() use BN_CTX more idiomatically
2023-07-03 tbSplit a bunch of unrelated checks
2023-07-03 tbMake ossl_ecdsa_verify_sig() single exit
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
next