summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-12RSA's _free and _size also lose their int_ prefixTheo Buehler
2023-08-12Drop silly int_ prefix from _free() and _size()Theo Buehler
2023-08-12Free {priv,pub}_key before assigning to itTheo Buehler
2023-08-12Readability tweak for key parameters in DSATheo Buehler
2023-08-12Simplify and unify missing_parameters() for DH and DSATheo Buehler
2023-08-12Add sanity checks in uvm_pagelookup().Martin Pieuchot
2023-08-12Now that the DH is sensibly called dh instead of a, we can also renameTheo Buehler
2023-08-12Fix comments regarding pcb_onfault maintainence. No code change.Miod Vallat
2023-08-12a is a silly name for a DHTheo Buehler
2023-08-12Use printf for consistencyTheo Buehler
2023-08-12Check that {DH,DSA}_get0_engine() returns NULL if OPENSSL_NO_ENGINE isTheo Buehler
2023-08-12Convert {DH,DSA}_new_method() to using calloc()Theo Buehler
2023-08-11Add regress coverage for DH and for DSA parametersTheo Buehler
2023-08-11hardclock(9), roundrobin: make roundrobin() an independent clock interruptScott Soule Cheloha
2023-08-11Merge various improvements from the OpenSSL 1.1 branch,Ingo Schwarze
2023-08-11Kill unused variable in uvm_aio_aiodone_pages().Martin Pieuchot
2023-08-11Do not crash if in buffer mode and the last buffer is deleted using theNicholas Marriott
2023-08-11Stop including md32_common.h.Joel Sing
2023-08-11Demacro sha256.Joel Sing
2023-08-11Improve variable names in {dh,dsa}_{pub,priv}_{de,en}code()Theo Buehler
2023-08-11Use params{,_len} in {dh,dsa}_params_{en,de}code()Theo Buehler
2023-08-11Use key/key_len in old_dsa_priv_{en,de}code()Theo Buehler
2023-08-11Add back an empty line that I didn't really want to removeTheo Buehler
2023-08-11Align dh and dsa decoding functions with encodingTheo Buehler
2023-08-11Add iked support for route based sec(4) tunnels.Tobias Heider
2023-08-11Move the single_thread_check() to the start of userret().Claudio Jeker
2023-08-11Rename env_md{,_ctx}_st to evp_md{,_ctx}_stTheo Buehler
2023-08-11Stop down-converting to a timeval when comparing and setting times.Philip Guenther
2023-08-11Switch rcs_{get,set}_mtime() from returning and taking a time_t toPhilip Guenther
2023-08-11Use EVP_MD in HKDF() and HKDF_extract() prototypesTheo Buehler
2023-08-11msdosfs_times() doesn't need to copy timespecs onto the stack: justPhilip Guenther
2023-08-11cvs_file_copy() used futimes(), but only set the tv_sec fields,Philip Guenther
2023-08-11Move EC_KEY and EC_KEY_METHOD typedefs to ossl_typ.hTheo Buehler
2023-08-11Replace use of the old BSD st_*timespec members in struct stat withPhilip Guenther
2023-08-11When used by itself, replace use of the old BSD st_mtimespec.tv_secPhilip Guenther
2023-08-11enable sec(4) so people can try it outDavid Gwynne
2023-08-11better support queuing (hfsc) on sec(4)David Gwynne
2023-08-11agtimer(4/arm64): call CPU_BUSY_CYCLE() during spin-loopScott Soule Cheloha
2023-08-10better debug logging of sessions' exit statusDamien Miller
2023-08-10agtimer(4/arm64): agtimer_delay: compute cycle count with 64-bit arithmeticScott Soule Cheloha
2023-08-10Take advantage of the fact that the WFI instruction does continueMark Kettenis
2023-08-10Add some KASSERT on the proc p_stat in sleep_finish()Claudio Jeker
2023-08-10The Lenovo X13s has broken firmware that makes it impossible to use PAC.Mark Kettenis
2023-08-10Always create new softraid CRYPTO volume, do not reuse existing oneKlemens Nanni
2023-08-10Convert {dh,dsa}_{pub,priv}_encode() to single exitTheo Buehler
2023-08-10Table persistent flag (PFR_TFLAG_PERSIST) won't get setAlexandr Nedvedicky
2023-08-10Add the missing ".Nm X509_STORE_CTX_check_issued_fn" to the NAME sectionIngo Schwarze
2023-08-10Allow libpcap to read files with some additional link-layer type valuesAlexandr Nedvedicky
2023-08-10Clean up {dh,dsa}_pub_encode()Theo Buehler
2023-08-10Fix a leak in rsa_pub_encode()Theo Buehler