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