summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2022-02-20Fix a buffer overread in OAEP padding removalTheo Buehler
2022-02-19Remove references to performance issues caused by frequent memmove().Joel Sing
2022-02-19Reduce memmoves in memory BIOs.Joel Sing
2022-02-19certificiate -> certificateJonathan Gray
2022-02-19Provide a struct bio_mem for memory BIO specific data.Joel Sing
2022-02-18Clean up and simplify memory BIO code.Joel Sing
2022-02-18prefer https links in man pagesJonathan Gray
2022-02-18grammar/rewordJonathan Gray
2022-02-12Avoid potential single byte overread in asn1_parse2().Joel Sing
2022-02-12Limit OID text conversion to 64 bits per arc.Joel Sing
2022-02-11Fix length check of IP addresses for name constraintsTheo Buehler
2022-02-11Add missing error check for a2i_GENERAL_NAME()Theo Buehler
2022-02-11Fix a double free in v2i_NAME_CONSTRAINTS()Theo Buehler
2022-02-11Make OBJ_obj2nid() work correctly with NID_undef.Joel Sing
2022-02-08Change second argument of x25519_ge_scalarmult_base() fromTheo Buehler
2022-02-07Avoid a NULL dereference in BN_mod_exp2_mont()Theo Buehler
2022-02-07Check for zero modulus in BN_MONT_CTX_set().Theo Buehler
2022-02-04Bump libressl's version in pkgconfig to 2.0.0Theo Buehler
2022-02-04Remove a strange inheritance check from addr_validate_path_internal()Theo Buehler
2022-02-04Fix capitalization of ChaCha20Theo Buehler
2022-02-03Fix copy-paste error: X509_V_ERR_CRL_SIGNATURE_FAILURE means that theTheo Buehler
2022-01-27sort includes as usualTheo Buehler
2022-01-27Do not depend on engine.h pulling in err.h and evp.hTheo Buehler
2022-01-25Remove some HMAC_CTX_init() remnants in HMAC(3).Theo Buehler
2022-01-24Document X509_V_ERR_UNNESTED_RESOURCE. Previous version looked goodTheo Buehler
2022-01-22Use memmove instead of memcpy for overlapping memoryKinichiro Inoguchi
2022-01-22Use memmove instead of memcpy for overlapping memoryKinichiro Inoguchi
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
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