Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | X509_GET_PUBKEY(3) return value check in libcrypto | inoguchi | 2022-01-22 | 1 | -3/+3 |
| | | | | | | ok beck@ tb@ suggest using X509_get0_pubkey() and remove EVP_PKEY_free() from tb@ | ||||
* | Add an essentially empty ocsp_local.h and include it in the files | tb | 2022-01-07 | 1 | -1/+2 |
| | | | | | | that will need it in the upcoming bump. discussed with jsing | ||||
* | Fix OCSP_basic_verify() cert chain construction in case the | tb | 2021-11-24 | 1 | -2/+5 |
| | | | | | | | | OCSP_BASICRESP bs contains no certificates. From David von Oheimb (OpenSSL 121738d1) ok beck | ||||
* | Simplify slightly by using X509_get0_pubkey() thus eliminating the | tb | 2021-11-24 | 1 | -3/+2 |
| | | | | | | need for EVP_PKEY_free(). ok beck | ||||
* | Move the now internal X.509-related structs into x509_lcl.h. | tb | 2021-11-01 | 1 | -1/+3 |
| | | | | | | | | Garbage collect the now unused LIBRESSL_CRYPTO_INTERNAL and LIBRESSL_OPAQUE_X509. Include "x509_lcl.h" where needed and fix a couple of unnecessary reacharounds. ok jsing | ||||
* | Prepare to provide a bunch of OCSP_resp_* getters. | tb | 2021-10-24 | 1 | -1/+8 |
| | | | | ok beck jsing | ||||
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -29/+17 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | X509_STORE_CTX_set_*() may fail, so check for errors. | miod | 2016-11-05 | 1 | -4/+14 |
| | | | | ok beck@ | ||||
* | Add several fixes from OpenSSL to make OCSP work with intermediate | beck | 2016-07-05 | 1 | -10/+24 |
| | | | | | | certificates provided in the response. - makes our newly added ocsp regress test pass too.. ok bcook@ | ||||
* | ocsp_check_ids says "If algoritm mismatch let caller deal with it" before | tedu | 2014-07-09 | 1 | -6/+1 |
| | | | | | | returning 2. The one and only caller doesn't check for that, so... Stop returning it. ok miod | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | More KNF. | jsing | 2014-05-18 | 1 | -12/+12 |
| | |||||
* | KNF | miod | 2014-05-17 | 1 | -177/+180 |
| | |||||
* | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 1 | -3/+3 |
| | | | | | | | | This avoids a lot of ugly gymnastics to do snprintfs before sending the bag of strings to ERR, and eliminates at least one place in dso_dlfctn.c where it was being called with the incorrect number of arguments and using random things off the stack as addresses of strings. ok krw@, jsing@ | ||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -0/+1 |
| | |||||
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | markus | 2013-02-14 | 1 | -3/+6 |
| | | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@ | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -1/+3 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -3/+3 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+444 |