summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-07-14Rewrite EVP_PKEY_add1_attr_by_NID()Theo Buehler
2024-07-14Disable most EVP_PKEY_*attr* APITheo Buehler
2024-07-14Forgot to annotate the TMP UGLY CAST[S] as requested by jsingTheo Buehler
2024-07-14Document SSL_CIPHER_get_handshake_digest(3)Theo Buehler
2024-07-14Prepare to provide SSL_CIPHER_get_handshake_digest()Theo Buehler
2024-07-14Remove lhash_local.h.Joel Sing
2024-07-14Fix printf(3) signal safety for wide character strings.Todd C. Miller
2024-07-14Bump minor after elf_aux_info(3) and wcsnlen(3) additionsJeremie Courreges-Anglas
2024-07-14Add wcsnlen(3), wcslen(3) with a max len argumentJeremie Courreges-Anglas
2024-07-14Add elf_aux_info(3)Jeremie Courreges-Anglas
2024-07-14"please refer" -> "refer"Jonathan Gray
2024-07-14spellingJonathan Gray
2024-07-14spellingJonathan Gray
2024-07-13ssl2.h and ssl23.h join the party in the atticTheo Buehler
2024-07-13Make error constants const in libsslTheo Buehler
2024-07-13Unify X.509v3 extension methodsTheo Buehler
2024-07-12Fix the horrible and undocumented behaviour of X509_check_trustBob Beck
2024-07-12Clean up in X509_check_trust.Bob Beck
2024-07-12Improve signal handlers guidance.Theo de Raadt
2024-07-12Drop the unused evp includeTheo Buehler
2024-07-12Rename the sk in this file to extsTheo Buehler
2024-07-12Avoid using ret for an X509_EXTENSIONTheo Buehler
2024-07-12Tweak variable names in X509v3_add_ext()Theo Buehler
2024-07-12Rename crit to critical in this fileTheo Buehler
2024-07-12Simplify X509_EXTENSION_get_critical()Theo Buehler
2024-07-12Lose a few extra lines in X509_EXTENSION_set_object()Theo Buehler
2024-07-12Streamline X509_EXTENSION_create_by_OBJ()Theo Buehler
2024-07-12Clean up X509_EXTENSION_create_by_NID()Theo Buehler
2024-07-12Rewrite X509v3_add_ext()Theo Buehler
2024-07-12Simplify X509v3_get_ext() and X509v3_delete_ext()Theo Buehler
2024-07-12Align X509v3_get_ext_by_critical() with X509v3_get_ext_by_OBJ()Theo Buehler
2024-07-12Clean up X509v3_get_ext_by_OBJ()Theo Buehler
2024-07-12Despite being an ELF citizen, hppa is its own special snowflake and requiresMiod Vallat
2024-07-11Despite being an ELF citizen, hppa is its own special snowflake and requiresMiod Vallat
2024-07-11Adjust documentation for SSL_select_next_proto()Theo Buehler
2024-07-11Follow BoringSSL's nomenclature in SSL_select_next_proto()Theo Buehler
2024-07-10Zap warning against __findenv usage, it is not exported by libcJeremie Courreges-Anglas
2024-07-10Remove the static symbols.namespace, and just generate the _libre_Bob Beck
2024-07-10forgot to add a history section for the TLS PRF APITheo Buehler
2024-07-10link EVP_PKEY_CTX_set_tls1_prf_md.3 to buildTheo Buehler
2024-07-10Import EVP_PKEY_CTX_set_tls1_prf_md.3 from OpenSSL 1.1.1Theo Buehler
2024-07-10Including kdf.h isn't enough, you also need evp.hTheo Buehler
2024-07-10Unwrap two linesTheo Buehler
2024-07-09Add another empty lineTheo Buehler
2024-07-09Turn tls1_prf_alg() into single exitTheo Buehler
2024-07-09Unwrap a few more linesTheo Buehler
2024-07-09Unwrap a couple of linesTheo Buehler
2024-07-09Align math with t1_enc.cTheo Buehler
2024-07-09Minor cosmetics in pkey_tls1_prf_derive()Theo Buehler
2024-07-09Replace explicit_bzero() plus free() with freezero()Theo Buehler