Age | Commit message (Expand) | Author |
2021-12-01 | Remove dead code. | Joel Sing |
2021-12-01 | Add some RRDP specific regress tests. | Claudio Jeker |
2021-12-01 | Build libfido2 after all other libraries, as it links against one of | Patrick Wildt |
2021-11-30 | Improved error handling in config parser. | Tobias Stoeckmann |
2021-11-30 | Add missing const qualifiers in a number of BN_* manuals. | Theo Buehler |
2021-11-30 | last whitespace diff for now. | Theo Buehler |
2021-11-30 | KNF for BF_KEY | Theo Buehler |
2021-11-30 | Fix some annoying whitespace inconsistencies. | Theo Buehler |
2021-11-30 | Provide EVP_CTRL_AEAD_* defines. | Theo Buehler |
2021-11-30 | Align ssl_kex_derive_ecdhe_ecp() with ssl_kex_derive_dhe() | Theo Buehler |
2021-11-30 | isakmpd: convert modp_init() for opaque DH. | Theo Buehler |
2021-11-30 | whitespace | Tobias Heider |
2021-11-30 | add ixl(4) | Theo de Raadt |
2021-11-30 | s/ECDHE/ECDH/ | Joel Sing |
2021-11-30 | Fix indentation of return in yy_try_NUL_trans(). | Todd C. Miller |
2021-11-30 | Remove unused parameter from ipsp_spd_inp(). | Alexander Bluhm |
2021-11-30 | Add regress for {d2i,i2d}_{,DSA_,EC_,RSA_}PUBKEY{,_bio}(). | Joel Sing |
2021-11-30 | Prevent select(2) from blocking if registering found pending events. | Visa Hankala |
2021-11-30 | enable uhid/fido | Theo de Raadt |
2021-11-29 | Use nanosleep(3) instead of select(2) for test run time delay. Use ~10 | Vitaliy Makkoveev |
2021-11-29 | Create socket within current directory instead of /tmp. Also remove it | Vitaliy Makkoveev |
2021-11-29 | Crank the number of rounds of Miller-Rabin from 50 to 64 | Theo Buehler |
2021-11-29 | Clean up DH_check_pub_key() and ensure that y^q (mod p) == 1. | Theo Buehler |
2021-11-29 | Increase number of iterations in Miller-Rabin checks for DH. | Theo Buehler |
2021-11-29 | Synchronize DH_check() mostly with OpenSSL 1.1.1 with some | Theo Buehler |
2021-11-29 | Provide a version of DH_check_params() for internal use. | Theo Buehler |
2021-11-29 | Provide a number of flags for DH_check and DH_check_pubkey | Theo Buehler |
2021-11-29 | The network stack currently uses IPL_SOFTNET. Consistently initialize | Alexander Bluhm |
2021-11-29 | tcpdump: convert print-ipsec to a EVP_CIPHER_CTX on the heap. | Theo Buehler |
2021-11-29 | First pass of converting ssl_kex.c to opaque DH. | Theo Buehler |
2021-11-29 | Hide BIO_s_file_internal() from internal view. | Theo Buehler |
2021-11-29 | Stop using BIO_s_file_inernal() in libssl. | Theo Buehler |
2021-11-29 | regen | Vitaliy Makkoveev |
2021-11-29 | Unlock accept(2) and accept4(2) syscalls. Unlock them both because they | Vitaliy Makkoveev |
2021-11-29 | Register-time event should make poll/select non-blocking. | Visa Hankala |
2021-11-29 | Convert server serialisation of DHE parameters/public key to new functions. | Joel Sing |
2021-11-29 | Factor out/rewrite DHE key exchange. | Joel Sing |
2021-11-29 | Avoid including sys/param.h. Make a local copy of MINIMUM() in test_helper.h | Tobias Heider |
2021-11-29 | vmm(4): bump remote vmclear spinout ticks | Dave Voutila |
2021-11-29 | kqueue: Revise badfd knote handling | Visa Hankala |
2021-11-29 | Using a void pointer for temporary allocated TDB in pfkeyv2 does | Alexander Bluhm |
2021-11-29 | points people to more current ways to find package information. | Marc Espie |
2021-11-29 | add -V to usage(), and list it before -v in both SYNOPSIS and the | Jason McIntyre |
2021-11-29 | Add and enable 'unconacc' test which provides multithreaded connect(2) | Vitaliy Makkoveev |
2021-11-29 | Add command line option to show the version | Tobias Heider |
2021-11-29 | Bump response timer to three seconds, GitHub issue 2984. | Nicholas Marriott |
2021-11-29 | Fix user option lookup ordering. | Nicholas Marriott |
2021-11-29 | sys/param.h was included for MAX(), MIN() and roundup(). make local | Theo de Raadt |
2021-11-29 | the code in this file has reason to include any sys/*.h header files, | Theo de Raadt |
2021-11-29 | local copy of roundup() means no more sys/param.h | Theo de Raadt |