Age | Commit message (Expand) | Author |
2024-03-25 | Revise TLS extension regress for parse/process changes. | Joel Sing |
2024-03-25 | Clean up EVP_CIPHER_CTX_{legacy_clear,cleanup} usage in evp/bio_enc.c | joshua |
2024-03-25 | Final tweaks in x509_trs.c for now | Theo Buehler |
2024-03-25 | Split TLS extension parsing from processing. | Joel Sing |
2024-03-25 | Kill X509_TRUST | Theo Buehler |
2024-03-25 | Clean up EVP_MD_CTX_{legacy_clear,cleanup}() usage in x509/x509_cmp.c | joshua |
2024-03-25 | Improve shell portability: grep -q is not portable so redirect stdout, | Darren Tucker |
2024-03-25 | Decouple TLS extension table order from tlsext_randomize_build_order() | Joel Sing |
2024-03-25 | Add back trust member of X509_TRUST that I accidentally deleted | Theo Buehler |
2024-03-25 | Save error code from SSH for use inside case statement, from portable. | Darren Tucker |
2024-03-25 | Const correct the trust handlers | Theo Buehler |
2024-03-25 | Increase timeout. Resyncs with portable where some of the test | Darren Tucker |
2024-03-25 | In PuTTY interop test, don't assume the PuTTY major version is 0. | Darren Tucker |
2024-03-25 | Pass the nid instead of the entire trust structure | Theo Buehler |
2024-03-25 | Pull extension caching into X509_check_trust() | Theo Buehler |
2024-03-25 | Remove unnecessary stat() calls from by_dir | Bob Beck |
2024-03-24 | Enable cad(4). | Patrick Wildt |
2024-03-24 | Implement resetting the PHY via a GPIO pin, like in fec(4). This helps | Patrick Wildt |
2024-03-24 | whois: remove obsolete handle support | Todd C. Miller |
2024-03-24 | Add tests for EVP_get_cipherbyname(NULL) and EVP_get_digestbyname(NULL) | Jeremie Courreges-Anglas |
2024-03-24 | Restore EVP_get_cipherbyname(NULL)/EVP_get_digestbyname(NULL) handling | Jeremie Courreges-Anglas |
2024-03-24 | Convert libressl to use the BoringSSL style time conversions | Bob Beck |
2024-03-24 | Sync with IANA Status Code Registry | Job Snijders |
2024-03-24 | Cleanup uvmpd_tune() & document global variable ownership. | Martin Pieuchot |
2024-03-24 | Rename ax into aux | Theo Buehler |
2024-03-24 | Drop redundant NULL checks around two for loops | Theo Buehler |
2024-03-24 | Fix namespace build | Theo Buehler |
2024-03-24 | permament -> permanent | Jonathan Gray |
2024-03-24 | Remove OPENSSL_NO_* #ifdefs from evp_names.c | Theo Buehler |
2024-03-24 | Bye bye gost, bye, bye turdiness | Theo Buehler |
2024-03-24 | use LIST_FOREACH_SAFE() to avoid use after free | Jonathan Gray |
2024-03-24 | Rename arg1 to nid because that's what it is | Theo Buehler |
2024-03-24 | Clamp the manifestNumber to 20 octets value | Theo Buehler |
2024-03-24 | Drop the unused 'name' member from X509_TRUST | Theo Buehler |
2024-03-24 | update project-cymru url, from Robert Keizer, slightly tweaked | Stuart Henderson |
2024-03-24 | Remove radius.c which is added mistakenly and under review. | YASUOKA Masahiko |
2024-03-24 | Allow zero-length identity response | YASUOKA Masahiko |
2024-03-23 | In kq_del(), delete matching EV_ADD entries to prevent libevent from | YASUOKA Masahiko |
2024-03-23 | readdir_r(3) was never necessary and has been deprecated by POSIX. | Philip Guenther |
2024-03-23 | Recognise Meinberg PCI510, from Maurice Janssen | Stuart Henderson |
2024-03-23 | sync | Stuart Henderson |
2024-03-23 | Add Meinberg PCI510, from Maurice Janssen | Stuart Henderson |
2024-03-23 | Remove unused flags and arg2 members from X509_TRUST | Theo Buehler |
2024-03-23 | Remove unused flags argument from the trust handlers | Theo Buehler |
2024-03-23 | Expand ASN range for LACNIC | Job Snijders |
2024-03-23 | Fix main() definition. | Vitaliy Makkoveev |
2024-03-22 | Increase /usr/src partition to 2GB - 5GB | Jan Klemkow |
2024-03-22 | Remove padding from union inpaddru. | Alexander Bluhm |
2024-03-22 | add "-V none" to prevent making any backups | Joshua Stein |
2024-03-22 | Fix chroot(2) call in control process. | Alexander Bluhm |