summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-01-21In 1999 fd_set overflowing beyond FD_SETSIZE became enough of a problem that ITheo de Raadt
2022-01-21Document EAGAIN error return, as specified by POSIX.Todd C. Miller
2022-01-21Optimization for tiny x in cos and sinGreg Steuck
2022-01-21Unplug assembly implementations of trig functions on x86 platformsGreg Steuck
2022-01-21Copy cos(3) software implementation from FreeBSD-13Greg Steuck
2022-01-20Remove the remaining three parens in return statements.Theo Buehler
2022-01-20Use correct spelling of NULL.Theo Buehler
2022-01-20remove unused variable from all copies of _asr_strdname()Christian Weisgerber
2022-01-20Add check for EVP_CIPHER_CTX_ctrlKinichiro Inoguchi
2022-01-20Add check for EVP_CIPHER_CTX_set_key_length return valueKinichiro Inoguchi
2022-01-20Add check for OBJ_nid2obj return valueKinichiro Inoguchi
2022-01-20Add check for ASN1_INTEGER_setKinichiro Inoguchi
2022-01-20Fix check for BN_mod_inverse_ct return valueKinichiro Inoguchi
2022-01-20Add check for BN_sub return valueKinichiro Inoguchi
2022-01-20Fix check for BN_mod_inverse_ct return valueKinichiro Inoguchi
2022-01-20Add check for BIO_indent return valueKinichiro Inoguchi
2022-01-20Fix check for BN_mod_inverse_ct return valueKinichiro Inoguchi
2022-01-20Fix check for BN_mod_inverse_ct return valueKinichiro Inoguchi
2022-01-20Add check for BIO_indent return valueKinichiro Inoguchi
2022-01-20Add check for EVP_CIPHER_CTX_set_key_length return valueKinichiro Inoguchi
2022-01-20Add and fix check for BN functions return valueKinichiro Inoguchi
2022-01-20Add check for BN functions return valueKinichiro Inoguchi
2022-01-20Add check for BIO_indent return valueKinichiro Inoguchi
2021-08-18Import initial code for the SM2 cipherTheo Buehler
2022-01-19Document the bizarre fact that {CMS,PCKS7}_get0_signers() needs someTheo Buehler
2022-01-19Check return value from EVP_CIPHER_CTX_new in cms_pwri.cKinichiro Inoguchi
2022-01-19Check function return value in libtlsKinichiro Inoguchi
2022-01-17Update libexpat to 2.4.3. This fixes CVE-2021-45960, CVE-2021-46143,Alexander Bluhm
2022-01-16libfuse: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-15spellingJonathan Gray
2022-01-15Add back an accidentally dropped .PpTheo Buehler
2022-01-15Update for HMAC_CTX_{init,cleanup} hand HMAC_cleanup removalTheo Buehler
2022-01-15Stop documenting clone digests.Theo Buehler
2022-01-15Minor cleanup and simplification in dsa_pub_encode()Theo Buehler
2022-01-14Avoid buffer overflow in asn1_parse2Kinichiro Inoguchi
2022-01-14bump libcrypto, libssl, libtls majors after struct visibility changesTheo Buehler
2022-01-14Use the correct type for ssl_callback_ctrl()Theo Buehler
2022-01-14Convert the new record layers to opaque EVP_AEAD_CTXTheo Buehler
2022-01-14Convert ssl_kex.c to opaque DHTheo Buehler
2022-01-14Use BIO_next/BIO_set_next in ssl_lib.cTheo Buehler
2022-01-14bio_ssl.c needs to peek into bio_local.hTheo Buehler
2022-01-14libkeynote: fix build with opaque RSA and DSATheo Buehler
2022-01-14Update Symbols.listTheo Buehler
2022-01-14Unconditionally comment out OPENSSL_NO_RFC3779Theo Buehler
2022-01-14Remove header guard around RFC 3779 declarationsTheo Buehler
2022-01-14Expose Certificate Transparency symbols in headersTheo Buehler
2022-01-14Hide OBJ_bsearch_ from public visibility,Theo Buehler
2022-01-14Move ASN1_BOOLEAN to internal only.Theo Buehler
2022-01-14Remove check_defer and obj_cleanup_defer from public visibilityTheo Buehler
2022-01-14Remove name_cmp from public visibilityTheo Buehler