Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use err_local.h rather than err.h in most places | tb | 2025-05-10 | 1 | -2/+2 |
| | | | | ok jsing | ||||
* | Add a comment to OCSP_id_issuer_cmp() to make blind use of X509_ALGOR_cmp() | tb | 2024-08-28 | 1 | -1/+6 |
| | | | | | | less likely. ok jsing | ||||
* | Clean up and simplify OCSP_cert_id_new() | tb | 2024-08-28 | 1 | -21/+16 |
| | | | | | | | Use proper NULL checks, set hashAlgorithm with X509_ALGOR_set0_by_nid(), and avoid a silly digerr label. ok jsing | ||||
* | Hide symbols in cast, idea, and ocsp | beck | 2023-07-08 | 1 | -1/+7 |
| | | | | ok tb@ | ||||
* | X509_GET_PUBKEY(3) return value check in libcrypto | inoguchi | 2022-01-22 | 1 | -2/+4 |
| | | | | ok beck@ tb@ | ||||
* | Add an essentially empty ocsp_local.h and include it in the files | tb | 2022-01-07 | 1 | -1/+3 |
| | | | | | | that will need it in the upcoming bump. discussed with jsing | ||||
* | Add const to two arguments of OCSP_cert_to_id() | tb | 2018-08-24 | 1 | -4/+4 |
| | | | | | tested in a bulk by sthen ok jsing | ||||
* | Add const qualifier to the path and url{,s} parameters of | tb | 2018-05-13 | 1 | -2/+3 |
| | | | | | | | | OCSP_crlID_new(3), OCSP_parse_url(3), OCSP_sendreq_bio(3), OCSP_sendreq_new(3), and OCSP_url_svcloc_new(3). tested in a bulk build by sthen ok jsing (as part of a larger diff) | ||||
* | Add const qualifier to the X509_NAME *, ASN1_BIT_STRING *, and | tb | 2018-05-13 | 1 | -3/+3 |
| | | | | | | | ASN1_INTEGER * arguments of OCSP_cert_id_new(3). tested in a bulk build by sthen ok jsing (as part of a larger diff) | ||||
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -6/+6 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | rewrite OCSP_parse_url to be sligthly less nasty and not have one byte ↵ | beck | 2016-12-21 | 1 | -78/+34 |
| | | | | | | buffer overreads helpful nitpicking and ok tb@ miod@ | ||||
* | Manually expand ASN1_ITEM_rptr macros that should have been expanded with | jsing | 2015-02-10 | 1 | -2/+2 |
| | | | | the IMPLEMENT_ASN1_DUP_FUNCTION macro. | ||||
* | Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible | jsing | 2015-02-10 | 1 | -2/+7 |
| | | | | | | | | | and functions can be readily located. Change has been scripted and the generated assembly only differs by changes to line numbers. Discussed with beck@ miod@ tedu@ | ||||
* | None of these need to include <openssl/rand.h> | jsing | 2014-10-18 | 1 | -2/+1 |
| | |||||
* | The bell tolls for BUF_strdup - Start the migration to using | beck | 2014-07-13 | 1 | -6/+6 |
| | | | | | | intrinsics. This is the easy ones, a few left to check one at a time. ok miod@ deraadt@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -5/+5 |
| | | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ | ||||
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -1/+3 |
| | | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers. | ||||
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -2/+4 |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | reset host, port, path to null after freeing so the caller doesn't | tedu | 2014-07-09 | 1 | -1/+4 |
| | | | | | accidentally free them again. actually a bug in the caller and (hey hey) apps/ocsp.c has exactly that bug, but it's easier/safer to fix here. | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | More KNF. | jsing | 2014-05-18 | 1 | -5/+6 |
| | |||||
* | KNF | miod | 2014-05-17 | 1 | -83/+87 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -5/+5 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -1/+2 |
| | |||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -4/+4 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -0/+3 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -2/+2 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -0/+1 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+261 |