summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2021-04-20Fix indent of EC_METHODs as requested by jsing.Theo Buehler
2021-04-20Compare pointer against NULL and fix a KNF issue.Theo Buehler
2021-04-20Prepare to provide EC_POINT_set_compressed_coordinatesTheo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal useTheo Buehler
2021-04-20Simplify code after adding EC_POINT_{s,g}et_affine_coordinates()Theo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Prepare to provide EC_POINT_{g,s}et_affine_coordinatesTheo Buehler
2021-04-20Simplify after EC_POINT_get_curve() additionTheo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Prepare to provide EC_GROUP_{get,set}_curve(3)Theo Buehler
2021-04-19Avoid division by zero in hybrid point encodingTheo Buehler
2021-04-15Switch back to the legacy verifier for the release.Theo Buehler
2021-04-05Don't leak param->name in x509_verify_param_zero()Theo Buehler
2021-03-31Bump minors after symbol additionTheo Buehler
2021-03-31Expose various DTLSv1.2 specific functions and definesTheo Buehler
2021-03-31Provide missing prototype for d2i_DSAPrivateKey_fp(3)Theo Buehler
2021-03-31Document EVP_PKEY_new_CMAC_key(3)Theo Buehler
2021-03-31Provide EVP_PKEY_new_CMAC_key(3)Theo Buehler
2021-03-29Prepare documenting EVP_PKEY_new_CMAC_key(3)Theo Buehler
2021-03-29Prepare to provide EVP_PKEY_new_CMAC_key()Theo Buehler
2021-03-25Avoid mangled output in BIO_debug_callbackTheo Buehler
2021-03-19Fix copy-paste error in previousTheo Buehler
2021-03-13Use EXFLAG_INVALID to handle out of memory and parse errors intobhe
2021-03-12Zap a useless variable.Theo Buehler
2021-03-12Missing void in function definitionTheo Buehler
2021-03-12Fix checks of memory caps of constraints namesTheo Buehler
2021-03-12spelling: refenece -> referenceJason McIntyre
2021-03-12spellingJonathan Gray
2021-03-07LibreSSL 3.3.2Brent Cook
2021-02-26Set is_trusted in x509_verify_ctx_add_chain()Theo Buehler
2021-02-25Fix two bugs in the legacy verifierTheo Buehler
2021-02-25Rename depth to num_untrusted so it identifies what it actually represents.Joel Sing
2021-02-25Avoid passing last and depth to x509_verify_cert_error() on ENOMEM.Joel Sing
2021-02-24Fix comment explaining last_untrusted. This should really be calledTheo Buehler
2021-02-24Make the new validator check for EXFLAG_CRITICALTheo Buehler
2021-02-18Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.Theo Buehler
2021-02-12Sync cert.pem with Mozilla NSS root CAs, except "GeoTrust Global CA", ok tb@Stuart Henderson
2021-02-11KNFTheo Buehler
2021-02-03Add OID for draft-ietf-opsawg-finding-geofeedsjob
2021-02-02Add a bunch of RPKI OIDsjob
2021-01-09Set chain on xsc on chain build failure.Joel Sing
2021-01-09Bail out early after finding an single chain if we are have been called fromBob Beck
2021-01-08search the intermediates only after searching the root certs, clarifyBob Beck
2021-01-05Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier.Joel Sing
2021-01-05Gracefully handle root certificates being both trusted and untrusted.Joel Sing
2021-01-05double word fix; from martin vahlensieckJason McIntyre
2020-12-16Remove two reduntat memset calls.Theo Buehler
2020-12-16Avoid potential use of uninitialized in ASN1_time_parseTheo Buehler
2020-12-16Fix some KNF issuesTheo Buehler