summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-09Fix comment to reflect the disabled status of Energy Efficient Ethernet.Chris Cappuccio
2023-03-08An invalid source routing IP option could overwrite kernel memoryAlexander Bluhm
2023-03-08update the list of firmware files in the iwx(4) man pageStefan Sperling
2023-03-08amd64: lapic_timer_rearm: don't reset mode, mask, divisorScott Soule Cheloha
2023-03-08Use BN_free() instead of BN_clear_free()Theo Buehler
2023-03-08Fix alignment of command column. print_comm_name() returns an updatedTobias Heider
2023-03-08Treat WEP like WPA: only offer if supportedKlemens Nanni
2023-03-08Fix a EC_GROUP_clear_free() that snuck through.Joel Sing
2023-03-08this morning's fortune was missing an apostrophe;Jason McIntyre
2023-03-08Fix previous.Joel Sing
2023-03-08reduce number of tests in bn_rand_interval.Theo Buehler
2023-03-08bn_isqrt: reduce number of tests to 100.Theo Buehler
2023-03-08Plug mem leak. Coverity CID 405196, ok djm@Darren Tucker
2023-03-08Process up to four test vector files concurrently.Joel Sing
2023-03-08Always clear EC groups and points on free.Joel Sing
2023-03-08Run test groups concurrently.Joel Sing
2023-03-08zap more audit remnantsTheo Buehler
2023-03-08Stop trying to use EC_GFp_nist_method().Joel Sing
2023-03-08ssh-pkcs11: synchronize error messages with errorsTheo Buehler
2023-03-08Remove acceptable audit.Joel Sing
2023-03-08Remove EC_FLAGS_DEFAULT_OCT.Joel Sing
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-08use RSA/SHA256 when testing usability of private key in agent;Damien Miller
2023-03-08use RSA/SHA256 when testing usability of private key;Damien Miller
2023-03-07refactor to be more readable top to bottom. Prompted by Coverity CIDDamien Miller
2023-03-07Avoid enabling TSO on interfaces which are already attached to a bridge.Jan Klemkow
2023-03-07Delete obsolete /* ARGSUSED1 */ lint comments.Philip Guenther
2023-03-07Use "installboot -p"; tested by/OK miodKlemens Nanni
2023-03-07Initial support for guided disk encryptionKlemens Nanni
2023-03-07Nuke pointless 'pb#N:ob#0:' lines from floppyKenneth R Westerback
2023-03-07Improve decoded content printing in filemodeJob Snijders
2023-03-07restore tags for commands lost in r1.112 restructuring; OK jmcKlemens Nanni
2023-03-07Remove pre-c99 gcc workaround which is no longer needed.Claudio Jeker
2023-03-07Add some minimal initialization code for rk356x such that the kernelMark Kettenis
2023-03-07Improve bn_montgomery_multiply_words().Joel Sing
2023-03-07Slightly rework bn_mulw_addtw().Joel Sing
2023-03-07Call BN_free() instead of BN_clear_free().Joel Sing
2023-03-07mpls gateway clarification; from claudioJason McIntyre
2023-03-07Fix another return value check for CMS_SharedInfo_encode()Theo Buehler
2023-03-07Limit bn_mul_mont() usage to sizes less than or equal to 8192 bits.Joel Sing
2023-03-07Implement bn_montgomery_multiply()Joel Sing
2023-03-07Refactor BN_mod_mul_montgomery().Joel Sing
2023-03-07Make order of pub_key and priv_key the same everywhereTheo Buehler
2023-03-07Fix OpenSSL version in HISTORY sectionTheo Buehler
2023-03-07Fix mem leak in environment setup. From jjelen at redhat.com viaDarren Tucker
2023-03-07Delete unused and unsafe bn_mul_mont() example code.Joel Sing
2023-03-07Fix comment for bn_mul2_mulw_addtw()Joel Sing
2023-03-07Move EC_GFp_simple_method() to the bottom of the file.Joel Sing
2023-03-07Basic cleanup in asn1pars.cTheo Buehler