| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not leave errors on the error stack on PKCS12_parse() success. | tb | 2021-04-24 | 1 | -1/+3 |
* | Enable the new verifier again so hopefully the remaining kinks get ironed | tb | 2021-04-24 | 1 | -2/+2 |
* | Fix indent of EC_METHODs as requested by jsing. | tb | 2021-04-20 | 6 | -192/+192 |
* | Compare pointer against NULL and fix a KNF issue. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_POINT_set_compressed_coordinates | tb | 2021-04-20 | 5 | -57/+41 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal use | tb | 2021-04-20 | 10 | -77/+97 |
* | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | tb | 2021-04-20 | 3 | -73/+18 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | tb | 2021-04-20 | 18 | -92/+90 |
* | Simplify after EC_POINT_get_curve() addition | tb | 2021-04-20 | 2 | -30/+8 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_GROUP_{get,set}_curve(3) | tb | 2021-04-20 | 6 | -41/+51 |
* | Avoid division by zero in hybrid point encoding | tb | 2021-04-19 | 1 | -17/+49 |
* | Switch back to the legacy verifier for the release. | tb | 2021-04-15 | 1 | -2/+2 |
* | Don't leak param->name in x509_verify_param_zero() | tb | 2021-04-05 | 1 | -1/+2 |
* | Bump minors after symbol addition | tb | 2021-03-31 | 1 | -1/+1 |
* | Expose various DTLSv1.2 specific functions and defines | tb | 2021-03-31 | 1 | -0/+1 |
* | Provide missing prototype for d2i_DSAPrivateKey_fp(3) | tb | 2021-03-31 | 1 | -1/+2 |
* | Document EVP_PKEY_new_CMAC_key(3) | tb | 2021-03-31 | 1 | -16/+4 |
* | Provide EVP_PKEY_new_CMAC_key(3) | tb | 2021-03-31 | 2 | -5/+2 |
* | Prepare documenting EVP_PKEY_new_CMAC_key(3) | tb | 2021-03-29 | 1 | -2/+54 |
* | Prepare to provide EVP_PKEY_new_CMAC_key() | tb | 2021-03-29 | 4 | -20/+84 |
* | Avoid mangled output in BIO_debug_callback | tb | 2021-03-25 | 1 | -4/+12 |
* | Fix copy-paste error in previous | tb | 2021-03-19 | 1 | -2/+2 |
* | Use EXFLAG_INVALID to handle out of memory and parse errors in | tobhe | 2021-03-13 | 2 | -11/+45 |
* | Zap a useless variable. | tb | 2021-03-12 | 1 | -4/+2 |
* | Missing void in function definition | tb | 2021-03-12 | 1 | -2/+2 |
* | Fix checks of memory caps of constraints names | tb | 2021-03-12 | 3 | -20/+32 |
* | spelling: refenece -> reference | jmc | 2021-03-12 | 1 | -3/+3 |
* | spelling | jsg | 2021-03-12 | 12 | -37/+37 |
* | LibreSSL 3.3.2 | bcook | 2021-03-07 | 1 | -3/+3 |
* | Set is_trusted in x509_verify_ctx_add_chain() | tb | 2021-02-26 | 1 | -2/+2 |
* | Fix two bugs in the legacy verifier | tb | 2021-02-25 | 1 | -6/+10 |
* | Rename depth to num_untrusted so it identifies what it actually represents. | jsing | 2021-02-25 | 1 | -6/+6 |
* | Avoid passing last and depth to x509_verify_cert_error() on ENOMEM. | jsing | 2021-02-25 | 1 | -3/+2 |
* | Fix comment explaining last_untrusted. This should really be called | tb | 2021-02-24 | 1 | -2/+2 |
* | Make the new validator check for EXFLAG_CRITICAL | tb | 2021-02-24 | 1 | -8/+15 |
* | Pull in fix for EVP_CipherUpdate() overflow from OpenSSL. | tb | 2021-02-18 | 1 | -1/+23 |
* | Sync cert.pem with Mozilla NSS root CAs, except "GeoTrust Global CA", ok tb@ | sthen | 2021-02-12 | 1 | -659/+417 |
* | KNF | tb | 2021-02-11 | 1 | -4/+7 |
* | Add OID for draft-ietf-opsawg-finding-geofeeds | job | 2021-02-03 | 2 | -0/+2 |
* | Add a bunch of RPKI OIDs | job | 2021-02-02 | 2 | -1/+26 |
* | Set chain on xsc on chain build failure. | jsing | 2021-01-09 | 1 | -1/+3 |
* | Bail out early after finding an single chain if we are have been called from | beck | 2021-01-09 | 1 | -1/+9 |
* | search the intermediates only after searching the root certs, clarify | beck | 2021-01-08 | 1 | -11/+15 |
* | Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier. | jsing | 2021-01-05 | 1 | -1/+4 |
* | Gracefully handle root certificates being both trusted and untrusted. | jsing | 2021-01-05 | 2 | -4/+16 |
* | double word fix; from martin vahlensieck | jmc | 2021-01-05 | 2 | -6/+6 |
* | Remove two reduntat memset calls. | tb | 2020-12-16 | 2 | -5/+2 |