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