Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add const qualifier to the path and url{,s} parameters of | tb | 2018-05-13 | 1 | -3/+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) | ||||
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -8/+5 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | Check BIO_new*() for failure. | miod | 2016-11-05 | 1 | -2/+5 |
| | | | | ok beck@ jsing@ | ||||
* | Use string literals in printf style calls so gcc's -Wformat works. | doug | 2014-10-03 | 1 | -8/+4 |
| | | | | ok tedu@, miod@ | ||||
* | BIO_free() returns immediately when the sole input is NULL. | doug | 2014-07-25 | 1 | -3/+2 |
| | | | | | | Remove unnecessary NULL check. ok miod@ | ||||
* | Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() and | miod | 2014-07-12 | 1 | -1/+4 |
| | | | | | X509_STORE_CTX_free() accept NULL pointers as input without dereferencing them, like all the other well-behaved *_CTX_free() functions do. | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | no need for null check before free. from Brendan MacDonell | tedu | 2014-05-30 | 1 | -2/+1 |
| | |||||
* | Not OPENSSL_SYS_SUNOS. | jsing | 2014-05-23 | 1 | -3/+0 |
| | |||||
* | In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL. | miod | 2014-05-18 | 1 | -4/+6 |
| | | | | ok jsing@ | ||||
* | More KNF. | jsing | 2014-05-18 | 1 | -4/+4 |
| | |||||
* | unchecked malloc() return value in OCSP_sendreq_new(). | miod | 2014-05-17 | 1 | -0/+2 |
| | |||||
* | KNF | miod | 2014-05-17 | 1 | -162/+113 |
| | |||||
* | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 1 | -2/+2 |
| | | | | | | | | 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@ | ||||
* | Put the final pieces from e_os.h in the required places, and remove it. | deraadt | 2014-04-18 | 1 | -1/+0 |
| | | | | | "dance on it's grave" says beck ok guenther beck | ||||
* | fix some more leaks, mostly suggestions from miod | jsg | 2014-04-17 | 1 | -0/+3 |
| | | | | ok miod@ | ||||
* | fix some of the leaks | jsg | 2014-04-17 | 1 | -3/+11 |
| | | | | ok miod@ looks good deraadt@ | ||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -4/+4 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -3/+9 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -15/+41 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -2/+3 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -85/+383 |
| | |||||
* | remove some bogus *p tests from charles longeau | tedu | 2007-03-20 | 1 | -3/+3 |
| | | | | ok deraadt millert | ||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -5/+14 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+164 |