summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-06-11Unifdef ZLIBTheo Buehler
2023-06-10Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3Theo Buehler
2023-06-08Remove dead code.Bob Beck
2023-06-07Add portable version and m88k-specific version lb() function, becauseKenji Aoyama
2023-06-06In 1995, Eric A. Young chose a confusing name for the "lastUpdate" fieldIngo Schwarze
2023-06-06Fix typo in comment: exta -> extraTheo Buehler
2023-06-05Improve the description of CMS_get0_signers()Job Snijders
2023-06-04Reinstate bn_isqrt.c r1.8 and crypto_lock.c r1.3Theo Buehler
2023-06-04More thorough write-afetr-free checks.Otto Moerbeek
2023-06-02pledge(2): stdio: permit restricted profil(2) for moncontrol(3)Scott Soule Cheloha
2023-06-02Fix variable reuse in BN_mod_inverse()Theo Buehler
2023-06-01Rework tls_check_subject_altname() error handlingTheo Buehler
2023-06-01Check for X509_get_ext_d2i() failureTheo Buehler
2023-06-01Avoid a potentially overflowing checkTheo Buehler
2023-05-30fix some nits on previousOmar Polo
2023-05-29Correctly catch all return values from X509_NAME_get_index_by_NIDBob Beck
2023-05-29Oops, Fa -> .FaBob Beck
2023-05-29Make X509_NAME_get_text_by[NID|OBJ] safer.Bob Beck
2023-05-29Stop suggesting that children play with loaded revolvers.Bob Beck
2023-05-28Provide optimised bn_mulw_{addw,addw_addw,addtw}() for aarch64.Joel Sing
2023-05-28Provide optimised bn_addw_addw()/bn_subw_subw() for aarch64.Joel Sing
2023-05-28Sprinkle some style(9).Joel Sing
2023-05-28Expand occurrences of HASH_CTX that were previously missed.Joel Sing
2023-05-28Reorder functions.Joel Sing
2023-05-28Clean up includes.Joel Sing
2023-05-28Remove now unnecessary do {} while(0);Joel Sing
2023-05-28Inline HASH_MAKE_STRING for SHA256.Joel Sing
2023-05-28Rewrite BN_{asc,dec,hex}2bn() using CBS.Joel Sing
2023-05-28correct comment, spotted by tb@Bob Beck
2023-05-28Refactor tls_check_common_name to use lower level API.Bob Beck
2023-05-28Merge X509_VERIFY_PARAM_ID into X509_VERIFY_PARAMTheo Buehler
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