summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-05-27Implement SHA256_{Update,Transform,Final}() directly in sha256.c.Joel Sing
2023-05-27Add HASH_NO_UPDATE and HASH_NO_TRANSFORM to md32_common.hJoel Sing
2023-05-27Bump LibreSSL versionTheo Buehler
2023-05-27Clean up alignment handling for SHA-512.Joel Sing
2023-05-27Remove malloc interposition, a workaround that was once needed for emacsOtto Moerbeek
2023-05-26Move verified_chain from SSL to SSL_HANDSHAKETheo Buehler
2023-05-25Forcibly update the EVP_PKEY's internal keyOmar Polo
2023-05-24Update X509_VERIFY_PARAM_inherit() to reflect the change of behaviorTheo Buehler
2023-05-24Copy the verify param hostflags independently of the host listTheo Buehler
2023-05-24Provide X509_VERIFY_PARAM_set_hostflags()Theo Buehler
2023-05-23Avoid calling malloc with a zero length argument.Claudio Jeker
2023-05-23Simplify OBJ_obj2txt()Theo Buehler
2023-05-23Always NUL terminate buf in OBJ_obj2txt()Theo Buehler
2023-05-23cms_asn1.c: zap stray tabsTheo Buehler
2023-05-22Remove misplaced semicolons in .FaTheo Buehler
2023-05-19Add missing rsa_security_bit() handler to the RSA-PSS ASN1_METHODTheo Buehler
2023-05-19Since waitid(2) shares code with wait4(2) and doesn't expose anyPhilip Guenther
2023-05-19backout alignment changes (breaking at least two architectures)Theo de Raadt
2023-05-18memmove() entry point is declared with NENTRY() and isn't consecutivePhilip Guenther
2023-05-18Add PROTO_NORMAL() declarations for the remaining syscalls, to avoidPhilip Guenther
2023-05-18Add PROTO_NORMAL() declarations for utrace (and ktrace) syscallsPhilip Guenther
2023-05-18Make two corrections to the vfork(2) stub:Philip Guenther
2023-05-17Use crypto_internal.h's CTASSERT()Theo Buehler
2023-05-17Clean up alignment handling for SHA-512.Joel Sing
2023-05-16add net.inet.tcp.tso;Jason McIntyre
2023-05-16add missing pointer invalidationJoshua Stein
2023-05-16Clean up SHA-512 input handling and round macros.Joel Sing
2023-05-14Rename arguments of X509_STORE_CTX_init()Theo Buehler
2023-05-14Fix X509error() and X509V3error()Theo Buehler
2023-05-14Send the linebuffer BIO to the atticTheo Buehler
2023-05-14Fix another mandoc -Tlint warningTheo Buehler
2023-05-14Rephrase a sentence slightly to apease mandoc -TlintTheo Buehler
2023-05-14Fix Xr as BN_is_prime(3) is in the atticTheo Buehler
2023-05-14Zap trailing commaTheo Buehler
2023-05-14X509_policy_tree_level_count(3) is goneTheo Buehler
2023-05-14add missing #include <string.h>; ok tb@Omar Polo
2023-05-13default path includes /usr/local/sbinKlemens Nanni
2023-05-12Bob points out that one error should be an X509V3error()Theo Buehler
2023-05-12x509_utl.c: fix some style nits.Theo Buehler
2023-05-12Rewrite string_to_hex() and hex_to_string() using CBB/CBSTheo Buehler
2023-05-12Reduce the number of SHA-512 C implementations from three to one.Joel Sing
2023-05-12primility -> primalityJonathan Gray
2023-05-12Be a bit more precise on how s2i_ASN1_OCTET_STRING handles colonsTheo Buehler
2023-05-11Retguard addition in commit 72pYktDvmJhq7OyF was based on the understandingPhilip Guenther
2023-05-11tls_verify.c: give up on variable alignment in this fileTheo Buehler
2023-05-11Document recent changes in primality testingTheo Buehler
2023-05-10Use is_pseudoprime instead of is_prime in bn_bpsw.cTheo Buehler
2023-05-10switch two ASN1_STRING_data() to ASN1_STRING_get0_data()Omar Polo
2023-05-10Add Miller-Rabin test for random bases to BPSWTheo Buehler
2023-05-10As mmap(2) is no longer a LOCK syscall, do away with the extraOtto Moerbeek